Searched refs:bsg_job (Results 1 – 5 of 5) sorted by relevance
14 struct bsg_job;20 typedef int (bsg_job_fn) (struct bsg_job *);29 struct bsg_job { struct65 void bsg_job_done(struct bsg_job *job, int result, argument71 void bsg_job_put(struct bsg_job *job);72 int __must_check bsg_job_get(struct bsg_job *job);
706 int (*bsg_request)(struct bsg_job *);707 int (*bsg_timeout)(struct bsg_job *);863 static inline struct Scsi_Host *fc_bsg_to_shost(struct bsg_job *job) in fc_bsg_to_shost()870 static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job) in fc_bsg_to_rport()
183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
28 struct bsg_job;136 int (*bsg_request)(struct bsg_job *job);
925 int fc_lport_bsg_request(struct bsg_job *);
Completed in 17 milliseconds