Home
last modified time | relevance | path

Searched refs:fc_bsg_to_rport (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c940 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_job_wka_port()
980 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_exec_els_job()
1028 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_exec_bsg_job()
/linux-4.19.296/include/scsi/
Dscsi_transport_fc.h820 static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job) in fc_bsg_to_rport() function