Home
last modified time | relevance | path

Searched refs:IB_MGMT_MAX_METHODS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_mad.h84 #define IB_MGMT_MAX_METHODS 128 macro
610 DECLARE_BITMAP(method_mask, IB_MGMT_MAX_METHODS);
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h158 struct ib_mad_agent_private *agent[IB_MGMT_MAX_METHODS];
H A Dib_mad.c1356 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) { in method_in_use()
1379 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) in check_method_table()
1438 for (i = 0; i < IB_MGMT_MAX_METHODS; i++) { in remove_methods_mad_agent()
1482 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_nonoui_reg_req()
1574 for_each_set_bit(i, mad_reg_req->method_mask, IB_MGMT_MAX_METHODS) in add_oui_reg_req()
H A Dib_user_mad.c680 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i) in ib_umad_reg_agent()