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.c296 struct fman_mac { struct
305 fman_mac_exception_cb *exception_cb; argument
306 fman_mac_exception_cb *event_cb; argument
308 u8 num_of_ind_addr_in_regs;
310 struct eth_hash_t *multicast_addr_hash;
312 struct eth_hash_t *unicast_addr_hash;
313 u8 mac_id;
314 u32 exceptions;
315 bool ptp_tsu_enabled;
316 bool en_tsu_err_exception;
[all …]
Dfman_tgec.c177 struct fman_mac { struct
184 fman_mac_exception_cb *exception_cb; argument
185 fman_mac_exception_cb *event_cb; argument
187 struct eth_hash_t *multicast_addr_hash;
189 struct eth_hash_t *unicast_addr_hash;
190 u8 mac_id;
191 u32 exceptions;
192 struct tgec_cfg *cfg;
193 void *fm;
194 struct fman_rev_info fm_rev_info;
[all …]
Dfman_memac.c306 struct fman_mac { struct
315 fman_mac_exception_cb *exception_cb; argument
316 fman_mac_exception_cb *event_cb; argument
318 struct eth_hash_t *multicast_addr_hash;
320 struct eth_hash_t *unicast_addr_hash;
321 u8 mac_id;
322 u32 exceptions;
323 struct memac_cfg *memac_drv_param;
324 void *fm;
325 struct fman_rev_info fm_rev_info;
[all …]
Dmac.h62 struct fman_mac *fman_mac; member
Dmac.c112 struct fman_mac *fman_mac = mac_dev->fman_mac; in fman_set_mac_active_pause() local