Lines Matching refs:t_code

1292 	struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)  in vxge_hw_ring_rxd_next_completed()  argument
1311 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0); in vxge_hw_ring_rxd_next_completed()
1314 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) { in vxge_hw_ring_rxd_next_completed()
1322 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED); in vxge_hw_ring_rxd_next_completed()
1357 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode() argument
1366 if (t_code == VXGE_HW_RING_T_CODE_OK || in vxge_hw_ring_handle_tcode()
1367 t_code == VXGE_HW_RING_T_CODE_L3_PKT_ERR) { in vxge_hw_ring_handle_tcode()
1372 if (t_code > VXGE_HW_RING_T_CODE_MULTI_ERR) { in vxge_hw_ring_handle_tcode()
1377 ring->stats->rxd_t_code_err_cnt[t_code]++; in vxge_hw_ring_handle_tcode()
1602 enum vxge_hw_fifo_tcode *t_code) in vxge_hw_fifo_txdl_next_completed() argument
1625 *t_code = (u8)VXGE_HW_FIFO_TXD_T_CODE_GET(txdp->control_0); in vxge_hw_fifo_txdl_next_completed()
1657 enum vxge_hw_fifo_tcode t_code) in vxge_hw_fifo_handle_tcode() argument
1661 if (((t_code & 0x7) < 0) || ((t_code & 0x7) > 0x4)) { in vxge_hw_fifo_handle_tcode()
1666 fifo->stats->txd_t_code_err_cnt[t_code]++; in vxge_hw_fifo_handle_tcode()
2385 u8 t_code; in vxge_hw_vpath_poll_rx() local
2393 status = vxge_hw_ring_rxd_next_completed(ring, &first_rxdh, &t_code); in vxge_hw_vpath_poll_rx()
2396 t_code, ring->channel.userdata); in vxge_hw_vpath_poll_rx()
2441 enum vxge_hw_fifo_tcode t_code; in vxge_hw_vpath_poll_tx() local
2449 &first_txdlh, &t_code); in vxge_hw_vpath_poll_tx()
2451 if (fifo->callback(fifo, first_txdlh, t_code, in vxge_hw_vpath_poll_tx()