Home
last modified time | relevance | path

Searched refs:lun_queues (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5616 for (link = tq->lun_queues.first; link != NULL; in ql_els_adisc()
6870 for (link = tq->lun_queues.first; link != NULL; link = link->next) { in ql_dev_free()
6885 link = tq->lun_queues.first; in ql_dev_free()
6890 ql_remove_link(&tq->lun_queues, in ql_dev_free()
6940 for (link = tq->lun_queues.first; link != NULL; link = link->next) { in ql_lun_queue()
6960 ql_add_link_b(&tq->lun_queues, &lq->link); in ql_lun_queue()
8711 if (tq->lun_queues.first != NULL) { in ql_send_logo()
8712 sp->lun_queue = (tq->lun_queues.first)->base_address; in ql_send_logo()
8883 for (link = tq->lun_queues.first; link != NULL; link = link->next) { in ql_abort_device()
10231 for (link2 = tq->lun_queues.first; in ql_restart_queues()
[all …]
H A Dql_init.c3988 for (link2 = tq->lun_queues.first; in ql_abort_isp()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1297 ql_head_t lun_queues; member