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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c124 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint16_t);
6921 * ql_lun_queue
6936 ql_lun_queue(ql_adapter_state_t *ha, ql_tgt_t *tq, uint16_t lun) function
7023 (sp->lun_queue = ql_lun_queue(ha, tq, lun)) != NULL) {
7192 if (tq != NULL && (sp->lun_queue = ql_lun_queue(ha, tq, 0)) != NULL) {
7282 (sp->lun_queue = ql_lun_queue(ha, tq, 0)) == NULL) {
8729 sp->lun_queue = ql_lun_queue(vha, tq, 0);

Completed in 43 milliseconds