Searched refs:uea_read_cmv_e4 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/atm/ |
| H A D | ueagle-atm.c | 1221 static inline int uea_read_cmv_e4(struct uea_softc *sc, in uea_read_cmv_e4() function 1445 ret = uea_read_cmv_e4(sc, 1, E4_SA_STAT, 0, 0, &sc->stats.phy.state); in uea_stat_e4() 1499 ret = uea_read_cmv_e4(sc, 1, E4_SA_DIAG, 0, 0, &sc->stats.phy.flags); in uea_stat_e4() 1518 ret = uea_read_cmv_e4(sc, 4, E4_SA_RATE, 0, 0, tmp_arr); in uea_stat_e4() 1524 ret = uea_read_cmv_e4(sc, 4, E4_SA_RATE, 1, 0, tmp_arr); in uea_stat_e4() 1532 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 68, 1, &data); in uea_stat_e4() 1537 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 69, 1, &data); in uea_stat_e4() 1542 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 68, 3, &data); in uea_stat_e4() 1547 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 69, 3, &data); in uea_stat_e4() 1756 ret = uea_read_cmv_e4(sc, 2, E4_SA_INFO, 55, 0, &sc->stats.phy.firmid); in uea_send_cmvs_e4()
|