Home
last modified time | relevance | path

Searched refs:ql_lun_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h867 int ql_clear_aca(ql_adapter_state_t *, ql_tgt_t *, ql_lun_t *);
870 int ql_lun_reset(ql_adapter_state_t *, ql_tgt_t *, ql_lun_t *);
871 int ql_clear_task_set(ql_adapter_state_t *, ql_tgt_t *, ql_lun_t *);
872 int ql_abort_task_set(ql_adapter_state_t *, ql_tgt_t *, ql_lun_t *);
H A Dql_api.h1403 } ql_lun_t; typedef
1473 ql_lun_t *last_lun_queue;
2505 void ql_next(ql_adapter_state_t *, ql_lun_t *);
H A Dql_iocb.h1449 int ql_marker(ql_adapter_state_t *, uint16_t, ql_lun_t *lq, uint8_t);
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c830 ql_lun_t *lq; in qlc_wdog_dcmd()
868 lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP); in qlc_wdog_dcmd()
977 if (mdb_vread(lq, sizeof (ql_lun_t), in qlc_wdog_dcmd()
1012 mdb_free(lq, sizeof (ql_lun_t)); in qlc_wdog_dcmd()
1378 wsp->walk_data = mdb_alloc(sizeof (ql_lun_t), UM_SLEEP); in qllunq_walk_init()
1400 ql_lun_t *qllun; in qllunq_walk_step()
1407 if (mdb_vread(wsp->walk_data, sizeof (ql_lun_t), in qllunq_walk_step()
1413 qllun = (ql_lun_t *)(wsp->walk_data); in qllunq_walk_step()
1425 (((ql_lun_t *)wsp->walk_data)->link.next); in qllunq_walk_step()
1463 mdb_free(wsp->walk_data, sizeof (ql_lun_t)); in qllunq_walk_fini()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3959 ql_lun_t *lq; in ql_abort()
5955 ql_lun_t *lq; in ql_els_adisc()
7245 ql_lun_t *lq; in ql_dev_free()
7304 ql_lun_t *lq; in ql_lun_queue()
7346 lq = (ql_lun_t *)kmem_zalloc(sizeof (ql_lun_t), KM_SLEEP); in ql_lun_queue()
8207 ql_lun_t *lq; in ql_done()
9271 ql_lun_t *lq; in ql_abort_device()
9498 ql_lun_t *lq; in ql_requeue_pending_cmds()
10335 ql_lun_t *lq; in ql_wdg_tq_list()
10609 ql_lun_t *lq; in ql_restart_queues()
[all …]
H A Dql_mbx.c901 ql_clear_aca(ql_adapter_state_t *ha, ql_tgt_t *tq, ql_lun_t *lq) in ql_clear_aca()
1137 ql_lun_reset(ql_adapter_state_t *ha, ql_tgt_t *tq, ql_lun_t *lq) in ql_lun_reset()
1203 ql_clear_task_set(ql_adapter_state_t *ha, ql_tgt_t *tq, ql_lun_t *lq) in ql_clear_task_set()
1270 ql_abort_task_set(ql_adapter_state_t *ha, ql_tgt_t *tq, ql_lun_t *lq) in ql_abort_task_set()
H A Dql_iocb.c990 ql_marker(ql_adapter_state_t *ha, uint16_t loop_id, ql_lun_t *lq, in ql_marker()
H A Dql_init.c4059 ql_lun_t *lq; in ql_abort_isp()
4258 ql_lun_t *lq; in ql_requeue_all_cmds()
H A Dql_isr.c1502 ql_lun_t *lq = sp->lun_queue; in ql_fast_fcp_post()