Searched refs:MAX_FC_PORTS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.h55 u64 lun_id[MAX_FC_PORTS]; /* from REPORT_LUNS */
H A Dcommon.h29 #define MAX_FC_PORTS CXLFLASH_MAX_FC_PORTS /* max ports per AFU */ macro
142 int last_lun_index[MAX_FC_PORTS];
H A Dmain.c1629 * @wwpn: Array of size MAX_FC_PORTS to pass back WWPNs
1645 const char *wwpn_vpd_tags[MAX_FC_PORTS] = { "V5", "V6", "V7", "V8" };
1754 u64 wwpn[MAX_FC_PORTS]; /* wwpn of AFU ports */
2078 num_fc_ports = min(ilog2(port_mask) + 1, MAX_FC_PORTS);
2569 WARN_ON(port >= MAX_FC_PORTS);
2767 WARN_ON(port >= MAX_FC_PORTS);
3698 for (k = 0; k < MAX_FC_PORTS; k++)

Completed in 271 milliseconds