Searched defs:xdma_request (Results 1 – 3 of 3) sorted by relevance
101 struct xdma_request { struct105 enum xdma_request_type req_type; argument115 TAILQ_ENTRY(xdma_request) xr_next; argument116 struct xchan_buf buf;
54 struct xdma_request *req; struct
278 xdma_request(xdma_channel_t *xchan, struct xdma_request *req) in xdma_request() function