supported_fc4s     37 drivers/scsi/bfa/bfad.c int		supported_fc4s;
supported_fc4s    924 drivers/scsi/bfa/bfad.c 	if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
supported_fc4s    948 drivers/scsi/bfa/bfad.c 	if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
supported_fc4s   1714 drivers/scsi/bfa/bfad.c 		supported_fc4s |= BFA_LPORT_ROLE_FCP_IM;
supported_fc4s    192 drivers/scsi/bfa/bfad_attr.c 	if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM)
supported_fc4s    413 drivers/scsi/bfa/bfad_attr.c 		if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM)
supported_fc4s    131 drivers/scsi/bfa/bfad_drv.h 	u32	supported_fc4s;
supported_fc4s    347 drivers/scsi/bfa/bfad_drv.h extern int      supported_fc4s;
supported_fc4s   1043 drivers/scsi/bfa/bfad_im.c 	if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM)
supported_fc4s    390 drivers/scsi/scsi_transport_fc.c 	memset(fc_host->supported_fc4s, 0,
supported_fc4s    391 drivers/scsi/scsi_transport_fc.c 		sizeof(fc_host->supported_fc4s));
supported_fc4s   1495 drivers/scsi/scsi_transport_fc.c static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO,
supported_fc4s   2214 drivers/scsi/scsi_transport_fc.c 	SETUP_HOST_ATTRIBUTE_RD(supported_fc4s);
supported_fc4s    495 include/scsi/scsi_transport_fc.h 	u8  supported_fc4s[FC_FC4_LIST_SIZE];
supported_fc4s    553 include/scsi/scsi_transport_fc.h 	(((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)