Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Duverbs_main.c705 IB_USER_VERBS_CMD_FLAGS_MASK) >> IB_USER_VERBS_CMD_FLAGS_SHIFT; in ib_uverbs_write()
710 if (hdr.command & ~(__u32)(IB_USER_VERBS_CMD_FLAGS_MASK | in ib_uverbs_write()
753 if (hdr.command & ~(__u32)(IB_USER_VERBS_CMD_FLAGS_MASK | in ib_uverbs_write()
/linux-4.4.14/include/uapi/rdma/
Dib_user_verbs.h130 #define IB_USER_VERBS_CMD_FLAGS_MASK 0xff000000u macro