Home
last modified time | relevance | path

Searched refs:ib_dma_alloc_coherent (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/rds/
Dib_cm.c542 ic->i_send_hdrs = ib_dma_alloc_coherent(dev, in rds_ib_setup_qp()
552 ic->i_recv_hdrs = ib_dma_alloc_coherent(dev, in rds_ib_setup_qp()
562 ic->i_ack = ib_dma_alloc_coherent(dev, sizeof(struct rds_header), in rds_ib_setup_qp()
/Linux-v4.19/include/rdma/
Dib_verbs.h3714 static inline void *ib_dma_alloc_coherent(struct ib_device *dev, in ib_dma_alloc_coherent() function