Lines Matching refs:t_code

1293 	struct __vxge_hw_ring *ring, void **rxdh, u8 *t_code)  in vxge_hw_ring_rxd_next_completed()  argument
1312 *t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0); in vxge_hw_ring_rxd_next_completed()
1315 if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) { in vxge_hw_ring_rxd_next_completed()
1323 vxge_assert(*t_code != VXGE_HW_RING_RXD_T_CODE_UNUSED); in vxge_hw_ring_rxd_next_completed()
1358 struct __vxge_hw_ring *ring, void *rxdh, u8 t_code) in vxge_hw_ring_handle_tcode() argument
1367 if (t_code == VXGE_HW_RING_T_CODE_OK || in vxge_hw_ring_handle_tcode()
1368 t_code == VXGE_HW_RING_T_CODE_L3_PKT_ERR) { in vxge_hw_ring_handle_tcode()
1373 if (t_code > VXGE_HW_RING_T_CODE_MULTI_ERR) { in vxge_hw_ring_handle_tcode()
1378 ring->stats->rxd_t_code_err_cnt[t_code]++; in vxge_hw_ring_handle_tcode()
1599 enum vxge_hw_fifo_tcode *t_code) in vxge_hw_fifo_txdl_next_completed() argument
1622 *t_code = (u8)VXGE_HW_FIFO_TXD_T_CODE_GET(txdp->control_0); in vxge_hw_fifo_txdl_next_completed()
1654 enum vxge_hw_fifo_tcode t_code) in vxge_hw_fifo_handle_tcode() argument
1658 if (((t_code & 0x7) < 0) || ((t_code & 0x7) > 0x4)) { in vxge_hw_fifo_handle_tcode()
1663 fifo->stats->txd_t_code_err_cnt[t_code]++; in vxge_hw_fifo_handle_tcode()
2375 u8 t_code; in vxge_hw_vpath_poll_rx() local
2383 status = vxge_hw_ring_rxd_next_completed(ring, &first_rxdh, &t_code); in vxge_hw_vpath_poll_rx()
2386 t_code, ring->channel.userdata); in vxge_hw_vpath_poll_rx()
2431 enum vxge_hw_fifo_tcode t_code; in vxge_hw_vpath_poll_tx() local
2439 &first_txdlh, &t_code); in vxge_hw_vpath_poll_tx()
2441 if (fifo->callback(fifo, first_txdlh, t_code, in vxge_hw_vpath_poll_tx()