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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h124 * @t_code: Transfer code, as per Xframe User Guide.
151 * Non-zero @t_code means failure to process (transmit or receive, depending
165 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.h312 u8 *t_code);
H A Dxgehal-ring.h444 u8 *t_code);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c486 /* make sure Xena overwrites the (illegal) t_code on completion */
630 * @t_code: Transfer code, as per Xframe User Guide,
645 * Non-zero @t_code means failure to fill-in receive buffer(s)
662 u8 *t_code)
718 *t_code = (u8)XGE_HAL_RXD_GET_T_CODE(rxdp->control_1);
721 xge_assert(*t_code != XGE_HAL_RXD_T_CODE_UNUSED_C);
724 "compl_index %d post_qid %d t_code %d rxd 0x"XGE_OS_LLXFMT,
726 ((xge_hal_channel_t*)ring)->post_qid, *t_code,
661 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.c1088 int t_code, t_code_cnt; local
1106 for (t_code = 1; t_code < 16; t_code++) {
1107 t_code_cnt = sw_dev_err_stats.rxd_t_code_err_cnt[t_code];
1109 (void) xge_os_snprintf(buf, sizeof(buf), "rxd_t_code_%d", t_code);
1112 t_code_cnt = sw_dev_err_stats.txd_t_code_err_cnt[t_code];
1114 (void) xge_os_snprintf(buf, sizeof(buf), "txd_t_code_%d", t_code);
H A Dxgehal-device.c3213 u8 t_code = hldev->inject_bad_tcode; local
3232 t_code);
3235 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.c60 /* make sure Xena overwrites the (illegal) t_code value on completion */
615 * @t_code: Transfer code, as per Xframe User Guide,
631 * Non-zero @t_code means failure to process the descriptor.
648 xge_hal_dtr_h *dtrh, u8 *t_code)
683 *t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1);
686 xge_assert(*t_code != XGE_HAL_TXD_T_CODE_UNUSED_5);
647 xge_hal_fifo_dtr_next_completed(xge_hal_channel_h channelh, xge_hal_dtr_h *dtrh, u8 *t_code) argument
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c703 xgell_rx_1b_callback(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code, argument
733 if (t_code != 0) {
735 " completed due to error t_code %01x", XGELL_IFNAME,
736 lldev->instance, (uint64_t)(uintptr_t)dtr, t_code);
739 t_code);
843 } while (xge_hal_ring_dtr_next_completed(channelh, &dtr, &t_code) ==
894 xgell_xmit_compl(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code, argument
905 if (t_code) {
907 " completed due to error t_code %01x", XGELL_IFNAME,
908 lldev->instance, (uint64_t)(uintptr_t)dtr, t_code);
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h93 #define t_code cdb_un.tag macro
535 ((union scsi_cdb *)(pktp)->pkt_cdbp)->t_code = (fixbit)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8982 ucdb->t_code = fixbit;

Completed in 149 milliseconds