Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c2498 active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; in ahc_set_syncrate()
2622 active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; in ahc_set_width()
3672 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3787 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3909 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3914 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
4048 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
4070 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
Daic7xxx.h676 #define AHC_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro