Lines Matching defs:sb_opcode
401 u8 sb_opcode = dl->status_block[0];
402 int phy_id = sb_opcode & DL_PHY_MASK;
409 ASD_DPRINTK("sb_opcode : 0x%x, phy_id: 0x%x\n",
410 sb_opcode, phy_id);
422 /* Catch these before we mask off the sb_opcode bits */
423 switch (sb_opcode) {
540 sb_opcode &= ~DL_PHY_MASK;
542 switch (sb_opcode) {
572 phy_id, sb_opcode);
575 ASD_DPRINTK("sb_opcode : 0x%x, phy_id: 0x%x\n",
576 sb_opcode, phy_id);