Home
last modified time | relevance | path

Searched refs:DL_PHY_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_scb.c21 #define DL_PHY_MASK 7 macro
71 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
400 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */ in escb_tasklet_complete()
402 int phy_id = sb_opcode & DL_PHY_MASK; in escb_tasklet_complete()
540 sb_opcode &= ~DL_PHY_MASK; in escb_tasklet_complete()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c21 #define DL_PHY_MASK 7 macro
71 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
404 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */ in escb_tasklet_complete()
406 int phy_id = sb_opcode & DL_PHY_MASK; in escb_tasklet_complete()
544 sb_opcode &= ~DL_PHY_MASK; in escb_tasklet_complete()

Completed in 3 milliseconds