Searched refs:fc_host_supported_fc4s (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
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-4.4.14/drivers/scsi/bfa/ |
D | bfad_attr.c | 414 memset(fc_host_supported_fc4s(vshost), 0, in bfad_im_vport_create() 415 sizeof(fc_host_supported_fc4s(vshost))); in bfad_im_vport_create() 419 fc_host_supported_fc4s(vshost)[2] = 1; in bfad_im_vport_create() 422 fc_host_supported_fc4s(vshost)[7] = 1; in bfad_im_vport_create()
|
D | bfad_im.c | 1029 memset(fc_host_supported_fc4s(host), 0, in bfad_fc_host_init() 1030 sizeof(fc_host_supported_fc4s(host))); in bfad_fc_host_init() 1033 fc_host_supported_fc4s(host)[2] = 1; in bfad_fc_host_init() 1035 fc_host_supported_fc4s(host)[7] = 1; in bfad_fc_host_init()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_lport.c | 1874 memset(fc_host_supported_fc4s(lport->host), 0, in fc_lport_init() 1875 sizeof(fc_host_supported_fc4s(lport->host))); in fc_lport_init() 1876 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init() 1877 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init()
|
/linux-4.4.14/include/scsi/ |
D | scsi_transport_fc.h | 559 #define fc_host_supported_fc4s(x) \ macro
|
D | fc_encode.h | 408 memcpy(&entry->value, fc_host_supported_fc4s(lport->host), in fc_ct_ms_fill()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 3493 memset(fc_host_supported_fc4s(shost), 0, in lpfc_host_attrib_init() 3494 sizeof(fc_host_supported_fc4s(shost))); in lpfc_host_attrib_init() 3495 fc_host_supported_fc4s(shost)[2] = 1; in lpfc_host_attrib_init() 3496 fc_host_supported_fc4s(shost)[7] = 1; in lpfc_host_attrib_init()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fsf.c | 622 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_fsf_exchange_port_evaluate()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_fc.c | 1503 return (ssize_t)show_fc_fc4s(buf, fc_host_supported_fc4s(shost)); in show_fc_host_supported_fc4s()
|