Symbol: bcmasp_intf
drivers/net/ethernet/broadcom/asp2/bcmasp.c
104
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1050
void bcmasp_core_clock_set_intf(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1126
void bcmasp_enable_wol(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1155
static void bcmasp_eee_fixup(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1226
struct bcmasp_intf *intf, *n;
drivers/net/ethernet/broadcom/asp2/bcmasp.c
124
void bcmasp_flush_rx_port(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1240
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1396
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.c
1424
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.c
34
void bcmasp_enable_phy_irq(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
48
void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
514
void bcmasp_netfilt_suspend(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
548
int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
575
int bcmasp_netfilt_get_active(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
59
void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
597
bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
664
struct bcmasp_net_filter *bcmasp_netfilt_get_init(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
731
void bcmasp_netfilt_release(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
751
static void bcmasp_set_mda_filter(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
772
static void bcmasp_en_mda_filter(struct bcmasp_intf *intf, bool en,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
81
static void bcmasp_intr2_handling(struct bcmasp_intf *intf, u32 status)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
819
void bcmasp_set_promisc(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
830
void bcmasp_set_allmulti(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
840
void bcmasp_set_broad(struct bcmasp_intf *intf, bool en)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
850
void bcmasp_set_oaddr(struct bcmasp_intf *intf, const unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
860
void bcmasp_disable_all_filters(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp.c
876
static int bcmasp_combine_set_filter(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
904
int bcmasp_set_en_mda_filter(struct bcmasp_intf *intf, unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
234
struct bcmasp_intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.h
362
void (*eee_fixup)(struct bcmasp_intf *priv, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
382
void (*eee_fixup)(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
407
static inline u32 name##_rl(struct bcmasp_intf *intf, u32 off) \
drivers/net/ethernet/broadcom/asp2/bcmasp.h
412
static inline void name##_wl(struct bcmasp_intf *intf, u32 val, u32 off)\
drivers/net/ethernet/broadcom/asp2/bcmasp.h
432
static inline u64 name##_rq(struct bcmasp_intf *intf, u32 off) \
drivers/net/ethernet/broadcom/asp2/bcmasp.h
437
static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
drivers/net/ethernet/broadcom/asp2/bcmasp.h
516
struct bcmasp_intf *bcmasp_interface_create(struct bcmasp_priv *priv,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
519
void bcmasp_interface_destroy(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
521
void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
523
void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
525
void bcmasp_enable_phy_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
527
void bcmasp_flush_rx_port(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
531
int bcmasp_interface_suspend(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
533
int bcmasp_interface_resume(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
535
void bcmasp_set_promisc(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
537
void bcmasp_set_allmulti(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
539
void bcmasp_set_broad(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
541
void bcmasp_set_oaddr(struct bcmasp_intf *intf, const unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
544
int bcmasp_set_en_mda_filter(struct bcmasp_intf *intf, unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
547
void bcmasp_disable_all_filters(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
549
void bcmasp_core_clock_set_intf(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
551
struct bcmasp_net_filter *bcmasp_netfilt_get_init(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
555
bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
558
void bcmasp_netfilt_release(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
561
int bcmasp_netfilt_get_active(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
563
int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
566
void bcmasp_netfilt_suspend(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
568
void bcmasp_enable_wol(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
127
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
150
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
157
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
165
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
196
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
228
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
272
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
284
static int bcmasp_flow_get(struct bcmasp_intf *intf, struct ethtool_rxnfc *cmd)
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
301
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
325
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
372
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
407
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
436
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c
94
static void bcmasp_update_mib_counters(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1074
static int bcmasp_phy_attach(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1100
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1123
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1168
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1177
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1188
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1220
static void bcmasp_map_res(struct bcmasp_priv *priv, struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1239
struct bcmasp_intf *bcmasp_interface_create(struct bcmasp_priv *priv,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1243
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1257
ndev = alloc_etherdev(sizeof(struct bcmasp_intf));
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1334
void bcmasp_interface_destroy(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1343
static void bcmasp_suspend_to_wol(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
136
static void bcmasp_clean_txcb(struct bcmasp_intf *intf, int index)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1385
int bcmasp_interface_suspend(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1422
static void bcmasp_resume_from_wol(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1438
int bcmasp_interface_resume(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
146
static int tx_spb_ring_full(struct bcmasp_intf *intf, int cnt)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
164
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
237
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
347
static void umac_reset_and_init(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
378
static void umac_enable_set(struct bcmasp_intf *intf, u32 mask,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
399
static int bcmasp_tx_reclaim(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
448
struct bcmasp_intf *intf =
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
449
container_of(napi, struct bcmasp_intf, tx_napi);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
466
struct bcmasp_intf *intf =
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
467
container_of(napi, struct bcmasp_intf, rx_napi);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
58
static void bcmasp_enable_tx(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
596
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
678
bcmasp_rx_page_pool_create(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
695
static int bcmasp_alloc_rx_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
72
static void bcmasp_enable_rx(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
733
static void bcmasp_reclaim_rx_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
744
static int bcmasp_alloc_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
784
static void bcmasp_reclaim_free_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
799
static void bcmasp_init_rx(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
84
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
840
static void bcmasp_init_tx(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
867
static void bcmasp_ephy_enable_set(struct bcmasp_intf *intf, bool enable)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
905
static void bcmasp_rgmii_mode_en_set(struct bcmasp_intf *intf, bool enable)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
918
static void bcmasp_phy_hw_unprepare(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
928
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
971
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
994
static void bcmasp_phy_hw_prepare(struct bcmasp_intf *intf)