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
233
struct bcmasp_intf;
drivers/net/ethernet/broadcom/asp2/bcmasp.h
358
void (*eee_fixup)(struct bcmasp_intf *priv, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
378
void (*eee_fixup)(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
403
static inline u32 name##_rl(struct bcmasp_intf *intf, u32 off) \
drivers/net/ethernet/broadcom/asp2/bcmasp.h
408
static inline void name##_wl(struct bcmasp_intf *intf, u32 val, u32 off)\
drivers/net/ethernet/broadcom/asp2/bcmasp.h
428
static inline u64 name##_rq(struct bcmasp_intf *intf, u32 off) \
drivers/net/ethernet/broadcom/asp2/bcmasp.h
433
static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
drivers/net/ethernet/broadcom/asp2/bcmasp.h
512
struct bcmasp_intf *bcmasp_interface_create(struct bcmasp_priv *priv,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
515
void bcmasp_interface_destroy(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
517
void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
519
void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
521
void bcmasp_enable_phy_irq(struct bcmasp_intf *intf, int en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
523
void bcmasp_flush_rx_port(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
527
int bcmasp_interface_suspend(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
529
int bcmasp_interface_resume(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
531
void bcmasp_set_promisc(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
533
void bcmasp_set_allmulti(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
535
void bcmasp_set_broad(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
537
void bcmasp_set_oaddr(struct bcmasp_intf *intf, const unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
540
int bcmasp_set_en_mda_filter(struct bcmasp_intf *intf, unsigned char *addr,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
543
void bcmasp_disable_all_filters(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
545
void bcmasp_core_clock_set_intf(struct bcmasp_intf *intf, bool en);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
547
struct bcmasp_net_filter *bcmasp_netfilt_get_init(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
551
bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
554
void bcmasp_netfilt_release(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
557
int bcmasp_netfilt_get_active(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
559
int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs,
drivers/net/ethernet/broadcom/asp2/bcmasp.h
562
void bcmasp_netfilt_suspend(struct bcmasp_intf *intf);
drivers/net/ethernet/broadcom/asp2/bcmasp.h
564
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
1068
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1097
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1106
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1117
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1149
static void bcmasp_map_res(struct bcmasp_priv *priv, struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1168
struct bcmasp_intf *bcmasp_interface_create(struct bcmasp_priv *priv,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1172
struct bcmasp_intf *intf;
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1186
ndev = alloc_etherdev(sizeof(struct bcmasp_intf));
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1263
void bcmasp_interface_destroy(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1272
static void bcmasp_suspend_to_wol(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1314
int bcmasp_interface_suspend(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1346
static void bcmasp_resume_from_wol(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
135
static void bcmasp_clean_txcb(struct bcmasp_intf *intf, int index)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
1362
int bcmasp_interface_resume(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
145
static int tx_spb_ring_full(struct bcmasp_intf *intf, int cnt)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
163
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
236
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
348
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
361
static void umac_reset(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
371
static void umac_set_hw_addr(struct bcmasp_intf *intf,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
382
static void umac_enable_set(struct bcmasp_intf *intf, u32 mask,
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
403
static void umac_init(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
410
static int bcmasp_tx_reclaim(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
459
struct bcmasp_intf *intf =
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
460
container_of(napi, struct bcmasp_intf, tx_napi);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
477
struct bcmasp_intf *intf =
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
478
container_of(napi, struct bcmasp_intf, rx_napi);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
57
static void bcmasp_enable_tx(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
583
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
664
static int bcmasp_alloc_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
71
static void bcmasp_enable_rx(struct bcmasp_intf *intf, int en)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
713
static void bcmasp_reclaim_free_buffers(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
730
static void bcmasp_init_rx(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
769
static void bcmasp_init_tx(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
796
static void bcmasp_ephy_enable_set(struct bcmasp_intf *intf, bool enable)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
83
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
834
static void bcmasp_rgmii_mode_en_set(struct bcmasp_intf *intf, bool enable)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
849
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
891
struct bcmasp_intf *intf = netdev_priv(dev);
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
918
static void bcmasp_configure_port(struct bcmasp_intf *intf)
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
958
struct bcmasp_intf *intf = netdev_priv(dev);