Lines Matching refs:BIT_ULL
1178 dev->uverbs_cmd_mask = BIT_ULL(IB_USER_VERBS_CMD_GET_CONTEXT) in rxe_register_device()
1179 | BIT_ULL(IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) in rxe_register_device()
1180 | BIT_ULL(IB_USER_VERBS_CMD_QUERY_DEVICE) in rxe_register_device()
1181 | BIT_ULL(IB_USER_VERBS_CMD_QUERY_PORT) in rxe_register_device()
1182 | BIT_ULL(IB_USER_VERBS_CMD_ALLOC_PD) in rxe_register_device()
1183 | BIT_ULL(IB_USER_VERBS_CMD_DEALLOC_PD) in rxe_register_device()
1184 | BIT_ULL(IB_USER_VERBS_CMD_CREATE_SRQ) in rxe_register_device()
1185 | BIT_ULL(IB_USER_VERBS_CMD_MODIFY_SRQ) in rxe_register_device()
1186 | BIT_ULL(IB_USER_VERBS_CMD_QUERY_SRQ) in rxe_register_device()
1187 | BIT_ULL(IB_USER_VERBS_CMD_DESTROY_SRQ) in rxe_register_device()
1188 | BIT_ULL(IB_USER_VERBS_CMD_POST_SRQ_RECV) in rxe_register_device()
1189 | BIT_ULL(IB_USER_VERBS_CMD_CREATE_QP) in rxe_register_device()
1190 | BIT_ULL(IB_USER_VERBS_CMD_MODIFY_QP) in rxe_register_device()
1191 | BIT_ULL(IB_USER_VERBS_CMD_QUERY_QP) in rxe_register_device()
1192 | BIT_ULL(IB_USER_VERBS_CMD_DESTROY_QP) in rxe_register_device()
1193 | BIT_ULL(IB_USER_VERBS_CMD_POST_SEND) in rxe_register_device()
1194 | BIT_ULL(IB_USER_VERBS_CMD_POST_RECV) in rxe_register_device()
1195 | BIT_ULL(IB_USER_VERBS_CMD_CREATE_CQ) in rxe_register_device()
1196 | BIT_ULL(IB_USER_VERBS_CMD_RESIZE_CQ) in rxe_register_device()
1197 | BIT_ULL(IB_USER_VERBS_CMD_DESTROY_CQ) in rxe_register_device()
1198 | BIT_ULL(IB_USER_VERBS_CMD_POLL_CQ) in rxe_register_device()
1199 | BIT_ULL(IB_USER_VERBS_CMD_PEEK_CQ) in rxe_register_device()
1200 | BIT_ULL(IB_USER_VERBS_CMD_REQ_NOTIFY_CQ) in rxe_register_device()
1201 | BIT_ULL(IB_USER_VERBS_CMD_REG_MR) in rxe_register_device()
1202 | BIT_ULL(IB_USER_VERBS_CMD_DEREG_MR) in rxe_register_device()
1203 | BIT_ULL(IB_USER_VERBS_CMD_CREATE_AH) in rxe_register_device()
1204 | BIT_ULL(IB_USER_VERBS_CMD_MODIFY_AH) in rxe_register_device()
1205 | BIT_ULL(IB_USER_VERBS_CMD_QUERY_AH) in rxe_register_device()
1206 | BIT_ULL(IB_USER_VERBS_CMD_DESTROY_AH) in rxe_register_device()
1207 | BIT_ULL(IB_USER_VERBS_CMD_ATTACH_MCAST) in rxe_register_device()
1208 | BIT_ULL(IB_USER_VERBS_CMD_DETACH_MCAST) in rxe_register_device()