Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
H A 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/drivers/scsi/bfa/
H A Dbfad_im.c1040 memset(fc_host_supported_fc4s(host), 0, in bfad_fc_host_init()
1041 sizeof(fc_host_supported_fc4s(host))); in bfad_fc_host_init()
1044 fc_host_supported_fc4s(host)[2] = 1; in bfad_fc_host_init()
1046 fc_host_supported_fc4s(host)[7] = 1; in bfad_fc_host_init()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1906 memset(fc_host_supported_fc4s(lport->host), 0, in fc_lport_init()
1907 sizeof(fc_host_supported_fc4s(lport->host))); in fc_lport_init()
1908 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init()
1909 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init()
H A Dfc_encode.h506 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
/linux/include/scsi/
H A Dscsi_transport_fc.h599 #define fc_host_supported_fc4s(x) \ macro
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c946 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_scsi_shost_update_port_data()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c1898 return (ssize_t)show_fc_fc4s(buf, fc_host_supported_fc4s(shost)); in show_fc_host_supported_fc4s()