Lines Matching refs:wd719x_scb
156 struct wd719x_scb *scb; in wd719x_destroy()
167 pci_free_consistent(wd->pdev, sizeof(struct wd719x_scb), scb, in wd719x_destroy()
170 pci_free_consistent(wd->pdev, sizeof(struct wd719x_scb), scb, in wd719x_destroy()
188 struct wd719x_scb *scb = (struct wd719x_scb *) cmd->host_scribble; in wd719x_finish_cmd()
205 struct wd719x_scb *scb; in wd719x_queuecommand()
213 scb = list_first_entry_or_null(&wd->free_scbs, struct wd719x_scb, list); in wd719x_queuecommand()
219 scb = pci_alloc_consistent(wd->pdev, sizeof(struct wd719x_scb), in wd719x_queuecommand()
229 memset(scb, 0, sizeof(struct wd719x_scb)); in wd719x_queuecommand()
274 offsetof(struct wd719x_scb, sg_list)); in wd719x_queuecommand()
467 struct wd719x_scb *scb = (struct wd719x_scb *)cmd->host_scribble; in wd719x_abort()
516 struct wd719x_scb *scb, *tmp; in wd719x_host_reset()
556 struct wd719x_scb *scb) in wd719x_interrupt_SCB()
680 struct wd719x_scb *scb; in wd719x_interrupt()