Searched refs:memac_regs (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h189 struct memac_regs { struct
369 int fman_memac_init(struct memac_regs *regs,
376 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
378 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
380 void fman_memac_set_promiscuous(struct memac_regs *regs, bool val);
382 void fman_memac_add_addr_in_paddr(struct memac_regs *regs,
386 void fman_memac_clear_addr_in_paddr(struct memac_regs *regs,
389 uint64_t fman_memac_get_counter(struct memac_regs *regs,
392 void fman_memac_set_tx_pause_frames(struct memac_regs *regs,
395 uint16_t fman_memac_get_max_frame_len(struct memac_regs *reg
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c37 uint32_t fman_memac_get_event(struct memac_regs *regs, uint32_t ev_mask)
42 uint32_t fman_memac_get_interrupt_mask(struct memac_regs *regs)
47 void fman_memac_ack_event(struct memac_regs *regs, uint32_t ev_mask)
52 void fman_memac_set_promiscuous(struct memac_regs *regs, bool val)
66 void fman_memac_clear_addr_in_paddr(struct memac_regs *regs,
78 void fman_memac_add_addr_in_paddr(struct memac_regs *regs,
99 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx)
114 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx)
129 void fman_memac_reset_stat(struct memac_regs *regs)
142 void fman_memac_reset(struct memac_regs *reg
[all...]
H A Dmemac.h70 struct memac_regs *p_MemMap; /**< Pointer to MAC memory mapped registers */
H A Dmemac.c1085 p_Memac->p_MemMap = (struct memac_regs *)UINT_TO_PTR(baseAddr);

Completed in 66 milliseconds