Searched defs:nes_ucontext (Results 1 – 2 of 2) sorted by relevance
47 struct nes_ucontext { struct48 struct ib_ucontext ibucontext;49 struct nes_device *nesdev;50 unsigned long mmap_wq_offset;51 unsigned long mmap_cq_offset; /* to be removed */52 int index; /* rnic index (minor) */53 unsigned long allocated_doorbells[BITS_TO_LONGS(NES_MAX_USER_DB_REGIONS)];54 u16 mmap_db_index[NES_MAX_USER_DB_REGIONS];55 u16 first_free_db;56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)];[all …]
644 struct nes_ucontext *nes_ucontext; in nes_alloc_ucontext() local698 struct nes_ucontext *nes_ucontext = to_nesucontext(context); in nes_dealloc_ucontext() local716 struct nes_ucontext *nes_ucontext; in nes_mmap() local1111 struct nes_ucontext *nes_ucontext; in nes_create_qp() local1457 struct nes_ucontext *nes_ucontext; in nes_destroy_qp() local1531 struct nes_ucontext *nes_ucontext = NULL; in nes_create_cq() local2305 struct nes_ucontext *nes_ucontext; in nes_reg_user_mr() local