MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fman_if_enable_rx

Function fman_if_enable_rx

dpdk/drivers/bus/dpaa/base/fman/fman_hw.c:296–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void
297fman_if_enable_rx(struct fman_if *p)
298{
299 struct __fman_if *__if = container_of(p, struct __fman_if, __if);
300
301 assert(fman_ccsr_map_fd != -1);
302
303 /* enable Rx and Tx */
304 out_be32(__if->ccsr_map + 8, in_be32(__if->ccsr_map + 8) | 3);
305}
306
307void
308fman_if_disable_rx(struct fman_if *p)

Callers 2

dpaa_eth_dev_startFunction · 0.85
fman_if_enable_all_rxFunction · 0.85

Calls 2

out_be32Function · 0.85
in_be32Function · 0.85

Tested by

no test coverage detected