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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6295 if (un->un_retry_bp != NULL) {
6296 un->un_retry_bp->av_forw = un->un_waitq_headp;
6297 un->un_waitq_headp = un->un_retry_bp;
6299 un->un_waitq_tailp = un->un_retry_bp;
6301 un->un_retry_bp = NULL;
14771 * processed and the un_retry_bp is not checked. If immed_bp is
14831 * relies on (1) the command on un_retry_bp preventing
14839 if (bp == un->un_retry_bp) {
14866 un, un->un_retry_bp, un->un_throttle,
14893 if (un->un_retry_bp !
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h250 struct buf *un_retry_bp; member in struct:sd_lun
252 /* This tracks the last kstat update for the un_retry_bp buf */

Completed in 106 milliseconds