Lines Matching refs:fcc_t
173 fcc_t __iomem *fccp = fep->fcc.fccp; in set_promiscuous_mode()
206 fcc_t __iomem *fccp = fep->fcc.fccp; in set_multicast_finish()
243 fcc_t __iomem *fccp = fep->fcc.fccp; in restart()
404 fcc_t __iomem *fccp = fep->fcc.fccp; in stop()
421 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_event_fs()
429 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_fs()
437 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_fs()
450 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_kickstart()
458 fcc_t __iomem *fccp = fep->fcc.fccp; in get_int_events()
466 fcc_t __iomem *fccp = fep->fcc.fccp; in clear_int_events()
482 if (*sizep < sizeof(fcc_t) + sizeof(fcc_enet_t) + 1) in get_regs()
485 memcpy_fromio(p, fep->fcc.fccp, sizeof(fcc_t)); in get_regs()
486 p = (char *)p + sizeof(fcc_t); in get_regs()
497 return sizeof(fcc_t) + sizeof(fcc_enet_t) + 1; in get_regs_len()
514 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_restart()