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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2345 IOCBQ *rsp_head; local
2354 while ((rsp_head = cp->rsp_head) != NULL) {
2355 cp->rsp_head = NULL;
2360 while ((iocbq = rsp_head) != NULL) {
2361 rsp_head = (IOCBQ *) iocbq->next;
H A Demlxs_sli3.c4748 IOCBQ *rsp_head = NULL; local
4938 if (!rsp_head) {
4939 rsp_head = iocbq;
4974 if (rsp_head) {
4976 if (cp->rsp_head == NULL) {
4977 cp->rsp_head = rsp_head;
4980 cp->rsp_tail->next = rsp_head;
H A Demlxs_fcp.c3862 if (cp->rsp_head == NULL) {
3863 cp->rsp_head = (IOCBQ *)abort.q_first;
H A Demlxs_sli4.c5571 if (cp->rsp_head == NULL) {
5572 cp->rsp_head = iocbq;
5590 if (cp->rsp_head != NULL) {
5733 if (cp->rsp_head == NULL) {
5734 cp->rsp_head = iocbq;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h325 IOCBQ *rsp_head; /* deferred completion head */ member in struct:emlxs_channel

Completed in 111 milliseconds