Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dmad.c92 struct ib_mad_reg_req *mad_reg_req);
102 static int add_nonoui_reg_req(struct ib_mad_reg_req *mad_reg_req,
105 static int add_oui_reg_req(struct ib_mad_reg_req *mad_reg_req,
185 struct ib_mad_reg_req *mad_reg_req) in is_vendor_method_in_use() argument
191 if (!memcmp(vendor_class->oui[i], mad_reg_req->oui, 3)) { in is_vendor_method_in_use()
194 if (method_in_use(&method, mad_reg_req)) in is_vendor_method_in_use()
216 static int get_sol_fc_max_outstanding(struct ib_mad_reg_req *mad_reg_req) in get_sol_fc_max_outstanding() argument
218 if (!mad_reg_req) in get_sol_fc_max_outstanding()
222 switch (mad_reg_req->mgmt_class) { in get_sol_fc_max_outstanding()
244 struct ib_mad_reg_req *mad_reg_req, in ib_register_mad_agent() argument
[all …]