Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1847 agent->agent_outstanding_msgs--; in umad_solicited_cb()
1848 ASSERT(agent->agent_outstanding_msgs >= 0); in umad_solicited_cb()
1850 if (agent->agent_outstanding_msgs == 0) in umad_solicited_cb()
2057 agent->agent_outstanding_msgs++; in umad_write()
2079 agent->agent_outstanding_msgs--; in umad_write()
2080 ASSERT(agent->agent_outstanding_msgs >= 0); in umad_write()
2082 if (agent->agent_outstanding_msgs == 0) in umad_write()
2397 while (agent->agent_outstanding_msgs != 0) { in umad_unregister()
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h72 int agent_outstanding_msgs; /* # of msgs waiting */ member