Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | queue.h | 295 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
| D | aic79xx_osm.c | 856 LIST_INSERT_HEAD(&ahd->pending_scbs, reset_scb, pending_links); in ahd_linux_dev_reset() 1653 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_linux_run_command()
|
| D | aic79xx_core.c | 6664 LIST_INSERT_HEAD(free_list, scb, collision_links); in ahd_add_col_list() 6752 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6762 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6764 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6784 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
|
| D | aic7xxx_osm.c | 1564 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_linux_run_command()
|