Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/scsi/aic7xxx/ |
| D | queue.h | 295 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
| D | aic79xx_osm.c | 843 LIST_INSERT_HEAD(&ahd->pending_scbs, reset_scb, pending_links); in ahd_linux_dev_reset() 1639 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_linux_run_command()
|
| D | aic79xx_core.c | 6624 LIST_INSERT_HEAD(free_list, scb, collision_links); in ahd_add_col_list() 6712 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6722 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6724 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6744 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
|
| D | aic7xxx_osm.c | 1548 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_linux_run_command()
|