Searched refs:fc_host_supported_fc4s (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/scsi/csiostor/ |
| H A D | csio_attr.c | 196 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-6.15/drivers/scsi/bfa/ |
| H A D | bfad_attr.c | 409 memset(fc_host_supported_fc4s(vshost), 0, in bfad_im_vport_create() 410 sizeof(fc_host_supported_fc4s(vshost))); in bfad_im_vport_create() 414 fc_host_supported_fc4s(vshost)[2] = 1; in bfad_im_vport_create() 417 fc_host_supported_fc4s(vshost)[7] = 1; in bfad_im_vport_create()
|
| H A D | bfad_im.c | 1040 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-6.15/drivers/scsi/fnic/ |
| H A D | fnic_main.c | 650 memset(fc_host_supported_fc4s(fnic->host), 0, in fnic_scsi_drv_init() 651 sizeof(fc_host_supported_fc4s(fnic->host))); in fnic_scsi_drv_init() 652 fc_host_supported_fc4s(fnic->host)[2] = 1; in fnic_scsi_drv_init() 653 fc_host_supported_fc4s(fnic->host)[7] = 1; in fnic_scsi_drv_init()
|
| /linux-6.15/drivers/scsi/libfc/ |
| H A D | fc_lport.c | 1906 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 D | fc_encode.h | 506 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
|
| /linux-6.15/include/scsi/ |
| H A D | scsi_transport_fc.h | 599 #define fc_host_supported_fc4s(x) \ macro
|
| /linux-6.15/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 947 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_scsi_shost_update_port_data()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5014 memset(fc_host_supported_fc4s(shost), 0, in lpfc_host_attrib_init() 5015 sizeof(fc_host_supported_fc4s(shost))); in lpfc_host_attrib_init() 5016 fc_host_supported_fc4s(shost)[2] = 1; in lpfc_host_attrib_init() 5017 fc_host_supported_fc4s(shost)[7] = 1; in lpfc_host_attrib_init()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_fc.c | 1898 return (ssize_t)show_fc_fc4s(buf, fc_host_supported_fc4s(shost)); in show_fc_host_supported_fc4s()
|