Home
last modified time | relevance | path

Searched defs:txdlh (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.c1455 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve()
1509 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set()
1557 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post()
1622 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed()
1677 void *txdlh, in vxge_hw_fifo_handle_tcode()
1719 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free()
Dvxge-config.h1634 static inline void vxge_hw_fifo_txdl_cksum_set_bits(void *txdlh, u64 cksum_bits) 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()
1670 static inline void vxge_hw_fifo_txdl_vlan_set(void *txdlh, u16 vlan_tag) 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()
Dvxge-config.c3349 void *txdlh; in __vxge_hw_fifo_abort() local