Searched refs:cpsw_common (Results 1 – 4 of 4) sorted by relevance
157 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_coalesce()171 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_coalesce()222 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_sset_count()253 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_strings()275 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_ethtool_stats()316 struct cpsw_common *cpsw = priv->cpsw; in cpsw_get_wol()329 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_wol()340 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_regs_len()348 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_regs()359 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ethtool_op_begin()[all …]
74 struct cpsw_common *cpsw = (priv)->cpsw; \95 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_set_promiscious()181 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_mc()310 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ndo_set_rx_mode()335 void cpsw_intr_enable(struct cpsw_common *cpsw) in cpsw_intr_enable()344 void cpsw_intr_disable(struct cpsw_common *cpsw) in cpsw_intr_disable()410 struct cpsw_common *cpsw = priv->cpsw; in cpsw_rx_vlan_encap()453 struct cpsw_common *cpsw = priv->cpsw; in cpsw_xdp_tx_frame()491 struct cpsw_common *cpsw = priv->cpsw; in cpsw_run_xdp()555 static struct page_pool *cpsw_create_page_pool(struct cpsw_common *cpsw, in cpsw_create_page_pool()[all …]
323 struct cpsw_common { struct370 struct cpsw_common *cpsw; argument374 #define napi_to_cpsw(napi) container_of(napi, struct cpsw_common, napi)392 int cpsw_init_common(struct cpsw_common *cpsw, void __iomem *ss_regs,395 void cpsw_split_res(struct cpsw_common *cpsw);397 void cpsw_intr_enable(struct cpsw_common *cpsw);398 void cpsw_intr_disable(struct cpsw_common *cpsw);400 int cpsw_create_xdp_rxqs(struct cpsw_common *cpsw);401 void cpsw_destroy_xdp_rxqs(struct cpsw_common *cpsw);
22 int cpsw_init_common(struct cpsw_common *cpsw, void __iomem *ss_regs, in cpsw_init_common()