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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c91 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; local
94 switch (oob_status) {
645 u8 oob_status = dl->status_block[1]; local
665 if (oob_status & CURRENT_OOB_DONE) {
672 } else if (oob_status & CURRENT_SPINUP_HOLD) {
677 } else if (oob_status & CURRENT_ERR_MASK) {
680 __FUNCTION__, phy_id, oob_status);
681 } else if (oob_status & (CURRENT_HOT_PLUG_CNCT
691 "oob_status:0x%x\n",
692 __FUNCTION__, phy_id, oob_status);
[all...]

Completed in 87 milliseconds