Searched refs:max_npiv_vports (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mid.c37 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1);
38 if (vp_id > ha->max_npiv_vports) {
41 vp_id, ha->max_npiv_vports);
417 if (ha->num_vhosts > ha->max_npiv_vports) {
420 "than max_npiv_vports %ud.\n",
421 ha->num_vhosts, ha->max_npiv_vports);
452 if (vha->vp_idx > ha->max_npiv_vports) {
H A Dqla_fw.h1079 (_ha)->max_npiv_vports + 1, 1); \
1080 _idx <= (_ha)->max_npiv_vports; \
1082 (_ha)->max_npiv_vports + 1, _idx + 1)) \
H A Dqla_init.c1456 if ((!ha->max_npiv_vports) ||
1457 ((ha->max_npiv_vports + 1) %
1459 ha->max_npiv_vports =
1464 &ha->max_npiv_vports, NULL);
1808 ha->max_npiv_vports = MIN_MULTI_ID_FABRIC - 1;
1809 mid_init_cb->count = cpu_to_le16(ha->max_npiv_vports);
H A Dqla_mbx.c2135 uint16_t *orig_iocb_cnt, uint16_t *max_npiv_vports, uint16_t *max_fcfs)
2171 if (vha->hw->flags.npiv_supported && max_npiv_vports)
2172 *max_npiv_vports = mcp->mb[11];
3075 if (vp_index == 0 || vp_index >= ha->max_npiv_vports)
2133 qla2x00_get_resource_cnts(scsi_qla_host_t *vha, uint16_t *cur_xchg_cnt, uint16_t *orig_xchg_cnt, uint16_t *cur_iocb_cnt, uint16_t *orig_iocb_cnt, uint16_t *max_npiv_vports, uint16_t *max_fcfs) argument
H A Dqla_attr.c1955 fc_host_max_npiv_vports(vha->host) = ha->max_npiv_vports;
H A Dqla_def.h2816 uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ member in struct:qla_hw_data
/drivers/scsi/
H A Dscsi_transport_fc.c399 fc_host->max_npiv_vports = 0;
1528 fc_private_host_rd_attr(max_npiv_vports, "%u\n", 20);
2228 SETUP_HOST_ATTRIBUTE_RD_NS(max_npiv_vports);
3368 if (fc_host->npiv_vports_inuse >= fc_host->max_npiv_vports) {

Completed in 89 milliseconds