Home
last modified time | relevance | path

Searched refs:num_vhosts (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_mid.c48 ha->num_vhosts++; in qla24xx_allocate_vp_id()
90 ha->num_vhosts--; in qla24xx_deallocate_vp_id()
426 if (ha->num_vhosts > ha->max_npiv_vports) { in qla24xx_vport_create_req_sanity_check()
430 ha->num_vhosts, ha->max_npiv_vports); in qla24xx_vport_create_req_sanity_check()
Dqla_isr.c495 if (!ha->num_vhosts) in qla2x00_is_a_vp_did()
1045 if (!vha->vp_idx && ha->num_vhosts) in qla2x00_async_event()
Dqla_def.h3223 uint16_t num_vhosts; /* number of vports created */ member