Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c1251 * @t_code: Transfer code, as per Titan User Guide,
1266 * Non-zero @t_code means failure to fill-in receive buffer(s)
1281 struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code) in vxge_hw_ring_rxd_next_completed()
1300 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0); in vxge_hw_ring_rxd_next_completed()
1303 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) { in vxge_hw_ring_rxd_next_completed()
1311 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED); in vxge_hw_ring_rxd_next_completed()
1335 * @t_code: One of the enumerated (and documented in the Titan user guide)
1346 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode()
1350 /* If the t_code is not supported and if the in vxge_hw_ring_handle_tcode()
1351 * t_code i in vxge_hw_ring_handle_tcode()
1280 vxge_hw_ring_rxd_next_completed( struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code) vxge_hw_ring_rxd_next_completed() argument
1345 vxge_hw_ring_handle_tcode( struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) vxge_hw_ring_handle_tcode() 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
2357 u8 t_code; vxge_hw_vpath_poll_rx() local
2413 enum vxge_hw_fifo_tcode t_code; vxge_hw_vpath_poll_tx() local
[all...]
H A Dvxge-traffic.h1933 u8 *t_code);
1938 u8 t_code);
2034 enum vxge_hw_fifo_tcode *t_code);
2039 enum vxge_hw_fifo_tcode t_code);
H A Dvxge-config.h941 u8 t_code,
1023 enum vxge_hw_fifo_tcode t_code,
1723 u8 t_code,
1745 * @t_code: Transfer code, as per Titan User Guide.
1767 * Non-zero @t_code means failure to process transmit descriptor.
1820 enum vxge_hw_fifo_tcode t_code,
H A Dvxge-main.c355 u8 t_code, void *userdata) in vxge_rx_1b_compl()
401 if (unlikely(t_code)) { in vxge_rx_1b_compl()
402 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) != in vxge_rx_1b_compl()
409 __LINE__, t_code); in vxge_rx_1b_compl()
411 /* If the t_code is not supported and if the in vxge_rx_1b_compl()
412 * t_code is other than 0x5 (unparseable packet in vxge_rx_1b_compl()
526 &t_code) == VXGE_HW_OK); in vxge_rx_1b_compl()
548 enum vxge_hw_fifo_tcode t_code, void *userdata, in vxge_xmit_compl()
572 __LINE__, fifo_hw, dtr, t_code); in vxge_xmit_compl()
579 if (unlikely(t_code)) { in vxge_xmit_compl()
354 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, u8 t_code, void *userdata) vxge_rx_1b_compl() argument
547 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, enum vxge_hw_fifo_tcode t_code, void *userdata, struct sk_buff ***skb_ptr, int nr_skb, int *more) vxge_xmit_compl() argument
[all...]

Completed in 13 milliseconds