Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2028 if (conn == 0 && ha->max_vports > 125) { in ql_24xx_properties()
2029 ha->max_vports = 125; in ql_24xx_properties()
2735 icb->vp_count[0] = ha->max_vports - 1; in ql_init_rings()
2741 for (index = 0; index < ha->max_vports; index++) { in ql_init_rings()
2748 vha->vp_index >= ha->max_vports) { in ql_init_rings()
H A Dql_api.c1194 ha->max_vports = MAX_24_VIRTUAL_PORTS; in ql_attach()
1220 ha->max_vports = MAX_25_VIRTUAL_PORTS; in ql_attach()
1258 ha->max_vports = MAX_83_VIRTUAL_PORTS; in ql_attach()
1293 ha->max_vports = MAX_27_VIRTUAL_PORTS; in ql_attach()
1316 ha->max_vports = MAX_81XX_VIRTUAL_PORTS; in ql_attach()
1341 ha->max_vports = MAX_8021_VIRTUAL_PORTS; in ql_attach()
1591 tran->fca_num_npivports = ha->max_vports ? in ql_attach()
1592 ha->max_vports - 1 : 0; in ql_attach()
2656 if (bind_info->port_num >= ha->max_vports) { in ql_bind_port()
H A Dql_xioctl.c385 if (cmd->HbaSelect > ha->max_vports) { in ql_sdm_ioctl()
9142 if (vha->max_vports > tmp_vport.used) { in ql_qry_vport()
9143 tmp_vport.free = vha->max_vports - tmp_vport.used; in ql_qry_vport()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1862 uint8_t max_vports; member