Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1099 pkt->loop_id_h = MSB(tq->loop_id); in ql_ms_iocb()
1101 pkt->loop_id_h = LSB(tq->loop_id); in ql_ms_iocb()
1257 pkt->loop_id_h = MSB(tq->loop_id); in ql_ip_iocb()
1259 pkt->loop_id_h = LSB(tq->loop_id); in ql_ip_iocb()
H A Dql_xioctl.c1733 pkt->ms.loop_id_h = MSB(loop_id); in ql_fcct()
1735 pkt->ms.loop_id_h = LSB(loop_id); in ql_fcct()
10404 pkt->ms.loop_id_h = MSB(tq->loop_id); in ql_els_passthru()
10406 pkt->ms.loop_id_h = LSB(tq->loop_id); in ql_els_passthru()
H A Dql_init.c3651 list23[index].loop_id_h); in ql_dev_list()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h473 uint8_t loop_id_h; /* device id - MSB */ member
1090 uint8_t loop_id_h; /* device id - MSB */ member
H A Dql_init.h1248 uint8_t loop_id_h; member