Searched defs:rsp_tail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4749 IOCBQ *rsp_tail = NULL; local
4941 rsp_tail->next = iocbq;
4944 rsp_tail = iocbq;
4978 cp->rsp_tail = rsp_tail;
4980 cp->rsp_tail->next = rsp_head;
4981 cp->rsp_tail = rsp_tail;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h326 IOCBQ *rsp_tail; /* deferred completion tail */ member in struct:emlxs_channel

Completed in 63 milliseconds