Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/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() 1666 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_linux_run_command()
|
D | aic79xx_core.c | 6678 LIST_INSERT_HEAD(free_list, scb, collision_links); in ahd_add_col_list() 6766 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6776 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6778 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb() 6798 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
|
D | aic7xxx_osm.c | 1588 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_linux_run_command()
|