Searched refs:ql_rpt_lun_lst_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4019 ql_rpt_lun_lst_t *rpt;
4032 pkt_size = sizeof (ql_mbx_iocb_t) + sizeof (ql_rpt_lun_lst_t);
4038 rpt = (ql_rpt_lun_lst_t *)((caddr_t)pkt + sizeof (ql_mbx_iocb_t));
4041 if (ql_get_dma_mem(ha, &dma_mem, sizeof (ql_rpt_lun_lst_t),
4071 MSB(MSW(sizeof (ql_rpt_lun_lst_t)));
4073 LSB(MSW(sizeof (ql_rpt_lun_lst_t)));
4075 MSB(LSW(sizeof (ql_rpt_lun_lst_t)));
4077 LSB(LSW(sizeof (ql_rpt_lun_lst_t)));
4099 LE_32(sizeof (ql_rpt_lun_lst_t));
4101 LE_32(sizeof (ql_rpt_lun_lst_t));
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h125 } ql_rpt_lun_lst_t; typedef in typeref:struct:ql_rpt_lun_lst

Completed in 54 milliseconds