Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_mid.c37 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()
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()
Dqla_init.c3829 if ((!ha->max_npiv_vports) || in qla2x00_setup_chip()
3830 ((ha->max_npiv_vports + 1) % in qla2x00_setup_chip()
3832 ha->max_npiv_vports = in qla2x00_setup_chip()
4287 ha->max_npiv_vports = MIN_MULTI_ID_FABRIC - 1; in qla2x00_init_rings()
4288 mid_init_cb->count = cpu_to_le16(ha->max_npiv_vports); in qla2x00_init_rings()
Dqla_attr.c3279 fc_host_max_npiv_vports(vha->host) = ha->max_npiv_vports; in qla2x00_init_host_attr()
Dqla_def.h4479 uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ member
Dqla_mbx.c2986 ha->max_npiv_vports = mcp->mb[11]; in qla2x00_get_resource_cnts()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h499 u16 max_npiv_vports; member
560 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_fc_transport.rst184 max_npiv_vports: Read_Only
341 transport, it should set the max_npiv_vports attribute to indicate the
361 can support another vport (e.g. max_npiv_vports > npiv_vports_inuse).
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c395 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()