Lines Matching refs:fcc_t
183 fcc_t __iomem *fccp = fep->fcc.fccp; in set_promiscuous_mode()
216 fcc_t __iomem *fccp = fep->fcc.fccp; in set_multicast_finish()
252 fcc_t __iomem *fccp = fep->fcc.fccp; in restart()
413 fcc_t __iomem *fccp = fep->fcc.fccp; in stop()
430 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_rx_event()
438 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_rx()
446 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_rx()
454 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_tx_event()
462 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_tx()
470 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_tx()
483 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_kickstart()
491 fcc_t __iomem *fccp = fep->fcc.fccp; in get_int_events()
499 fcc_t __iomem *fccp = fep->fcc.fccp; in clear_int_events()
515 if (*sizep < sizeof(fcc_t) + sizeof(fcc_enet_t) + 1) in get_regs()
518 memcpy_fromio(p, fep->fcc.fccp, sizeof(fcc_t)); in get_regs()
519 p = (char *)p + sizeof(fcc_t); in get_regs()
530 return sizeof(fcc_t) + sizeof(fcc_enet_t) + 1; in get_regs_len()
547 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_restart()