Searched refs:t_code (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-ring.c1036 /* make sure device overwrites the (illegal) t_code on completion */
1190 /* make sure device overwrites the (illegal) t_code on completion */
1412 * @t_code: Transfer code, as per X3100 User Guide,
1427 * Non-zero @t_code means failure to fill-in receive buffer(s)
1446 u8 *t_code)
1459 (rxd_priv != NULL) && (t_code != NULL));
1468 "rxd_priv = 0x"VXGE_OS_STXFMT", t_code = 0x"VXGE_OS_STXFMT,
1470 (ptr_t) t_code);
1507 *t_code = (u8) VXGE_HAL_RING_RXD_T_CODE_GET(rxdp->control_0);
1515 (*t_code
1442 vxge_hal_ring_rxd_next_completed( vxge_hal_vpath_h vpath_handle, vxge_hal_rxd_h *rxdh, void **rxd_priv, u8 *t_code) argument
1604 vxge_hal_ring_handle_tcode( vxge_hal_vpath_h vpath_handle, vxge_hal_rxd_h rxdh, u8 t_code) argument
[all...]
H A Dvxgehal-fifo.c1401 /* make sure device overwrites the t_code value on completion */
1517 * @t_code: Transfer code, as per X3100 User Guide,
1533 * Non-zero @t_code means failure to process the descriptor.
1550 vxge_hal_fifo_tcode_e * t_code)
1569 (txdlh != NULL) && (t_code != NULL));
1577 "txdlh = 0x"VXGE_OS_STXFMT", t_code = 0x"VXGE_OS_STXFMT,
1578 (ptr_t) vpath_handle, (ptr_t) txdlh, (ptr_t) t_code);
1620 *t_code = (vxge_hal_fifo_tcode_e)
1647 * @t_code: One of the enumerated (and documented in the X3100 user guide)
1661 vxge_hal_fifo_tcode_e t_code)
1546 vxge_hal_fifo_txdl_next_completed( vxge_hal_vpath_h vpath_handle, vxge_hal_txdl_h * txdlh, void **txdl_priv, vxge_hal_fifo_tcode_e * t_code) argument
1658 vxge_hal_fifo_handle_tcode( vxge_hal_vpath_h vpath_handle, vxge_hal_txdl_h txdlh, vxge_hal_fifo_tcode_e t_code) argument
[all...]
H A Dvxgehal-virtualpath.c7549 u8 t_code; local
7582 &first_rxdh, &rxd_priv, &t_code)) == VXGE_HAL_OK) {
7584 t_code, ring->channel.userdata) != VXGE_HAL_OK) {
7614 vxge_hal_fifo_tcode_e t_code; local
7646 &first_txdlh, &txdl_priv, &t_code)) == VXGE_HAL_OK) {
7648 t_code, fifo->channel.userdata) != VXGE_HAL_OK) {
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-channel.h123 * @t_code: Transfer code, as per Xframe User Guide.
150 * Non-zero @t_code means failure to process (transmit or receive, depending
164 u8 t_code, void *userdata);
H A Dxgehal-device.h607 * @t_code: Transfer code.
620 xge_hal_device_inject_bad_tcode(xge_hal_device_h devh, int chan_type, u8 t_code) argument
623 ((xge_hal_device_t*)devh)->inject_bad_tcode = t_code;
782 u8 t_code);
H A Dxgehal-fifo.h317 u8 *t_code);
H A Dxgehal-ring.h449 u8 *t_code);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-ring-fp.c491 /* make sure Xena overwrites the (illegal) t_code on completion */
635 * @t_code: Transfer code, as per Xframe User Guide,
650 * Non-zero @t_code means failure to fill-in receive buffer(s)
667 u8 *t_code)
723 *t_code = (u8)XGE_HAL_RXD_GET_T_CODE(rxdp->control_1);
726 xge_assert(*t_code != XGE_HAL_RXD_T_CODE_UNUSED_C);
729 "compl_index %d post_qid %d t_code %d rxd 0x"XGE_OS_LLXFMT,
731 ((xge_hal_channel_t*)ring)->post_qid, *t_code,
666 xge_hal_ring_dtr_next_completed(xge_hal_channel_h channelh, xge_hal_dtr_h *dtrh, u8 *t_code) argument
H A Dxgehal-device-fp.c350 u8 t_code; local
358 &t_code)) == XGE_HAL_OK) {
360 t_code, channel->userdata) != XGE_HAL_OK) {
399 u8 t_code; local
406 &t_code) == XGE_HAL_OK) {
408 t_code, channel->userdata) != XGE_HAL_OK) {
H A Dxgehal-mgmtaux.c1066 int t_code; local
1084 for (t_code = 1; t_code < 16; t_code++) {
1085 int t_code_cnt = sw_dev_err_stats.rxd_t_code_err_cnt[t_code];
1087 (void) xge_os_sprintf(buf, "rxd_t_code_%d", t_code);
1090 t_code_cnt = sw_dev_err_stats.txd_t_code_err_cnt[t_code];
1092 (void) xge_os_sprintf(buf, "txd_t_code_%d", t_code);
H A Dxgehal-device.c3222 u8 t_code = hldev->inject_bad_tcode; local
3241 t_code);
3244 t_code);
5626 * @t_code: One of the enumerated (and documented in the Xframe user guide)
5640 xge_hal_dtr_h dtrh, u8 t_code)
5645 if (t_code > 15) {
5646 xge_os_printf("invalid t_code %d", t_code);
5651 hldev->stats.sw_dev_err_stats.txd_t_code_err_cnt[t_code]++;
5663 if (t_code
5639 xge_hal_device_handle_tcode(xge_hal_channel_h channelh, xge_hal_dtr_h dtrh, u8 t_code) argument
[all...]
H A Dxgehal-fifo-fp.c65 /* make sure Xena overwrites the (illegal) t_code value on completion */
620 * @t_code: Transfer code, as per Xframe User Guide,
636 * Non-zero @t_code means failure to process the descriptor.
653 xge_hal_dtr_h *dtrh, u8 *t_code)
688 *t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1);
691 xge_assert(*t_code != XGE_HAL_TXD_T_CODE_UNUSED_5);
652 xge_hal_fifo_dtr_next_completed(xge_hal_channel_h channelh, xge_hal_dtr_h *dtrh, u8 *t_code) argument
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2724 * @t_code Transfer Code indicating success or error
2730 xge_rx_compl(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code, argument
2760 if(t_code) {
2761 xge_trace(XGE_TRACE, "Packet dropped because of %d", t_code);
2763 xge_hal_device_handle_tcode(channelh, dtr, t_code);
2857 } while(xge_hal_ring_dtr_next_completed(channelh, &dtr, &t_code)
2962 u8 t_code; local
2964 while(xge_hal_fifo_dtr_next_completed(channelh, &tx_dtr, &t_code)
2967 if(t_code) {
2968 xge_trace(XGE_TRACE, "Tx descriptor with t_code
3271 xge_tx_compl(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code, void *userdata) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h1241 * @t_code: Transfer code, as per X3100 User Guide.
1260 * Non-zero @t_code means failure to process receive descriptor.
1274 u8 t_code,
1608 * @t_code: Transfer code, as per X3100 User Guide,
1623 * Non-zero @t_code means failure to fill-in receive buffer(s)
1642 u8 *t_code);
1648 * @t_code: One of the enumerated (and documented in the X3100 user guide)
1662 u8 t_code);
2260 * @t_code: Transfer code, as per X3100 User Guide.
2282 * Non-zero @t_code mean
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c885 void *dtr_priv, vxge_hal_fifo_tcode_e t_code, void *userdata)
904 if (t_code != VXGE_HAL_FIFO_T_CODE_OK) {
906 t_code);
910 vxge_hal_fifo_handle_tcode(vpath_handle, txdlh, t_code);
921 &dtr_priv, &t_code) == VXGE_HAL_OK);
989 void *dtr_priv, u8 t_code, void *userdata)
1025 if (t_code != VXGE_HAL_RING_RXD_T_CODE_OK) {
1030 rxdh, t_code);
1039 (t_code != VXGE_HAL_RING_T_CODE_L3_PKT_ERR)) {
1083 &dtr_priv, &t_code)
884 vxge_tx_compl(vxge_hal_vpath_h vpath_handle, vxge_hal_txdl_h txdlh, void *dtr_priv, vxge_hal_fifo_tcode_e t_code, void *userdata) argument
988 vxge_rx_compl(vxge_hal_vpath_h vpath_handle, vxge_hal_rxd_h rxdh, void *dtr_priv, u8 t_code, void *userdata) argument
[all...]

Completed in 234 milliseconds