Lines Matching defs:txdlh
1022 void *txdlh,
1030 void *txdlh,
1061 * @txdlh: Corresponding txdlh to this TxDL.
1620 * @txdlh: Descriptor handle.
1634 static inline void vxge_hw_fifo_txdl_cksum_set_bits(void *txdlh, u64 cksum_bits)
1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1642 * @txdlh: Descriptor handle.
1644 * driver, which in turn inserts the MSS into the @txdlh.
1654 static inline void vxge_hw_fifo_txdl_mss_set(void *txdlh, int mss)
1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1664 * @txdlh: Descriptor handle.
1670 static inline void vxge_hw_fifo_txdl_vlan_set(void *txdlh, u16 vlan_tag)
1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1680 * @txdlh: Descriptor handle.
1689 static inline void *vxge_hw_fifo_txdl_private_get(void *txdlh)
1691 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1743 * @txdlh: First completed descriptor.
1760 * one new completion on a given fifo. Upon processing the first @txdlh driver
1779 * @txdlh: First completed descriptor.
1819 void *txdlh,
1826 void *txdlh,