Searched refs:max_npiv_vports (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 37 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1); in qla24xx_allocate_vp_id() 38 if (vp_id > ha->max_npiv_vports) { in qla24xx_allocate_vp_id() 41 vp_id, ha->max_npiv_vports); in qla24xx_allocate_vp_id() 475 if (ha->num_vhosts > ha->max_npiv_vports) { in qla24xx_vport_create_req_sanity_check() 478 "than max_npiv_vports %ud.\n", in qla24xx_vport_create_req_sanity_check() 479 ha->num_vhosts, ha->max_npiv_vports); in qla24xx_vport_create_req_sanity_check() 510 if (vha->vp_idx > ha->max_npiv_vports) { in qla24xx_create_vhost() 952 if (vp_index == 0 || vp_index >= ha->max_npiv_vports) in qla24xx_control_vp()
|
H A D | qla_init.c | 3865 if ((!ha->max_npiv_vports) || in qla2x00_setup_chip() 3866 ((ha->max_npiv_vports + 1) % in qla2x00_setup_chip() 3868 ha->max_npiv_vports = in qla2x00_setup_chip() 4322 ha->max_npiv_vports = MIN_MULTI_ID_FABRIC - 1; in qla2x00_init_rings() 4323 mid_init_cb->count = cpu_to_le16(ha->max_npiv_vports); in qla2x00_init_rings()
|
H A D | qla_attr.c | 3310 fc_host_max_npiv_vports(vha->host) = ha->max_npiv_vports; in qla2x00_init_host_attr()
|
H A D | qla_def.h | 4490 uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ member
|
H A D | qla_mbx.c | 2994 ha->max_npiv_vports = mcp->mb[11]; in qla2x00_get_resource_cnts()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 37 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1); in qla24xx_allocate_vp_id() 38 if (vp_id > ha->max_npiv_vports) { in qla24xx_allocate_vp_id() 41 vp_id, ha->max_npiv_vports); in qla24xx_allocate_vp_id() 483 if (ha->num_vhosts > ha->max_npiv_vports) { in qla24xx_vport_create_req_sanity_check() 486 "than max_npiv_vports %ud.\n", in qla24xx_vport_create_req_sanity_check() 487 ha->num_vhosts, ha->max_npiv_vports); in qla24xx_vport_create_req_sanity_check() 518 if (vha->vp_idx > ha->max_npiv_vports) { in qla24xx_create_vhost() 958 if (vp_index == 0 || vp_index >= ha->max_npiv_vports) in qla24xx_control_vp()
|
H A D | qla_init.c | 4334 if ((!ha->max_npiv_vports) || in qla2x00_setup_chip() 4335 ((ha->max_npiv_vports + 1) % in qla2x00_setup_chip() 4337 ha->max_npiv_vports = in qla2x00_setup_chip() 4810 ha->max_npiv_vports = MIN_MULTI_ID_FABRIC - 1; in qla2x00_init_rings() 4811 mid_init_cb->count = cpu_to_le16(ha->max_npiv_vports); in qla2x00_init_rings()
|
H A D | qla_attr.c | 3377 fc_host_max_npiv_vports(vha->host) = ha->max_npiv_vports; in qla2x00_init_host_attr()
|
H A D | qla_def.h | 4722 uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ member
|
H A D | qla_mbx.c | 3047 ha->max_npiv_vports = mcp->mb[11]; in qla2x00_get_resource_cnts()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 499 u16 max_npiv_vports; member 560 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 536 u16 max_npiv_vports; member 608 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 395 fc_host->max_npiv_vports = 0; in fc_host_setup() 1519 fc_private_host_rd_attr(max_npiv_vports, "%u\n", 20); 2219 SETUP_HOST_ATTRIBUTE_RD_NS(max_npiv_vports); in fc_attach_transport() 3373 if (fc_host->npiv_vports_inuse >= fc_host->max_npiv_vports) { in fc_vport_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 405 fc_host->max_npiv_vports = 0; in fc_host_setup() 1928 fc_private_host_rd_attr(max_npiv_vports, "%u\n", 20); 2687 SETUP_HOST_ATTRIBUTE_RD_NS(max_npiv_vports); in fc_attach_transport() 3866 if (fc_host->npiv_vports_inuse >= fc_host->max_npiv_vports) { in fc_vport_setup()
|
Completed in 82 milliseconds