Home
last modified time | relevance | path

Searched refs:IB_USER_VERBS_CMD_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
Duverbs_main.c628 IB_USER_VERBS_CMD_FLAGS_MASK) >> IB_USER_VERBS_CMD_FLAGS_SHIFT; in ib_uverbs_write()
633 if (hdr.command & ~(__u32)(IB_USER_VERBS_CMD_FLAGS_MASK | in ib_uverbs_write()
667 if (hdr.command & ~(__u32)(IB_USER_VERBS_CMD_FLAGS_MASK | in ib_uverbs_write()
/linux-4.1.27/include/uapi/rdma/
Dib_user_verbs.h128 #define IB_USER_VERBS_CMD_FLAGS_MASK 0xff000000u macro