Searched defs:rsp_head (Results 1 - 3 of 3) 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;
/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 67 milliseconds