Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | queue.h | 295 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
D | aic79xx_osm.c | 842 LIST_INSERT_HEAD(&ahd->pending_scbs, reset_scb, pending_links); in ahd_linux_dev_reset() 1638 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_linux_run_command()
|
D | aic79xx_core.c | 6623 LIST_INSERT_HEAD(free_list, scb, collision_links); in ahd_add_col_list() 6711 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6721 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6723 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6743 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
|
D | aic7xxx_osm.c | 1555 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_linux_run_command()
|