Searched refs:status_page_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Duser.h74 __u32 status_page_size; member in struct:c4iw_alloc_ucontext_resp
H A Dprovider.c153 uresp.status_page_size = PAGE_SIZE;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h41 __u32 status_page_size; member in struct:c4iw_alloc_ucontext_resp
H A Ddev.c124 resp.status_page_size = 0;
134 context->status_page_size = resp.status_page_size;
135 if (resp.status_page_size) {
136 context->status_page = mmap(NULL, resp.status_page_size,
214 munmap(context->status_page, context->status_page_size);
230 if (context->status_page_size)
231 munmap(context->status_page, context->status_page_size);
H A Dlibcxgb4.h85 int status_page_size; member in struct:c4iw_context
H A Dverbs.c515 if (ctx->status_page_size) {

Completed in 71 milliseconds