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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c127 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint16_t);
6906 * ql_lun_queue
6921 ql_lun_queue(ql_adapter_state_t *ha, ql_tgt_t *tq, uint16_t lun) function
7008 (sp->lun_queue = ql_lun_queue(ha, tq, lun)) != NULL) {
7177 if (tq != NULL && (sp->lun_queue = ql_lun_queue(ha, tq, 0)) != NULL) {
7267 (sp->lun_queue = ql_lun_queue(ha, tq, 0)) == NULL) {
8714 sp->lun_queue = ql_lun_queue(vha, tq, 0);

Completed in 73 milliseconds