Searched refs:wd719x_scb (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | wd719x.c | 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() [all …]
|
D | wd719x.h | 29 struct wd719x_scb { struct
|