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

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c1271 * @t_code: Transfer code, as per Titan User Guide,
1286 * Non-zero @t_code means failure to fill-in receive buffer(s)
1301 struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)
1320 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0);
1323 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) {
1331 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED);
1355 * @t_code: One of the enumerated (and documented in the Titan user guide)
1366 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code)
1373 /* If the t_code is not supported and if the
1374 * t_code i
1300 vxge_hw_ring_rxd_next_completed( struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code) argument
1365 vxge_hw_ring_handle_tcode( struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) argument
1622 vxge_hw_fifo_txdl_next_completed( struct __vxge_hw_fifo *fifo, void **txdlh, enum vxge_hw_fifo_tcode *t_code) argument
1677 vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, void *txdlh, enum vxge_hw_fifo_tcode t_code) argument
2443 u8 t_code; local
2499 enum vxge_hw_fifo_tcode t_code; local
[all...]
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-traffic.h1936 u8 *t_code);
1941 u8 t_code);
2037 enum vxge_hw_fifo_tcode *t_code);
2042 enum vxge_hw_fifo_tcode t_code);
H A Dvxge-main.c354 u8 t_code, void *userdata)
397 if (unlikely(t_code)) {
398 if (vxge_hw_ring_handle_tcode(ringh, dtr, t_code) !=
405 __LINE__, t_code);
407 /* If the t_code is not supported and if the
408 * t_code is other than 0x5 (unparseable packet
521 &t_code) == VXGE_HW_OK);
542 enum vxge_hw_fifo_tcode t_code, void *userdata,
566 __LINE__, fifo_hw, dtr, t_code);
573 if (unlikely(t_code)) {
353 vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr, u8 t_code, void *userdata) argument
541 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) argument
[all...]

Completed in 212 milliseconds