Lines Matching refs:t_code
1300 struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code) in vxge_hw_ring_rxd_next_completed() argument
1319 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0); in vxge_hw_ring_rxd_next_completed()
1322 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) { in vxge_hw_ring_rxd_next_completed()
1330 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED); in vxge_hw_ring_rxd_next_completed()
1365 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode() argument
1377 if (t_code == VXGE_HW_RING_T_CODE_OK || in vxge_hw_ring_handle_tcode()
1378 t_code == VXGE_HW_RING_T_CODE_L3_PKT_ERR) { in vxge_hw_ring_handle_tcode()
1383 if (t_code > VXGE_HW_RING_T_CODE_MULTI_ERR) { in vxge_hw_ring_handle_tcode()
1388 ring->stats->rxd_t_code_err_cnt[t_code]++; in vxge_hw_ring_handle_tcode()
1623 enum vxge_hw_fifo_tcode *t_code) in vxge_hw_fifo_txdl_next_completed() argument
1646 *t_code = (u8)VXGE_HW_FIFO_TXD_T_CODE_GET(txdp->control_0); in vxge_hw_fifo_txdl_next_completed()
1678 enum vxge_hw_fifo_tcode t_code) in vxge_hw_fifo_handle_tcode() argument
1685 if (((t_code & 0x7) < 0) || ((t_code & 0x7) > 0x4)) { in vxge_hw_fifo_handle_tcode()
1690 fifo->stats->txd_t_code_err_cnt[t_code]++; in vxge_hw_fifo_handle_tcode()
2409 u8 t_code; in vxge_hw_vpath_poll_rx() local
2417 status = vxge_hw_ring_rxd_next_completed(ring, &first_rxdh, &t_code); in vxge_hw_vpath_poll_rx()
2420 t_code, ring->channel.userdata); in vxge_hw_vpath_poll_rx()
2465 enum vxge_hw_fifo_tcode t_code; in vxge_hw_vpath_poll_tx() local
2473 &first_txdlh, &t_code); in vxge_hw_vpath_poll_tx()
2475 if (fifo->callback(fifo, first_txdlh, t_code, in vxge_hw_vpath_poll_tx()