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.c433 ql_tgt_t *tq = sp->lun_queue->target_queue;
439 pkt->lun_l = LSB(sp->lun_queue->lun_no);
440 pkt->lun_h = MSB(sp->lun_queue->lun_no);
645 ql_tgt_t *tq = sp->lun_queue->target_queue;
661 pkt->fcp_lun[2] = LSB(sp->lun_queue->lun_no);
662 pkt->fcp_lun[3] = MSB(sp->lun_queue->lun_no);
777 ql_tgt_t *tq = sp->lun_queue->target_queue;
790 pkt->fcp_lun[2] = cdma->cmd.fcp_lun[1] = LSB(sp->lun_queue->lun_no);
791 pkt->fcp_lun[3] = cdma->cmd.fcp_lun[0] = MSB(sp->lun_queue->lun_no);
988 ql_tgt_t *tq = sp->lun_queue
[all...]
H A Dql_isr.c1443 ql_lun_t *lq = sp->lun_queue;
1857 sp->lun_queue->target_queue->d_id.b24,
1858 sp->lun_queue->lun_no);
1988 sp->lun_queue->target_queue->d_id.b24,
1989 sp->lun_queue->lun_no);
2292 tq = sp->lun_queue->target_queue;
2371 tq->d_id.b24, sp->lun_queue->lun_no);
2383 "\n", sts.comp_status, tq->d_id.b24, sp->lun_queue->lun_no,
2427 tq->d_id.b24, sp->lun_queue->lun_no);
2430 "cnt=%d\n", tq->d_id.b24, sp->lun_queue
[all...]
H A Dql_api.c3732 lq = sp->lun_queue;
7008 (sp->lun_queue = ql_lun_queue(ha, tq, lun)) != NULL) {
7177 if (tq != NULL && (sp->lun_queue = ql_lun_queue(ha, tq, 0)) != NULL) {
7267 (sp->lun_queue = ql_lun_queue(ha, tq, 0)) == NULL) {
7437 ql_lun_t *lq = sp->lun_queue;
7816 lq = sp->lun_queue;
8550 if (sp->lun_queue == NULL) {
8553 tq = sp->lun_queue->target_queue;
8712 sp->lun_queue = (tq->lun_queues.first)->base_address;
8714 sp->lun_queue
[all...]
H A Dql_mbx.c2638 ql_tgt_t *tq = sp->lun_queue->target_queue;
2654 sp->lun_queue->lun_no : 0);
2693 ql_tgt_t *tq = sp->lun_queue->target_queue;
H A Dql_init.c3957 lq = sp->lun_queue;
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c960 (uintptr_t)srb->lun_queue) == -1) {
962 " at %p", srb->lun_queue);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1160 struct ql_lun *lun_queue; member in struct:ql_srb

Completed in 113 milliseconds