Home
last modified time | relevance | path

Searched defs:job (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/block/
Dbsg-lib.c47 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_fill_hdr() local
57 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_complete_rq() local
106 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_free_rq() local
124 struct bsg_job *job = container_of(kref, struct bsg_job, kref); in bsg_teardown_job() local
135 void bsg_job_put(struct bsg_job *job) in bsg_job_put()
141 int bsg_job_get(struct bsg_job *job) in bsg_job_get()
155 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done()
170 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_softirq_done() local
198 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_prepare_job() local
272 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_init_rq() local
[all …]
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c924 struct bsg_job *job = data; in zfcp_fc_ct_els_job_handler() local
934 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct bsg_job *job) in zfcp_fc_job_wka_port()
967 struct bsg_job *job = data; in zfcp_fc_ct_job_handler() local
976 static int zfcp_fc_exec_els_job(struct bsg_job *job, in zfcp_fc_exec_els_job()
999 static int zfcp_fc_exec_ct_job(struct bsg_job *job, in zfcp_fc_exec_ct_job()
1022 int zfcp_fc_exec_bsg_job(struct bsg_job *job) in zfcp_fc_exec_bsg_job()
1052 int zfcp_fc_timeout_bsg_job(struct bsg_job *job) in zfcp_fc_timeout_bsg_job()
/linux-4.19.296/include/scsi/
Dscsi_transport_fc.h813 static inline struct Scsi_Host *fc_bsg_to_shost(struct bsg_job *job) in fc_bsg_to_shost()
820 static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job) in fc_bsg_to_rport()
/linux-4.19.296/drivers/message/fusion/
Dmptsas.c2213 static void mptsas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in mptsas_smp_handler()