Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c320 struct fman_mac { struct
329 fman_mac_exception_cb *exception_cb; argument
330 fman_mac_exception_cb *event_cb; argument
332 u8 num_of_ind_addr_in_regs;
334 struct eth_hash_t *multicast_addr_hash;
336 struct eth_hash_t *unicast_addr_hash;
337 u8 mac_id;
338 u32 exceptions;
339 bool ptp_tsu_enabled;
340 bool en_tsu_err_exeption;
[all …]
Dfman_tgec.c202 struct fman_mac { struct
209 fman_mac_exception_cb *exception_cb; argument
210 fman_mac_exception_cb *event_cb; argument
212 struct eth_hash_t *multicast_addr_hash;
214 struct eth_hash_t *unicast_addr_hash;
215 u8 mac_id;
216 u32 exceptions;
217 struct tgec_cfg *cfg;
218 void *fm;
219 struct fman_rev_info fm_rev_info;
Dfman_memac.c330 struct fman_mac { struct
339 fman_mac_exception_cb *exception_cb; argument
340 fman_mac_exception_cb *event_cb; argument
342 struct eth_hash_t *multicast_addr_hash;
344 struct eth_hash_t *unicast_addr_hash;
345 u8 mac_id;
346 u32 exceptions;
347 struct memac_cfg *memac_drv_param;
348 void *fm;
349 struct fman_rev_info fm_rev_info;
[all …]
Dmac.c338 struct fman_mac *fman_mac = mac_dev->fman_mac; in fman_set_mac_active_pause() local
432 struct fman_mac *fman_mac; in adjust_link_dtsec() local
456 struct fman_mac *fman_mac; in adjust_link_memac() local
Dmac.h80 struct fman_mac *fman_mac; member