Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c295 struct fman_mac { struct
304 fman_mac_exception_cb *exception_cb; argument
305 fman_mac_exception_cb *event_cb; argument
307 u8 num_of_ind_addr_in_regs;
309 struct eth_hash_t *multicast_addr_hash;
311 struct eth_hash_t *unicast_addr_hash;
312 u8 mac_id;
313 u32 exceptions;
314 bool ptp_tsu_enabled;
315 bool en_tsu_err_exception;
[all …]
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 …]
Dfman_memac.c276 struct fman_mac { struct
282 fman_mac_exception_cb *exception_cb; argument
283 fman_mac_exception_cb *event_cb; argument
285 struct eth_hash_t *multicast_addr_hash;
287 struct eth_hash_t *unicast_addr_hash;
288 u8 mac_id;
289 u32 exceptions;
290 struct memac_cfg *memac_drv_param;
291 void *fm;
292 struct fman_rev_info fm_rev_info;
[all …]
Dmac.h53 struct fman_mac *fman_mac; member