Home
last modified time | relevance | path

Searched refs: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.c115 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint64_t);
5553 sp->lun_queue = ql_lun_queue(ha, tq, 0); in ql_p2p_plogi()
5817 sp->lun_queue = ql_lun_queue(ha, tq, 0); in ql_els_prli()
5853 sp->lun_queue = ql_lun_queue(ha, tq, 0); in ql_els_prli()
7302 ql_lun_queue(ql_adapter_state_t *ha, ql_tgt_t *tq, uint64_t lun_addr) in ql_lun_queue() function
7400 (sp->lun_queue = ql_lun_queue(ha, tq, fcp_ent_addr)) != NULL) { in ql_fcp_scsi_cmd()
7568 if (tq != NULL && (sp->lun_queue = ql_lun_queue(ha, tq, 0)) != NULL) { in ql_fcp_ip_cmd()
7660 (sp->lun_queue = ql_lun_queue(ha, tq, 0)) == NULL) { in ql_fc_services()
9122 sp->lun_queue = ql_lun_queue(vha, tq, 0); in ql_send_logo()