Searched refs:fc_host_active_fc4s (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_attr.c | 200 memset(fc_host_active_fc4s(shost), 0, in csio_fchost_attr_init() 201 sizeof(fc_host_active_fc4s(shost))); in csio_fchost_attr_init() 202 fc_host_active_fc4s(shost)[7] = 1; in csio_fchost_attr_init()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 189 memset(fc_host_active_fc4s(shost), 0, in bfad_im_get_host_active_fc4s() 190 sizeof(fc_host_active_fc4s(shost))); in bfad_im_get_host_active_fc4s() 193 fc_host_active_fc4s(shost)[2] = 1; in bfad_im_get_host_active_fc4s() 195 fc_host_active_fc4s(shost)[7] = 1; in bfad_im_get_host_active_fc4s()
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_lport.c | 1913 memset(fc_host_active_fc4s(lport->host), 0, in fc_lport_init() 1914 sizeof(fc_host_active_fc4s(lport->host))); in fc_lport_init() 1915 fc_host_active_fc4s(lport->host)[2] = 1; in fc_lport_init() 1916 fc_host_active_fc4s(lport->host)[7] = 1; in fc_lport_init()
|
H A D | fc_encode.h | 651 memcpy(&entry->value, fc_host_active_fc4s(lport->host), in fc_ct_ms_fill()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 631 #define fc_host_active_fc4s(x) \ macro
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 948 memcpy(fc_host_active_fc4s(shost), bottom->active_fc4_types, in zfcp_scsi_shost_update_port_data()
|
H A D | zfcp_fsf.c | 141 memset(fc_host_active_fc4s(shost), 0, FC_FC4_LIST_SIZE); in zfcp_fsf_fc_host_link_down()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 5031 memset(fc_host_active_fc4s(shost), 0, in lpfc_host_attrib_init() 5032 sizeof(fc_host_active_fc4s(shost))); in lpfc_host_attrib_init() 5033 fc_host_active_fc4s(shost)[2] = 1; in lpfc_host_attrib_init() 5034 fc_host_active_fc4s(shost)[7] = 1; in lpfc_host_attrib_init()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 1951 return (ssize_t)show_fc_fc4s(buf, fc_host_active_fc4s(shost)); in show_fc_host_active_fc4s()
|