Searched refs:supported_fc4s (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_drv.h | 131 u32 supported_fc4s; member 347 extern int supported_fc4s;
|
H A D | bfad_attr.c | 192 if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_get_host_active_fc4s() 413 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_vport_create()
|
H A D | bfad.c | 37 int supported_fc4s; variable 925 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport() 949 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport() 1714 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()
|
H A D | bfad_im.c | 1043 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_drv.h | 130 u32 supported_fc4s; member 346 extern int supported_fc4s;
|
H A D | bfad_attr.c | 192 if (port->supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_get_host_active_fc4s() 413 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_im_vport_create()
|
H A D | bfad.c | 37 int supported_fc4s; variable 917 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_cfg_pport() 941 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) && in bfad_uncfg_pport() 1702 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM; in bfad_init()
|
H A D | bfad_im.c | 1043 if (supported_fc4s & BFA_LPORT_ROLE_FCP_IM) in bfad_fc_host_init()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 496 u8 supported_fc4s[FC_FC4_LIST_SIZE]; member 554 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 533 u8 supported_fc4s[FC_FC4_LIST_SIZE]; member 602 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 391 memset(fc_host->supported_fc4s, 0, in fc_host_setup() 392 sizeof(fc_host->supported_fc4s)); in fc_host_setup() 1496 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO, 2215 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 401 memset(fc_host->supported_fc4s, 0, in fc_host_setup() 402 sizeof(fc_host->supported_fc4s)); in fc_host_setup() 1905 static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO, 2683 SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); in fc_attach_transport()
|
Completed in 34 milliseconds