Home
last modified time | relevance | path

Searched refs:lun_queue (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c464 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_command_iocb()
471 pkt->lun_l = LSB(sp->lun_queue->lun_no); in ql_command_iocb()
472 pkt->lun_h = MSB(sp->lun_queue->lun_no); in ql_command_iocb()
694 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_command_24xx_iocb()
711 fcp_ent_addr = (fcp_ent_addr_t *)&sp->lun_queue->lun_addr; in ql_command_24xx_iocb()
836 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_cmd_24xx_type_6_iocb()
850 fcp_ent_addr = (fcp_ent_addr_t *)&sp->lun_queue->lun_addr; in ql_cmd_24xx_type_6_iocb()
1086 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_ms_iocb()
1168 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_ms_24xx_iocb()
1248 ql_tgt_t *tq = sp->lun_queue->target_queue; in ql_ip_iocb()
[all …]
H A Dql_isr.c1502 ql_lun_t *lq = sp->lun_queue; in ql_fast_fcp_post()
1973 sp->lun_queue->lun_no); in ql_status_entry()
2111 sp->lun_queue->lun_no); in ql_24xx_status_entry()
2418 tq = sp->lun_queue->target_queue; in ql_status_error()
2499 tq->d_id.b24, sp->lun_queue->lun_no); in ql_status_error()
2555 tq->d_id.b24, sp->lun_queue->lun_no); in ql_status_error()
2689 sp->lun_queue->lun_no, in ql_status_error()
2850 tq = sp->lun_queue->target_queue; in ql_ip_entry()
3178 tq = sp->lun_queue->target_queue; in ql_ms_entry()
3491 tq = srb->lun_queue->target_queue; in ql_els_passthru_entry()
[all …]
H A Dql_mbx.c969 sp->lun_queue != NULL && in ql_target_reset()
970 sp->lun_queue->target_queue == tq) { in ql_target_reset()
1083 sp->lun_queue != NULL && in ql_abort_target()
1084 sp->lun_queue->target_queue == tq) { in ql_abort_target()
1151 sp->lun_queue != NULL && in ql_lun_reset()
1153 sp->lun_queue == lq) { in ql_lun_reset()
1217 sp->lun_queue != NULL && in ql_clear_task_set()
1219 sp->lun_queue == lq) { in ql_clear_task_set()
1284 sp->lun_queue != NULL && in ql_abort_task_set()
1286 sp->lun_queue == lq) { in ql_abort_task_set()
[all …]
H A Dql_api.c5553 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()
7490 ql_lun_t *lq = sp->lun_queue; in ql_task_mgmt()
7835 ql_lun_t *lq = sp->lun_queue; in ql_start_cmd()
8246 lq = sp->lun_queue; in ql_done()
8956 if (sp->lun_queue == NULL) { in ql_unsol_callback()
8959 tq = sp->lun_queue->target_queue; in ql_unsol_callback()
10351 lq = sp->lun_queue; in ql_wdg_tq_list()
10790 (sp->lun_queue == NULL || in ql_abort_queues()
16565 sp->lun_queue->target_queue == in ql_halt()
[all …]
H A Dql_init.c4305 lq = sp->lun_queue; in ql_requeue_all_cmds()
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c978 (uintptr_t)srb->lun_queue) == -1) { in qlc_wdog_dcmd()
980 " at %p", srb->lun_queue); in qlc_wdog_dcmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1315 struct ql_lun *lun_queue; member