Searched refs:method_mask (Results 1 – 6 of 6) sorted by relevance
/linux/include/uapi/rdma/ |
H A D | ib_user_mad.h | 187 packed_ulong method_mask[IB_USER_MAD_LONGS_PER_METHOD_MASK]; member 228 __aligned_u64 method_mask[2]; member
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | 931 set_bit(IB_MGMT_METHOD_GET, reg_req.method_mask); in vema_register() 932 set_bit(IB_MGMT_METHOD_SET, reg_req.method_mask); in vema_register()
|
/linux/include/rdma/ |
H A D | ib_mad.h | 651 DECLARE_BITMAP(method_mask, IB_MGMT_MAX_METHODS);
|
/linux/drivers/infiniband/core/ |
H A D | mad.c | 1188 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) { in method_in_use() 1312 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_nonoui_reg_req() 1404 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_oui_reg_req()
|
H A D | cm.c | 4384 set_bit(IB_MGMT_METHOD_SEND, reg_req.method_mask); in cm_add_one()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 659 set_bit(IB_MGMT_METHOD_GET, reg_req.method_mask); in srpt_refresh_port() 660 set_bit(IB_MGMT_METHOD_SET, reg_req.method_mask); in srpt_refresh_port()
|