Searched refs:ql_lun_queue (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 127 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint16_t); 6921 ql_lun_queue(ql_adapter_state_t *ha, ql_tgt_t *tq, uint16_t lun) in ql_lun_queue() function 7008 (sp->lun_queue = ql_lun_queue(ha, tq, lun)) != NULL) { in ql_fcp_scsi_cmd() 7177 if (tq != NULL && (sp->lun_queue = ql_lun_queue(ha, tq, 0)) != NULL) { in ql_fcp_ip_cmd() 7267 (sp->lun_queue = ql_lun_queue(ha, tq, 0)) == NULL) { in ql_fc_services() 8714 sp->lun_queue = ql_lun_queue(vha, tq, 0); in ql_send_logo()
|