HomeSort by: relevance | last modified time | path
    Searched defs:nack_fcp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_target.c 164 na_fcentry_t *nack_fcp; member in union:isp_target_notify::__anon6b3fe767010a
186 #define nack_fcp unp.nack_fcp macro
413 isp_get_notify_ack_fc(isp, nack_fcp, (na_fcentry_t *)local);
415 nack_fcp = (na_fcentry_t *)local;
416 if (nack_fcp->na_status != NA_OK) {
421 isp_prt(isp, level, "Notify Ack Status=0x%x seqid 0x%x", nack_fcp->na_status, nack_fcp->na_seqid);
468 #undef nack_fcp
isp_target.c 164 na_fcentry_t *nack_fcp; member in union:isp_target_notify::__anon6b3fe767010a
186 #define nack_fcp unp.nack_fcp macro
413 isp_get_notify_ack_fc(isp, nack_fcp, (na_fcentry_t *)local);
415 nack_fcp = (na_fcentry_t *)local;
416 if (nack_fcp->na_status != NA_OK) {
421 isp_prt(isp, level, "Notify Ack Status=0x%x seqid 0x%x", nack_fcp->na_status, nack_fcp->na_seqid);
468 #undef nack_fcp

Completed in 24 milliseconds