Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.c1456 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve()
1510 void *txdlh, u32 frag_idx, 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()
1623 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed()
1678 void *txdlh, in vxge_hw_fifo_handle_tcode()
1720 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.c3353 void *txdlh; in __vxge_hw_fifo_abort() local