Searched refs:ahd_set_scbptr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 654 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr() function 1249 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1276 ahd_set_scbptr(ahd, tail); in ahd_flush_qoutfifo() 1279 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1284 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 1330 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1351 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1368 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1385 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 2963 ahd_set_scbptr(ahd, waiting_h); in ahd_handle_pkt_busfree() [all …]
|
D | aic79xx_inline.h | 135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
|
D | aic79xx_pci.c | 576 ahd_set_scbptr(ahd, 0xFF); in ahd_check_extport() 594 ahd_set_scbptr(ahd, nvram_scb); in ahd_check_extport()
|
D | aic79xx_osm.c | 2292 ahd_set_scbptr(ahd, SCB_GET_TAG(pending_scb)); in ahd_linux_queue_abort_cmd() 2339 ahd_set_scbptr(ahd, saved_scbptr); in ahd_linux_queue_abort_cmd()
|