Lines Matching full:macb
3 * Atmel MACB Ethernet Controller driver
24 /* MACB register offsets */
710 /* Conditional GEM/MACB macros. These perform the operation to the correct
711 * register dependent on whether the device is a GEM or a MACB. For registers
1077 struct macb;
1081 int (*mog_alloc_rx_buffers)(struct macb *bp);
1082 void (*mog_free_rx_buffers)(struct macb *bp);
1083 void (*mog_init_rings)(struct macb *bp);
1088 /* MACB-PTP interface: adapt to platform needs. */
1093 unsigned int (*get_tsu_rate)(struct macb *bp);
1123 struct macb *bp;
1169 struct macb { struct
1174 u32 (*macb_reg_readl)(struct macb *bp, int offset); argument
1175 void (*macb_reg_writel)(struct macb *bp, int offset, u32 value); argument
1195 struct macb_stats macb; argument
1223 struct macb_ptp_info *ptp_info; /* macb-ptp interface */ argument
1264 void gem_ptp_rxstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *desc); argument
1273 static inline void gem_ptp_do_rxstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *d… in gem_ptp_do_rxstamp()
1291 static inline void gem_ptp_do_rxstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *d… in gem_ptp_do_rxstamp()
1294 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem()
1299 static inline bool gem_has_ptp(struct macb *bp) in gem_has_ptp()
1305 * struct macb_platform_data - platform data for MACB Ethernet used for PCI registration