Searched refs:uea_read_cmv_e1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/atm/ |
D | ueagle-atm.c | 1250 static inline int uea_read_cmv_e1(struct uea_softc *sc, in uea_read_cmv_e1() function 1344 ret = uea_read_cmv_e1(sc, E1_SA_STAT, 0, &sc->stats.phy.state); in uea_stat_e1() 1400 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 2, &sc->stats.phy.flags); in uea_stat_e1() 1414 ret = uea_read_cmv_e1(sc, E1_SA_RATE, 0, &data); in uea_stat_e1() 1423 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 23, &data); in uea_stat_e1() 1428 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 47, &data); in uea_stat_e1() 1433 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 25, &sc->stats.phy.dsmargin); in uea_stat_e1() 1437 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 49, &sc->stats.phy.usmargin); in uea_stat_e1() 1441 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 51, &sc->stats.phy.rxflow); in uea_stat_e1() 1445 ret = uea_read_cmv_e1(sc, E1_SA_DIAG, 52, &sc->stats.phy.txflow); in uea_stat_e1() [all …]
|