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

/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c196 _scsi_done(isc_session_t *sp, u_int response, u_int status, union ccb *ccb, pduq_t *pq) function
269 _scsi_done(sp, 0, 0x28, pq->ccb, NULL);
325 _scsi_done(sp, 1, 0x40, pq->ccb, NULL);
336 _scsi_done(sp, 1, 0x40, pq->ccb, NULL);
355 _scsi_done(sp, cmd->response, cmd->status, opq->ccb, pq);
586 _scsi_done(sp, 0, rcmd->status, opq->ccb, NULL);

Completed in 54 milliseconds