Searched refs:ahd_set_scbptr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
|
D | aic79xx_core.c | 662 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr() function 1257 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1284 ahd_set_scbptr(ahd, tail); in ahd_flush_qoutfifo() 1287 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1292 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 1338 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1359 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1376 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1393 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 2969 ahd_set_scbptr(ahd, waiting_h); in ahd_handle_pkt_busfree() [all …]
|
D | aic79xx_pci.c | 584 ahd_set_scbptr(ahd, 0xFF); in ahd_check_extport() 602 ahd_set_scbptr(ahd, nvram_scb); in ahd_check_extport()
|
D | aic79xx_osm.c | 2293 ahd_set_scbptr(ahd, SCB_GET_TAG(pending_scb)); in ahd_linux_queue_abort_cmd() 2340 ahd_set_scbptr(ahd, saved_scbptr); in ahd_linux_queue_abort_cmd()
|