Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h1022 void *txdlh,
1030 void *txdlh,
1061 * @txdlh: Corresponding txdlh to this TxDL.
1620 * @txdlh: Descriptor handle.
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()
1642 * @txdlh: Descriptor handle.
1644 * driver, which in turn inserts the MSS into the @txdlh.
1654 static inline void vxge_hw_fifo_txdl_mss_set(void *txdlh, in argument
1670 vxge_hw_fifo_txdl_vlan_set(void *txdlh, u16 vlan_tag) vxge_hw_fifo_txdl_vlan_set() argument
1689 vxge_hw_fifo_txdl_private_get(void *txdlh) vxge_hw_fifo_txdl_private_get() argument
[all...]
H A Dvxge-traffic.c1406 * @txdlh: Reserved descriptor. On success HW fills this "out" parameter
1425 void **txdlh, void **txdl_priv) in vxge_hw_fifo_txdl_reserve()
1433 status = vxge_hw_channel_dtr_alloc(channel, txdlh); in vxge_hw_fifo_txdl_reserve()
1437 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1453 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1465 * @txdlh: Descriptor handle.
1479 void *txdlh, u32 frag_idx, in vxge_hw_fifo_txdl_buffer_set()
1485 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh); in vxge_hw_fifo_txdl_buffer_set()
1486 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1497 txdp_last = (struct vxge_hw_fifo_txd *)txdlh in vxge_hw_fifo_txdl_buffer_set()
1423 vxge_hw_fifo_txdl_reserve( struct __vxge_hw_fifo *fifo, void **txdlh, void **txdl_priv) vxge_hw_fifo_txdl_reserve() argument
1478 vxge_hw_fifo_txdl_buffer_set(struct __vxge_hw_fifo *fifo, void *txdlh, u32 frag_idx, dma_addr_t dma_pointer, u32 size) vxge_hw_fifo_txdl_buffer_set() argument
1522 vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) vxge_hw_fifo_txdl_post() argument
1583 vxge_hw_fifo_txdl_next_completed( struct __vxge_hw_fifo *fifo, void **txdlh, enum vxge_hw_fifo_tcode *t_code) vxge_hw_fifo_txdl_next_completed() argument
1638 vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, void *txdlh, enum vxge_hw_fifo_tcode t_code) vxge_hw_fifo_handle_tcode() argument
1678 vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) vxge_hw_fifo_txdl_free() argument
[all...]
H A Dvxge-traffic.h2014 void **txdlh,
2019 void *txdlh,
2026 void *txdlh);
2033 void **txdlh,
2038 void *txdlh,
2043 void *txdlh);
H A Dvxge-config.c3330 void *txdlh; in __vxge_hw_fifo_abort() local
3333 vxge_hw_channel_dtr_try_complete(&fifo->channel, &txdlh); in __vxge_hw_fifo_abort()
3335 if (txdlh == NULL) in __vxge_hw_fifo_abort()
3341 fifo->txdl_term(txdlh, in __vxge_hw_fifo_abort()
3346 vxge_hw_channel_dtr_free(&fifo->channel, txdlh); in __vxge_hw_fifo_abort()

Completed in 18 milliseconds