Searched refs:num_fc_ports (Results 1 – 3 of 3) sorted by relevance
867 for (i = 0; i < cfg->num_fc_ports; i++) { in notify_shutdown()879 for (i = 0; i < cfg->num_fc_ports; i++) { in notify_shutdown()1301 for (i = 0; i < cfg->num_fc_ports; i++) { in afu_err_intr_init()1665 for (k = 0; k < cfg->num_fc_ports; k++) { in read_vpd()1792 writeq_be(PORT_MASK(cfg->num_fc_ports), in init_global()1794 num_ports = cfg->num_fc_ports; in init_global()2069 int num_fc_ports = LEGACY_FC_PORTS; in get_num_afu_ports() local2073 num_fc_ports = min(ilog2(port_mask) + 1, MAX_FC_PORTS); in get_num_afu_ports()2076 __func__, port_mask, num_fc_ports); in get_num_afu_ports()2078 cfg->num_fc_ports = num_fc_ports; in get_num_afu_ports()[all …]
849 for (k = 0; k < cfg->num_fc_ports; k++) in cxlflash_restore_luntable()901 if (nports == 0 || nports > cfg->num_fc_ports) { in init_luntable()912 for (k = 0; k < cfg->num_fc_ports; k++) { in init_luntable()925 for (k = 0; k < cfg->num_fc_ports; k++) { in init_luntable()
119 int num_fc_ports; member