Home
last modified time | relevance | path

Searched defs:fman_mac (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c295 struct fman_mac { struct
304 fman_mac_exception_cb *exception_cb; argument
307 u8 num_of_ind_addr_in_regs;
312 u8 mac_id;
313 u32 exceptions;
314 bool ptp_tsu_enabled;
315 bool en_tsu_err_exception;
317 void *fm;
319 bool basex_if;
320 struct mdio_device *tbidev;
[all …]
H A Dfman_tgec.c178 struct fman_mac { struct
185 fman_mac_exception_cb *exception_cb; argument
186 fman_mac_exception_cb *event_cb; argument
188 struct eth_hash_t *multicast_addr_hash;
190 struct eth_hash_t *unicast_addr_hash;
191 u8 mac_id;
192 u32 exceptions;
193 struct tgec_cfg *cfg;
194 void *fm;
195 struct fman_rev_info fm_rev_info;
[all …]
H A Dfman_memac.c276 struct fman_mac { struct
282 fman_mac_exception_cb *exception_cb; argument
288 u8 mac_id;
289 u32 exceptions;
291 void *fm;
293 struct phy *serdes;
294 struct phylink_pcs *sgmii_pcs;
295 struct phylink_pcs *qsgmii_pcs;
296 struct phylink_pcs *xfi_pcs;
297 bool allmulti_enabled;
[all …]
H A Dmac.h53 struct fman_mac *fman_mac; member