Searched refs:num_fc_ports (Results 1 – 3 of 3) sorted by relevance
872 for (i = 0; i < cfg->num_fc_ports; i++) { in notify_shutdown()884 for (i = 0; i < cfg->num_fc_ports; i++) { in notify_shutdown()1306 for (i = 0; i < cfg->num_fc_ports; i++) { in afu_err_intr_init()1670 for (k = 0; k < cfg->num_fc_ports; k++) { in read_vpd()1797 writeq_be(PORT_MASK(cfg->num_fc_ports), in init_global()1799 num_ports = cfg->num_fc_ports; in init_global()2074 int num_fc_ports = LEGACY_FC_PORTS; in get_num_afu_ports() local2078 num_fc_ports = min(ilog2(port_mask) + 1, MAX_FC_PORTS); in get_num_afu_ports()2081 __func__, port_mask, num_fc_ports); in get_num_afu_ports()2083 cfg->num_fc_ports = num_fc_ports; in get_num_afu_ports()[all …]
848 for (k = 0; k < cfg->num_fc_ports; k++) in cxlflash_restore_luntable()900 if (nports == 0 || nports > cfg->num_fc_ports) { in init_luntable()911 for (k = 0; k < cfg->num_fc_ports; k++) { in init_luntable()924 for (k = 0; k < cfg->num_fc_ports; k++) { in init_luntable()
119 int num_fc_ports; member