Lines Matching defs:fdomain
91 #include "fdomain.h"
111 struct fdomain {
123 static inline void fdomain_make_bus_idle(struct fdomain *fd)
186 struct fdomain *fd = shost_priv(sh);
210 static void fdomain_finish_cmd(struct fdomain *fd)
220 struct fdomain *fd = shost_priv(cmd->device->host);
240 struct fdomain *fd = shost_priv(cmd->device->host);
267 struct fdomain *fd = container_of(work, struct fdomain, work);
388 struct fdomain *fd = dev_id;
408 struct fdomain *fd = shost_priv(cmd->device->host);
441 struct fdomain *fd = shost_priv(sh);
462 struct fdomain *fd = shost_priv(sh);
502 .proc_name = "fdomain",
518 struct fdomain *fd;
539 sh = scsi_host_alloc(&fdomain_template, sizeof(struct fdomain));
558 if (request_irq(irq, fdomain_irq, irq_flags, "fdomain", fd))
582 struct fdomain *fd = shost_priv(sh);
596 struct fdomain *fd = shost_priv(dev_get_drvdata(dev));