Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7306 uint16_t lun_no, lun_no_tmp; in ql_lun_queue() local
7334 lun_no_tmp = CHAR_TO_SHORT(lobyte(fcp_ent_addr->ent_addr_0), in ql_lun_queue()
7337 lun_no = lun_no_tmp & ~(QL_LUN_AM_MASK << 8); in ql_lun_queue()
7339 if (lun_no_tmp & (QL_LUN_AM_LUN << 8)) { in ql_lun_queue()
7341 "lun=%d(%xh)\n", lun_no_tmp & (QL_LUN_AM_MASK << 8), in ql_lun_queue()
7342 lun_no, lun_no_tmp); in ql_lun_queue()