Searched refs:it_nexus_response (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/scsi/ |
D | scsi_transport.h | 75 int (* it_nexus_response)(struct Scsi_Host *, u64, int); member
|
D | scsi_transport_srp.h | 108 int (* it_nexus_response)(struct Scsi_Host *, u64, int); member
|
D | scsi_transport_fc.h | 701 int (* it_nexus_response)(struct Scsi_Host *, u64, int); member
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_srp.c | 844 return i->f->it_nexus_response(shost, nexus, result); in srp_it_nexus_response() 864 i->t.it_nexus_response = srp_it_nexus_response; in srp_attach_transport()
|
D | scsi_transport_fc.c | 2171 return i->f->it_nexus_response(shost, nexus, result); in fc_it_nexus_response() 2219 i->t.it_nexus_response = fc_it_nexus_response; in fc_attach_transport()
|