Searched refs:IB_MGMT_MAX_METHODS (Results 1 – 4 of 4) sorted by relevance
79 #define IB_MGMT_MAX_METHODS 128 macro441 DECLARE_BITMAP(method_mask, IB_MGMT_MAX_METHODS);
156 struct ib_mad_agent_private *agent[IB_MGMT_MAX_METHODS];
1269 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) { in method_in_use()1297 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) in check_method_table()1356 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) { in remove_methods_mad_agent()1402 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_nonoui_reg_req()1497 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_oui_reg_req()1666 IB_MGMT_MAX_METHODS) in find_mad_agent()
669 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i) in ib_umad_reg_agent()