Home
last modified time | relevance | path

Searched refs:fc_host_supported_fc4s (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_attr.c196 memset(fc_host_supported_fc4s(shost), 0, in csio_fchost_attr_init()
197 sizeof(fc_host_supported_fc4s(shost))); in csio_fchost_attr_init()
198 fc_host_supported_fc4s(shost)[7] = 1; in csio_fchost_attr_init()
/Linux-v5.4/drivers/scsi/bfa/
Dbfad_attr.c407 memset(fc_host_supported_fc4s(vshost), 0, in bfad_im_vport_create()
408 sizeof(fc_host_supported_fc4s(vshost))); in bfad_im_vport_create()
412 fc_host_supported_fc4s(vshost)[2] = 1; in bfad_im_vport_create()
415 fc_host_supported_fc4s(vshost)[7] = 1; in bfad_im_vport_create()
Dbfad_im.c1041 memset(fc_host_supported_fc4s(host), 0, in bfad_fc_host_init()
1042 sizeof(fc_host_supported_fc4s(host))); in bfad_fc_host_init()
1045 fc_host_supported_fc4s(host)[2] = 1; in bfad_fc_host_init()
1047 fc_host_supported_fc4s(host)[7] = 1; in bfad_fc_host_init()
/Linux-v5.4/drivers/scsi/libfc/
Dfc_lport.c1844 memset(fc_host_supported_fc4s(lport->host), 0, in fc_lport_init()
1845 sizeof(fc_host_supported_fc4s(lport->host))); in fc_lport_init()
1846 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init()
1847 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init()
/Linux-v5.4/include/scsi/
Dscsi_transport_fc.h552 #define fc_host_supported_fc4s(x) \ macro
Dfc_encode.h396 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
/Linux-v5.4/drivers/s390/scsi/
Dzfcp_fsf.c648 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_fsf_exchange_port_evaluate()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c4512 memset(fc_host_supported_fc4s(shost), 0, in lpfc_host_attrib_init()
4513 sizeof(fc_host_supported_fc4s(shost))); in lpfc_host_attrib_init()
4514 fc_host_supported_fc4s(shost)[2] = 1; in lpfc_host_attrib_init()
4515 fc_host_supported_fc4s(shost)[7] = 1; in lpfc_host_attrib_init()
/Linux-v5.4/drivers/scsi/
Dscsi_transport_fc.c1493 return (ssize_t)show_fc_fc4s(buf, fc_host_supported_fc4s(shost)); in show_fc_host_supported_fc4s()