Lines Matching refs:fcc_t
179 fcc_t __iomem *fccp = fep->fcc.fccp; in set_promiscuous_mode()
212 fcc_t __iomem *fccp = fep->fcc.fccp; in set_multicast_finish()
248 fcc_t __iomem *fccp = fep->fcc.fccp; in restart()
409 fcc_t __iomem *fccp = fep->fcc.fccp; in stop()
426 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_clear_event_fs()
434 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_enable_fs()
442 fcc_t __iomem *fccp = fep->fcc.fccp; in napi_disable_fs()
455 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_kickstart()
463 fcc_t __iomem *fccp = fep->fcc.fccp; in get_int_events()
471 fcc_t __iomem *fccp = fep->fcc.fccp; in clear_int_events()
487 if (*sizep < sizeof(fcc_t) + sizeof(fcc_enet_t) + 1) in get_regs()
490 memcpy_fromio(p, fep->fcc.fccp, sizeof(fcc_t)); in get_regs()
491 p = (char *)p + sizeof(fcc_t); in get_regs()
502 return sizeof(fcc_t) + sizeof(fcc_enet_t) + 1; in get_regs_len()
519 fcc_t __iomem *fccp = fep->fcc.fccp; in tx_restart()