Searched defs:abts (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c337 * nothing and abts response is not needed to be sent
862 fct_rcvd_abts_t *abts = (fct_rcvd_abts_t *)cmd->cmd_specific; local
877 bcopy(abts->abts_resp_payload, frm->frm_payload,
879 FFM_R_CTL(abts->abts_resp_rctl, frm);
880 FRM2TFM(frm)->tfm_rctl = abts->abts_resp_rctl;
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h168 uint_t abts; /* aborts attempted */ member in struct:fc_pstats
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h284 char abts[MSU_MAX_ABTSLEN]; member in struct:upper_instance_table
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2895 fct_rcvd_abts_t *abts = (fct_rcvd_abts_t *)cmd->cmd_specific; local
2898 abts->abts_resp_rctl = BLS_OP_BA_ACC;
2899 p = abts->abts_resp_payload;
3001 /* Check if this an abts retry */
3003 /* Kill this abts. */
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3820 fct_rcvd_abts_t *abts = (fct_rcvd_abts_t *)cmd->cmd_specific; local
3848 req[0x17] = abts->abts_resp_rctl;
3854 req[0x2C+i] = abts->abts_resp_payload[i+3];
3855 req[0x2C+i+1] = abts->abts_resp_payload[i+2];
3856 req[0x2C+i+2] = abts->abts_resp_payload[i+1];
3857 req[0x2C+i+3] = abts->abts_resp_payload[i];
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5128 struct fcoe_ext_abts_info abts /* Task ID to be aborted */; member in union:fcoe_tx_wr_rx_rd_union_ctx
5471 struct fcoe_abts_info abts /* ABTS information */; member in union:fcoe_u_tce_tx_wr_rx_rd_union

Completed in 153 milliseconds