Searched refs:IB_MGMT_MAX_METHODS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad_priv.h | 158 struct ib_mad_agent_private *agent[IB_MGMT_MAX_METHODS];
|
H A D | mad.c | 1196 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) { in method_in_use() 1219 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) in check_method_table() 1278 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) { in remove_methods_mad_agent() 1322 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_nonoui_reg_req() 1414 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_oui_reg_req()
|
H A D | user_mad.c | 736 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i) in ib_umad_reg_agent()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad_priv.h | 157 struct ib_mad_agent_private *agent[IB_MGMT_MAX_METHODS];
|
H A D | mad.c | 1188 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) { in method_in_use() 1211 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) in check_method_table() 1270 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) in remove_methods_mad_agent() 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 | user_mad.c | 735 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i) in ib_umad_reg_agent()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_mad.h | 55 #define IB_MGMT_MAX_METHODS 128 macro 648 DECLARE_BITMAP(method_mask, IB_MGMT_MAX_METHODS);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_mad.h | 55 #define IB_MGMT_MAX_METHODS 128 macro 649 DECLARE_BITMAP(method_mask, IB_MGMT_MAX_METHODS);
|
Completed in 20 milliseconds