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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_scb.c420 u8 sb_opcode = dl->status_block[0]; local
421 int phy_id = sb_opcode & DL_PHY_MASK;
428 ASD_DPRINTK("sb_opcode : 0x%x, phy_id: 0x%x\n",
429 sb_opcode, phy_id);
441 /* Catch these before we mask off the sb_opcode bits */
442 switch (sb_opcode) {
559 sb_opcode &= ~DL_PHY_MASK;
561 switch (sb_opcode) {
591 phy_id, sb_opcode);
594 ASD_DPRINTK("sb_opcode
[all...]

Completed in 112 milliseconds