Home
last modified time | relevance | path

Searched defs:nes_ucontext (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/infiniband/hw/nes/
Dnes_verbs.h47 struct nes_ucontext { struct
48 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 …]
Dnes_verbs.c644 struct nes_ucontext *nes_ucontext; in nes_alloc_ucontext() local
698 struct nes_ucontext *nes_ucontext = to_nesucontext(context); in nes_dealloc_ucontext() local
716 struct nes_ucontext *nes_ucontext; in nes_mmap() local
1111 struct nes_ucontext *nes_ucontext; in nes_create_qp() local
1457 struct nes_ucontext *nes_ucontext; in nes_destroy_qp() local
1531 struct nes_ucontext *nes_ucontext = NULL; in nes_create_cq() local
2305 struct nes_ucontext *nes_ucontext; in nes_reg_user_mr() local