Searched refs:abts (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_target.c117 abts_t *abts; member in union:__anon2799
124 #define abts unp.abts macro
192 isp_get_abts(isp, abts, (abts_t *)local);
214 #undef abts macro
473 abts_t *abts = arg; local
476 if (abts->abts_header.rqs_entry_type != RQSTYPE_ABTS_RCVD) {
477 isp_prt(isp, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_entry_type);
481 ISP_MEMCPY(rsp, abts, QENTRY_LEN);
527 isp_handle_abts(ispsoftc_t *isp, abts_t *abts) argument
[all...]
H A Disp_freebsd.c1742 abts_t *abts = (abts_t *)mp->nt_lreserved; local
1745 isp_prt(isp, ISP_LOGTDEBUG0, "%s: [%x] terminating after ABTS received", __func__, abts->abts_rxid_task);
1749 cto->ct_rxid = abts->abts_rxid_task;
1752 cto->ct_oxid = abts->abts_ox_id;
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h8614 struct fcoe_ext_abts_info abts /* Task ID to be aborted */; member in union:fcoe_tx_wr_rx_rd_union_ctx
8948 struct fcoe_abts_info abts /* ABTS information */; member in union:fcoe_u_tce_tx_wr_rx_rd_union

Completed in 284 milliseconds