Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h227 uint32_t num_lun; member
H A Dcfga_list.c1019 if (ntohl((*resp_buf)->num_lun) > in get_report_lun_data()
1021 alloc_len = (*resp_buf)->num_lun + REPORT_LUN_HDR_SIZE; in get_report_lun_data()
1042 *num_luns = ntohl((*resp_buf)->num_lun) >> 3; in get_report_lun_data()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1142 uint32_t num_lun; /* num LUNs * 8 */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2886 num_luns = BE_32(report_lun->num_lun) >> 3; in fcp_is_reconfig_needed()
7612 nluns_claimed = BE_32(report_lun->num_lun) >> 3; in fcp_handle_reportlun()