Searched defs:max_vport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c8633 int max_vport; local
8660 max_vport = (CFG_IST(vha, CFG_CTRL_2422) ? MAX_24_VIRTUAL_PORTS :
8662 if (max_vport > tmp_vport.used) {
8663 tmp_vport.free = max_vport - tmp_vport.used;

Completed in 59 milliseconds