Lines Matching refs:t_code

1295 	struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)  in vxge_hw_ring_rxd_next_completed()  argument
1314 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0); in vxge_hw_ring_rxd_next_completed()
1317 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) { in vxge_hw_ring_rxd_next_completed()
1325 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED); in vxge_hw_ring_rxd_next_completed()
1360 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode() argument
1372 if (t_code == VXGE_HW_RING_T_CODE_OK || in vxge_hw_ring_handle_tcode()
1373 t_code == VXGE_HW_RING_T_CODE_L3_PKT_ERR) { in vxge_hw_ring_handle_tcode()
1378 if (t_code > VXGE_HW_RING_T_CODE_MULTI_ERR) { in vxge_hw_ring_handle_tcode()
1383 ring->stats->rxd_t_code_err_cnt[t_code]++; in vxge_hw_ring_handle_tcode()
1618 enum vxge_hw_fifo_tcode *t_code) in vxge_hw_fifo_txdl_next_completed() argument
1641 *t_code = (u8)VXGE_HW_FIFO_TXD_T_CODE_GET(txdp->control_0); in vxge_hw_fifo_txdl_next_completed()
1673 enum vxge_hw_fifo_tcode t_code) in vxge_hw_fifo_handle_tcode() argument
1680 if (((t_code & 0x7) < 0) || ((t_code & 0x7) > 0x4)) { in vxge_hw_fifo_handle_tcode()
1685 fifo->stats->txd_t_code_err_cnt[t_code]++; in vxge_hw_fifo_handle_tcode()
2404 u8 t_code; in vxge_hw_vpath_poll_rx() local
2412 status = vxge_hw_ring_rxd_next_completed(ring, &first_rxdh, &t_code); in vxge_hw_vpath_poll_rx()
2415 t_code, ring->channel.userdata); in vxge_hw_vpath_poll_rx()
2460 enum vxge_hw_fifo_tcode t_code; in vxge_hw_vpath_poll_tx() local
2468 &first_txdlh, &t_code); in vxge_hw_vpath_poll_tx()
2470 if (fifo->callback(fifo, first_txdlh, t_code, in vxge_hw_vpath_poll_tx()