Lines Matching refs:t_code

1281 	struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)  in vxge_hw_ring_rxd_next_completed()  argument
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()
1346 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode() argument
1355 if (t_code == VXGE_HW_RING_T_CODE_OK || in vxge_hw_ring_handle_tcode()
1356 t_code == VXGE_HW_RING_T_CODE_L3_PKT_ERR) { in vxge_hw_ring_handle_tcode()
1361 if (t_code > VXGE_HW_RING_T_CODE_MULTI_ERR) { in vxge_hw_ring_handle_tcode()
1366 ring->stats->rxd_t_code_err_cnt[t_code]++; in vxge_hw_ring_handle_tcode()
1585 enum vxge_hw_fifo_tcode *t_code) in vxge_hw_fifo_txdl_next_completed() argument
1608 *t_code = (u8)VXGE_HW_FIFO_TXD_T_CODE_GET(txdp->control_0); in vxge_hw_fifo_txdl_next_completed()
1640 enum vxge_hw_fifo_tcode t_code) in vxge_hw_fifo_handle_tcode() argument
1644 if (((t_code & 0x7) < 0) || ((t_code & 0x7) > 0x4)) { in vxge_hw_fifo_handle_tcode()
1649 fifo->stats->txd_t_code_err_cnt[t_code]++; in vxge_hw_fifo_handle_tcode()
2357 u8 t_code; in vxge_hw_vpath_poll_rx() local
2364 status = vxge_hw_ring_rxd_next_completed(ring, &first_rxdh, &t_code); in vxge_hw_vpath_poll_rx()
2367 t_code, ring->channel.userdata); in vxge_hw_vpath_poll_rx()
2413 enum vxge_hw_fifo_tcode t_code; in vxge_hw_vpath_poll_tx() local
2421 &first_txdlh, &t_code); in vxge_hw_vpath_poll_tx()
2423 if (fifo->callback(fifo, first_txdlh, t_code, in vxge_hw_vpath_poll_tx()