Searched defs:agent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mi.c78 struct ib_mad_agent *agent; local
90 /* If there is no matching transaction, look for a listening agent */
91 for_each_table_entry ( agent, IB_MAD_AGENTS ) {
92 if ( ( ( agent->mgmt_class & IB_MGMT_CLASS_MASK ) !=
94 ( agent->class_version != hdr->class_version ) ||
95 ( agent->attr_id != hdr->attr_id ) )
97 /* Found a matching agent */
98 agent->handle ( ibdev, mi, mad, av );
332 * @ret mi Management agent, or NULL

Completed in 31 milliseconds