Home
last modified time | relevance | path

Searched refs:mem_id (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/trace/events/
Dxdp.h327 __field(u32, mem_id)
337 __entry->mem_id = xa->mem.id;
347 __entry->mem_id,
365 __field(u32, mem_id)
374 __entry->mem_id = xa->mem.id;
383 __entry->mem_id,
399 __field(u32, mem_id)
405 __entry->mem_id = mem->id;
410 __entry->mem_id,
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h78 uint32_t mem_id; member
Dcxgb3_offload.c315 if (t->mem_id == MEM_CM) in cxgb_rdma_ctl()
317 else if (t->mem_id == MEM_PMRX) in cxgb_rdma_ctl()
319 else if (t->mem_id == MEM_PMTX) in cxgb_rdma_ctl()
Dcxgb3_main.c2459 if (t.mem_id == MEM_CM) in cxgb_extension_ioctl()
2461 else if (t.mem_id == MEM_PMRX) in cxgb_extension_ioctl()
2463 else if (t.mem_id == MEM_PMTX) in cxgb_extension_ioctl()
/Linux-v5.4/net/core/
Dxdp.c50 u32 mem_id = *(u32 *)arg->key; in xdp_mem_id_cmp() local
52 return xa->mem.id != mem_id; in xdp_mem_id_cmp()
/Linux-v5.4/arch/um/drivers/
Dmconsole_kern.c386 static int mem_id(char **str, int *start_out, int *end_out) in mem_id() function
405 .id = mem_id,