Lines Matching refs:timeout

53 	      unsigned timeout, unsigned id, const void *srcport)
72 rpc.timeout = timeout;
88 pma_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, unsigned id)
90 return pma_query_via(rcvbuf, dest, port, timeout, id, NULL);
95 unsigned timeout, const void *srcport)
97 return pma_query_via(rcvbuf, dest, port, timeout, CLASS_PORT_INFO,
102 perf_classportinfo_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout)
104 return pma_query(rcvbuf, dest, port, timeout, CLASS_PORT_INFO);
109 unsigned timeout, const void *srcport)
111 return pma_query_via(rcvbuf, dest, port, timeout,
116 port_performance_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout)
118 return pma_query(rcvbuf, dest, port, timeout, IB_GSI_PORT_COUNTERS);
123 unsigned timeout, unsigned id, const void *srcport)
148 rpc.timeout = timeout;
164 unsigned timeout, unsigned id)
166 return performance_reset_via(rcvbuf, dest, port, mask, timeout,
172 unsigned mask, unsigned timeout, const void *srcport)
174 return performance_reset_via(rcvbuf, dest, port, mask, timeout,
180 unsigned timeout)
182 return performance_reset(rcvbuf, dest, port, mask, timeout, IB_GSI_PORT_COUNTERS);
187 unsigned timeout, const void *srcport)
189 return pma_query_via(rcvbuf, dest, port, timeout,
194 port_performance_ext_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout)
196 return pma_query(rcvbuf, dest, port, timeout, IB_GSI_PORT_COUNTERS_EXT);
201 unsigned mask, unsigned timeout,
204 return performance_reset_via(rcvbuf, dest, port, mask, timeout,
210 unsigned timeout)
212 return performance_reset(rcvbuf, dest, port, mask, timeout, IB_GSI_PORT_COUNTERS_EXT);
217 unsigned timeout, const void *srcport)
219 return pma_query_via(rcvbuf, dest, port, timeout,
224 port_samples_control_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout)
226 return pma_query(rcvbuf, dest, port, timeout, IB_GSI_PORT_SAMPLES_CONTROL);
231 unsigned timeout, const void *srcport)
233 return pma_query_via(rcvbuf, dest, port, timeout,
238 port_samples_result_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout)
240 return pma_query(rcvbuf, dest, port, timeout, IB_GSI_PORT_SAMPLES_RESULT);