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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.h113 unsigned short cableStatus; /* lsb: 0=> present, 1=> absent */ member in struct:fstioc_info
155 #define FSTVAL_CABLE 0x00000040 /* lineInterface, cableStatus */
H A Dfarsync.c310 u16 cableStatus; /* lsb: 0=> present, 1=> absent */ member in struct:fst_shared
1799 info->cableStatus = FST_RDW(card, cableStatus);
1805 * in bits 0 and 1 of cableStatus. See which port we are and
1813 info->cableStatus = info->cableStatus & 1;
1818 info->cableStatus = info->cableStatus >> 1;
1819 info->cableStatus = info->cableStatus
[all...]

Completed in 96 milliseconds