Home
last modified time | relevance | path

Searched refs:lqostat1 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/scsi/aic7xxx/
Daic79xx_core.c2538 u_int lqostat1; in ahd_handle_scsiint() local
2561 lqostat1 = ahd_inb(ahd, LQOSTAT1); in ahd_handle_scsiint()
2587 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()
2885 u_int lqostat1; in ahd_handle_pkt_busfree() local
2889 lqostat1 = ahd_inb(ahd, LQOSTAT1); in ahd_handle_pkt_busfree()
2890 if ((lqostat1 & LQOBUSFREE) != 0) { in ahd_handle_pkt_busfree()