Lines Matching refs:txdp
1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_cksum_set_bits() local
1637 txdp->control_1 |= cksum_bits; in vxge_hw_fifo_txdl_cksum_set_bits()
1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_mss_set() local
1658 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_EN; in vxge_hw_fifo_txdl_mss_set()
1659 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_MSS(mss); in vxge_hw_fifo_txdl_mss_set()
1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_vlan_set() local
1674 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_ENABLE; in vxge_hw_fifo_txdl_vlan_set()
1675 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_TAG(vlan_tag); in vxge_hw_fifo_txdl_vlan_set()
1691 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_private_get() local
1693 return (void *)(size_t)txdp->host_control; in vxge_hw_fifo_txdl_private_get()
1973 struct vxge_hw_fifo_txd *txdp) in __vxge_hw_fifo_txdl_priv() argument
1976 (((char *)((ulong)txdp->host_control)) + in __vxge_hw_fifo_txdl_priv()