Home
last modified time | relevance | path

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

/drivers/net/wan/
Dfarsync.c312 u16 cableStatus; /* lsb: 0=> present, 1=> absent */ member
1790 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info()
1804 info->cableStatus = info->cableStatus & 1; in gather_conf_info()
1809 info->cableStatus = info->cableStatus >> 1; in gather_conf_info()
1810 info->cableStatus = info->cableStatus & 1; in gather_conf_info()
Dfarsync.h113 unsigned short cableStatus; /* lsb: 0=> present, 1=> absent */ member