Home
last modified time | relevance | path

Searched refs:txdlh (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.c1456 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve() argument
1464 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1468 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1484 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1510 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set() argument
1519 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1520 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1531 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1558 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post() argument
1567 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_post()
[all …]
Dvxge-config.h1022 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 …]
Dvxge-traffic.h2017 void **txdlh,
2022 void *txdlh,
2029 void *txdlh);
2036 void **txdlh,
2041 void *txdlh,
2046 void *txdlh);
Dvxge-config.c3353 void *txdlh; in __vxge_hw_fifo_abort() local
3356 vxge_hw_channel_dtr_try_complete(&fifo->channel, &txdlh); in __vxge_hw_fifo_abort()
3358 if (txdlh == NULL) in __vxge_hw_fifo_abort()
3364 fifo->txdl_term(txdlh, in __vxge_hw_fifo_abort()
3369 vxge_hw_channel_dtr_free(&fifo->channel, txdlh); in __vxge_hw_fifo_abort()