| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-ring.c | 1446 u8 *t_code) in vxge_hal_ring_rxd_next_completed() argument 1459 (rxd_priv != NULL) && (t_code != NULL)); in vxge_hal_ring_rxd_next_completed() 1470 (ptr_t) t_code); in vxge_hal_ring_rxd_next_completed() 1507 *t_code = (u8) VXGE_HAL_RING_RXD_T_CODE_GET(rxdp->control_0); in vxge_hal_ring_rxd_next_completed() 1515 (*t_code == VXGE_HAL_RING_RXD_T_CODE_FRM_DROP)) { in vxge_hal_ring_rxd_next_completed() 1607 u8 t_code) in vxge_hal_ring_handle_tcode() argument 1622 (ptr_t) vpath_handle, (ptr_t) rxdh, t_code); in vxge_hal_ring_handle_tcode() 1624 switch (t_code) { in vxge_hal_ring_handle_tcode() 1715 vp->vpath->sw_stats->ring_stats.rxd_t_code_err_cnt[t_code]++; in vxge_hal_ring_handle_tcode()
|
| HD | vxgehal-fifo.c | 1550 vxge_hal_fifo_tcode_e * t_code) in vxge_hal_fifo_txdl_next_completed() argument 1569 (txdlh != NULL) && (t_code != NULL)); in vxge_hal_fifo_txdl_next_completed() 1578 (ptr_t) vpath_handle, (ptr_t) txdlh, (ptr_t) t_code); in vxge_hal_fifo_txdl_next_completed() 1620 *t_code = (vxge_hal_fifo_tcode_e) in vxge_hal_fifo_txdl_next_completed() 1661 vxge_hal_fifo_tcode_e t_code) in vxge_hal_fifo_handle_tcode() argument 1675 (ptr_t) vpath_handle, (ptr_t) txdlh, t_code); in vxge_hal_fifo_handle_tcode() 1677 switch ((t_code & 0x7)) { in vxge_hal_fifo_handle_tcode() 1709 vp->vpath->sw_stats->fifo_stats.txd_t_code_err_cnt[t_code]++; in vxge_hal_fifo_handle_tcode()
|
| HD | vxgehal-virtualpath.c | 7549 u8 t_code; in vxge_hal_vpath_poll_rx() local 7582 &first_rxdh, &rxd_priv, &t_code)) == VXGE_HAL_OK) { in vxge_hal_vpath_poll_rx() 7584 t_code, ring->channel.userdata) != VXGE_HAL_OK) { in vxge_hal_vpath_poll_rx() 7614 vxge_hal_fifo_tcode_e t_code; in vxge_hal_vpath_poll_tx() local 7646 &first_txdlh, &txdl_priv, &t_code)) == VXGE_HAL_OK) { in vxge_hal_vpath_poll_tx() 7648 t_code, fifo->channel.userdata) != VXGE_HAL_OK) { in vxge_hal_vpath_poll_tx()
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-ring-fp.c | 667 u8 *t_code) in xge_hal_ring_dtr_next_completed() argument 723 *t_code = (u8)XGE_HAL_RXD_GET_T_CODE(rxdp->control_1); in xge_hal_ring_dtr_next_completed() 726 xge_assert(*t_code != XGE_HAL_RXD_T_CODE_UNUSED_C); in xge_hal_ring_dtr_next_completed() 731 ((xge_hal_channel_t*)ring)->post_qid, *t_code, in xge_hal_ring_dtr_next_completed()
|
| HD | xgehal-device-fp.c | 350 u8 t_code; in xge_hal_device_poll_rx_channel() local 358 &t_code)) == XGE_HAL_OK) { in xge_hal_device_poll_rx_channel() 360 t_code, channel->userdata) != XGE_HAL_OK) { in xge_hal_device_poll_rx_channel() 399 u8 t_code; in xge_hal_device_poll_tx_channel() local 406 &t_code) == XGE_HAL_OK) { in xge_hal_device_poll_tx_channel() 408 t_code, channel->userdata) != XGE_HAL_OK) { in xge_hal_device_poll_tx_channel()
|
| HD | xgehal-mgmtaux.c | 1066 int t_code; in xge_hal_aux_stats_sw_dev_read() local 1084 for (t_code = 1; t_code < 16; t_code++) { in xge_hal_aux_stats_sw_dev_read() 1085 int t_code_cnt = sw_dev_err_stats.rxd_t_code_err_cnt[t_code]; in xge_hal_aux_stats_sw_dev_read() 1087 (void) xge_os_sprintf(buf, "rxd_t_code_%d", t_code); in xge_hal_aux_stats_sw_dev_read() 1090 t_code_cnt = sw_dev_err_stats.txd_t_code_err_cnt[t_code]; in xge_hal_aux_stats_sw_dev_read() 1092 (void) xge_os_sprintf(buf, "txd_t_code_%d", t_code); in xge_hal_aux_stats_sw_dev_read()
|
| HD | xgehal-fifo-fp.c | 653 xge_hal_dtr_h *dtrh, u8 *t_code) in xge_hal_fifo_dtr_next_completed() argument 688 *t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1); in xge_hal_fifo_dtr_next_completed() 691 xge_assert(*t_code != XGE_HAL_TXD_T_CODE_UNUSED_5); in xge_hal_fifo_dtr_next_completed()
|
| HD | xgehal-device.c | 3222 u8 t_code = hldev->inject_bad_tcode; in __hal_device_poll() local 3241 t_code); in __hal_device_poll() 3244 t_code); in __hal_device_poll() 5641 xge_hal_dtr_h dtrh, u8 t_code) in xge_hal_device_handle_tcode() argument 5646 if (t_code > 15) { in xge_hal_device_handle_tcode() 5647 xge_os_printf("invalid t_code %d", t_code); in xge_hal_device_handle_tcode() 5652 hldev->stats.sw_dev_err_stats.txd_t_code_err_cnt[t_code]++; in xge_hal_device_handle_tcode() 5664 if (t_code == XGE_HAL_TXD_T_CODE_LOSS_OF_LINK) { in xge_hal_device_handle_tcode() 5685 } else if (t_code == XGE_HAL_TXD_T_CODE_ABORT_BUFFER || in xge_hal_device_handle_tcode() 5686 t_code == XGE_HAL_TXD_T_CODE_ABORT_DTOR) { in xge_hal_device_handle_tcode() [all …]
|
| /NextBSD/sys/dev/nxge/ |
| HD | if_nxge.c | 2715 xge_rx_compl(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code, in xge_rx_compl() argument 2745 if(t_code) { in xge_rx_compl() 2746 xge_trace(XGE_TRACE, "Packet dropped because of %d", t_code); in xge_rx_compl() 2748 xge_hal_device_handle_tcode(channelh, dtr, t_code); in xge_rx_compl() 2842 } while(xge_hal_ring_dtr_next_completed(channelh, &dtr, &t_code) in xge_rx_compl() 2947 u8 t_code; in xge_flush_txds() local 2949 while(xge_hal_fifo_dtr_next_completed(channelh, &tx_dtr, &t_code) in xge_flush_txds() 2952 if(t_code) { in xge_flush_txds() 2953 xge_trace(XGE_TRACE, "Tx descriptor with t_code %d", t_code); in xge_flush_txds() 2955 xge_hal_device_handle_tcode(channelh, tx_dtr, t_code); in xge_flush_txds() [all …]
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-device.h | 620 xge_hal_device_inject_bad_tcode(xge_hal_device_h devh, int chan_type, u8 t_code) in xge_hal_device_inject_bad_tcode() argument 623 ((xge_hal_device_t*)devh)->inject_bad_tcode = t_code; in xge_hal_device_inject_bad_tcode() 782 u8 t_code);
|
| HD | xgehal-channel.h | 164 u8 t_code, void *userdata);
|
| HD | xgehal-fifo.h | 317 u8 *t_code);
|
| HD | xgehal-ring.h | 449 u8 *t_code);
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxgehal-ll.h | 1274 u8 t_code, 1642 u8 *t_code); 1662 u8 t_code); 2296 vxge_hal_fifo_tcode_e t_code, 2742 vxge_hal_fifo_tcode_e *t_code); 2762 vxge_hal_fifo_tcode_e t_code);
|
| /NextBSD/sys/dev/vxge/ |
| HD | vxge.c | 884 void *dtr_priv, vxge_hal_fifo_tcode_e t_code, void *userdata) in vxge_tx_compl() argument 903 if (t_code != VXGE_HAL_FIFO_T_CODE_OK) { in vxge_tx_compl() 905 t_code); in vxge_tx_compl() 909 vxge_hal_fifo_handle_tcode(vpath_handle, txdlh, t_code); in vxge_tx_compl() 920 &dtr_priv, &t_code) == VXGE_HAL_OK); in vxge_tx_compl() 988 void *dtr_priv, u8 t_code, void *userdata) in vxge_rx_compl() argument 1025 if (t_code != VXGE_HAL_RING_RXD_T_CODE_OK) { in vxge_rx_compl() 1030 rxdh, t_code); in vxge_rx_compl() 1039 (t_code != VXGE_HAL_RING_T_CODE_L3_PKT_ERR)) { in vxge_rx_compl() 1083 &dtr_priv, &t_code) == VXGE_HAL_OK); in vxge_rx_compl()
|