Home
last modified time | relevance | path

Searched defs:memac (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dfsl_memac.h12 struct memac { struct
14 u32 res_0[2];
38 /* memac statistics counter registers */ argument
39 u32 rx_eoct_l; /* Rx ethernet octests lower */
40 u32 rx_eoct_u; /* Rx ethernet octests upper */
41 u32 rx_oct_l; /* Rx octests lower */
42 u32 rx_oct_u; /* Rx octests upper */
43 u32 rx_align_err_l; /* Rx alignment error lower */
44 u32 rx_align_err_u; /* Rx alignment error upper */
45 u32 rx_pause_frame_l; /* Rx valid pause frame upper */
[all …]
H A Dfsl_fman.h444 } memac[10]; member
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c422 static int check_init_parameters(struct fman_mac *memac) in check_init_parameters()
463 struct fman_mac *memac = (struct fman_mac *)handle; in memac_err_exception() local
489 struct fman_mac *memac = (struct fman_mac *)handle; in memac_exception() local
510 static void free_init_resources(struct fman_mac *memac) in free_init_resources()
527 static int memac_enable(struct fman_mac *memac) in memac_enable()
548 static void memac_disable(struct fman_mac *memac) in memac_disable()
554 static int memac_set_promiscuous(struct fman_mac *memac, bool new_val) in memac_set_promiscuous()
570 static int memac_set_tx_pause_frames(struct fman_mac *memac, u8 priority, in memac_set_tx_pause_frames()
605 static int memac_accept_rx_pause_frames(struct fman_mac *memac, bool en) in memac_accept_rx_pause_frames()
625 struct fman_mac *memac = fman_config_to_mac(config)->fman_mac; in memac_validate() local
[all …]