Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c812 ql_lun_t *lq; in qlc_wdog_dcmd()
850 lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP); in qlc_wdog_dcmd()
959 if (mdb_vread(lq, sizeof (ql_lun_t), in qlc_wdog_dcmd()
994 mdb_free(lq, sizeof (ql_lun_t)); in qlc_wdog_dcmd()
1360 wsp->walk_data = mdb_alloc(sizeof (ql_lun_t), UM_SLEEP); in qllunq_walk_init()
1382 ql_lun_t *qllun; in qllunq_walk_step()
1389 if (mdb_vread(wsp->walk_data, sizeof (ql_lun_t), in qllunq_walk_step()
1395 qllun = (ql_lun_t *)(wsp->walk_data); in qllunq_walk_step()
1407 (((ql_lun_t *)wsp->walk_data)->link.next); in qllunq_walk_step()
1445 mdb_free(wsp->walk_data, sizeof (ql_lun_t)); in qllunq_walk_fini()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1235 } ql_lun_t; typedef
1298 ql_lun_t *last_lun_queue;
2204 void ql_next(ql_adapter_state_t *, ql_lun_t *);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c127 static ql_lun_t *ql_lun_queue(ql_adapter_state_t *, ql_tgt_t *, uint16_t);
3702 ql_lun_t *lq; in ql_abort()
5549 ql_lun_t *lq; in ql_els_adisc()
6866 ql_lun_t *lq; in ql_dev_free()
6892 kmem_free(lq, sizeof (ql_lun_t)); in ql_dev_free()
6920 static ql_lun_t *
6923 ql_lun_t *lq; in ql_lun_queue()
6950 lq = (ql_lun_t *)kmem_zalloc(sizeof (ql_lun_t), KM_SLEEP); in ql_lun_queue()
7437 ql_lun_t *lq = sp->lun_queue; in ql_start_cmd()
7692 ql_next(ql_adapter_state_t *vha, ql_lun_t *lq) in ql_next()
[all …]
H A Dql_isr.c1443 ql_lun_t *lq = sp->lun_queue; in ql_fast_fcp_post()
H A Dql_init.c3846 ql_lun_t *lq; in ql_abort_isp()