Searched refs:ib_sg_dma_address (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/iser/
H A Diser_memory.c71 start_addr = ib_sg_dma_address(ibdev, sgl);
82 start_addr = ib_sg_dma_address(ibdev, next_sg);
118 reg->sge.addr = ib_sg_dma_address(device->ib_device, &sg[0]);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c476 pages[n++] = ib_sg_dma_address(dev,
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h3099 * ib_sg_dma_address - Return the DMA address from a scatter/gather entry
3104 * ib_sg_dma_address() into sg_dma_address().
3106 static inline u64 ib_sg_dma_address(struct ib_device *dev, function

Completed in 69 milliseconds