Searched refs:bcmasp_intf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp.h | 233 struct bcmasp_intf; 272 unsigned long (*rx_desc_read)(struct bcmasp_intf *intf); 273 void (*rx_buffer_write)(struct bcmasp_intf *intf, dma_addr_t addr); 274 void (*rx_desc_write)(struct bcmasp_intf *intf, dma_addr_t addr); 275 unsigned long (*tx_read)(struct bcmasp_intf *intf); 276 void (*tx_write)(struct bcmasp_intf *intf, dma_addr_t addr); 281 struct bcmasp_intf { struct 366 void (*eee_fixup)(struct bcmasp_intf *priv, bool en); 386 void (*eee_fixup)(struct bcmasp_intf *intf, bool en); 410 static inline unsigned long bcmasp_intf_rx_desc_read(struct bcmasp_intf *intf) in bcmasp_intf_rx_desc_read() [all …]
|
| H A D | bcmasp_intf.c | 57 static void bcmasp_enable_tx(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx() 71 static void bcmasp_enable_rx(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx() 83 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_rx_mode() 135 static void bcmasp_clean_txcb(struct bcmasp_intf *intf, int index) in bcmasp_clean_txcb() 145 static int tx_spb_ring_full(struct bcmasp_intf *intf, int cnt) in tx_spb_ring_full() 163 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_csum_offload() 234 static unsigned long bcmasp_rx_edpkt_dma_rq(struct bcmasp_intf *intf) in bcmasp_rx_edpkt_dma_rq() 239 static void bcmasp_rx_edpkt_cfg_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_cfg_wq() 244 static void bcmasp_rx_edpkt_dma_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_dma_wq() 249 static unsigned long bcmasp_tx_spb_dma_rq(struct bcmasp_intf *intf) in bcmasp_tx_spb_dma_rq() [all …]
|
| H A D | bcmasp.c | 34 void bcmasp_enable_phy_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_phy_irq() 48 void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx_irq() 59 void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx_irq() 81 static void bcmasp_intr2_handling(struct bcmasp_intf *intf, u32 status) in bcmasp_intr2_handling() 104 struct bcmasp_intf *intf; in bcmasp_isr() 124 void bcmasp_flush_rx_port(struct bcmasp_intf *intf) in bcmasp_flush_rx_port() 514 void bcmasp_netfilt_suspend(struct bcmasp_intf *intf) in bcmasp_netfilt_suspend() 548 int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs, in bcmasp_netfilt_get_all_active() 575 int bcmasp_netfilt_get_active(struct bcmasp_intf *intf) in bcmasp_netfilt_get_active() 597 bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf, in bcmasp_netfilt_check_dup() [all …]
|
| H A D | Makefile | 2 bcm-asp-objs := bcmasp.o bcmasp_intf.o bcmasp_ethtool.o
|