Searched refs:__get_agent (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
H A Duser_mad.c158 static struct ib_mad_agent *__get_agent(struct ib_umad_file *file, int id) __get_agent() function
174 if (agent == __get_agent(file, packet->mad.hdr.id)) { queue_packet()
481 agent = __get_agent(file, packet->mad.hdr.id); ib_umad_write()
649 if (!__get_agent(file, agent_id)) ib_umad_reg_agent()
765 if (!__get_agent(file, agent_id)) ib_umad_reg_agent2()
844 if (id >= IB_UMAD_MAX_AGENTS || !__get_agent(file, id)) { ib_umad_unreg_agent()

Completed in 82 milliseconds