Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c322 struct fman_mac { struct
331 fman_mac_exception_cb *exception_cb; argument
332 fman_mac_exception_cb *event_cb; argument
334 u8 num_of_ind_addr_in_regs;
336 struct eth_hash_t *multicast_addr_hash;
338 struct eth_hash_t *unicast_addr_hash;
339 u8 mac_id;
340 u32 exceptions;
341 bool ptp_tsu_enabled;
342 bool en_tsu_err_exception;
[all …]
Dfman_tgec.c203 struct fman_mac { struct
210 fman_mac_exception_cb *exception_cb; argument
211 fman_mac_exception_cb *event_cb; argument
213 struct eth_hash_t *multicast_addr_hash;
215 struct eth_hash_t *unicast_addr_hash;
216 u8 mac_id;
217 u32 exceptions;
218 struct tgec_cfg *cfg;
219 void *fm;
220 struct fman_rev_info fm_rev_info;
[all …]
Dfman_memac.c331 struct fman_mac { struct
340 fman_mac_exception_cb *exception_cb; argument
341 fman_mac_exception_cb *event_cb; argument
343 struct eth_hash_t *multicast_addr_hash;
345 struct eth_hash_t *unicast_addr_hash;
346 u8 mac_id;
347 u32 exceptions;
348 struct memac_cfg *memac_drv_param;
349 void *fm;
350 struct fman_rev_info fm_rev_info;
[all …]
Dmac.c336 struct fman_mac *fman_mac = mac_dev->fman_mac; in fman_set_mac_active_pause() local
427 struct fman_mac *fman_mac; in adjust_link_dtsec() local
449 struct fman_mac *fman_mac; in adjust_link_memac() local
Dmac.h84 struct fman_mac *fman_mac; member