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

Function qm_fd_addr

dpdk/drivers/bus/dpaa/include/fsl_qman.h:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd)
212{
213 return (dma_addr_t)fd->addr;
214}
215
216/* Macro, so we compile better if 'v' isn't always 64-bit */
217#define qm_fd_addr_set64(fd, v) \

Callers 5

dpaa_eth_sg_to_mbufFunction · 0.85
dpaa_eth_fd_to_mbufFunction · 0.85
dpaa_free_mbufFunction · 0.85
dpaa_rx_cb_no_prefetchFunction · 0.85
dpaa_rx_cb_prepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected