Searched refs:txdlh (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.c | 1440 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument 1448 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve() 1452 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve() 1468 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve() 1494 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument 1500 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set() 1501 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set() 1512 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set() 1539 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument 1545 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post() [all …]
|
D | vxge-config.h | 1022 void *txdlh, 1030 void *txdlh, 1634 static inline void vxge_hw_fifo_txdl_cksum_set_bits(void *txdlh, u64 cksum_bits) in vxge_hw_fifo_txdl_cksum_set_bits() argument 1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_cksum_set_bits() 1654 static inline void vxge_hw_fifo_txdl_mss_set(void *txdlh, int mss) in vxge_hw_fifo_txdl_mss_set() argument 1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_mss_set() 1670 static inline void vxge_hw_fifo_txdl_vlan_set(void *txdlh, u16 vlan_tag) in vxge_hw_fifo_txdl_vlan_set() argument 1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_vlan_set() 1689 static inline void *vxge_hw_fifo_txdl_private_get(void *txdlh) in vxge_hw_fifo_txdl_private_get() argument 1691 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_private_get() [all …]
|
D | vxge-traffic.h | 2014 void **txdlh, 2019 void *txdlh, 2026 void *txdlh); 2033 void **txdlh, 2038 void *txdlh, 2043 void *txdlh);
|
D | vxge-config.c | 3334 void *txdlh; in __vxge_hw_fifo_abort() local 3337 vxge_hw_channel_dtr_try_complete(&fifo->channel, &txdlh); in __vxge_hw_fifo_abort() 3339 if (txdlh == NULL) in __vxge_hw_fifo_abort() 3345 fifo->txdl_term(txdlh, in __vxge_hw_fifo_abort() 3350 vxge_hw_channel_dtr_free(&fifo->channel, txdlh); in __vxge_hw_fifo_abort()
|