Home
last modified time | relevance | path

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

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