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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h117 struct fcsm_cmd *sm_retry_head; /* cmd retry queue head */ member in struct:fcsm
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1148 if (fcsm->sm_retry_head && fcsm->sm_retry_tid == NULL) {
1341 if (fcsm->sm_retry_head && fcsm->sm_retry_tid == NULL) {
1380 if (fcsm->sm_retry_head && fcsm->sm_retry_tid == NULL) {
2681 ASSERT(fcsm->sm_retry_head == NULL);
3477 ASSERT(fcsm->sm_retry_head != NULL);
3482 fcsm->sm_retry_head = fcsm->sm_retry_tail = cmd;
3506 if (fcsm->sm_retry_head == NULL) {
3510 cmd = fcsm->sm_retry_head;
3511 fcsm->sm_retry_head = cmd->cmd_next;
3512 if (fcsm->sm_retry_head
[all...]

Completed in 131 milliseconds