• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/

Lines Matching refs:id

120  *   the passed in id, or a corresponding listen id.  Returning a
121 * non-zero value from the callback will destroy the passed in id.
123 typedef int (*rdma_cm_event_handler)(struct rdma_cm_id *id,
141 * @context: User specified context associated with the id.
150 * @id: RDMA identifier.
153 * asynchronous operations associated with the id.
155 void rdma_destroy_id(struct rdma_cm_id *id);
161 * @id: RDMA identifier.
168 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr);
175 * @id: RDMA identifier.
180 int rdma_resolve_addr(struct rdma_cm_id *id, struct sockaddr *src_addr,
191 int rdma_resolve_route(struct rdma_cm_id *id, int timeout_ms);
200 int rdma_create_qp(struct rdma_cm_id *id, struct ib_pd *pd,
210 void rdma_destroy_qp(struct rdma_cm_id *id);
215 * @id: Communication identifier associated with the QP attributes to
231 int rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr,
236 * @id: Connection identifier to connect.
246 int rdma_connect(struct rdma_cm_id *id, struct rdma_conn_param *conn_param);
255 int rdma_listen(struct rdma_cm_id *id, int backlog);
259 * @id: Connection identifier associated with the request.
269 * state of the qp associated with the id is modified to error, such that any
272 int rdma_accept(struct rdma_cm_id *id, struct rdma_conn_param *conn_param);
277 * @id: Connection identifier to transition to established.
287 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
292 int rdma_reject(struct rdma_cm_id *id, const void *private_data,
299 int rdma_disconnect(struct rdma_cm_id *id);
304 * @id: Communication identifier associated with the request.
309 int rdma_join_multicast(struct rdma_cm_id *id, struct sockaddr *addr,
316 void rdma_leave_multicast(struct rdma_cm_id *id, struct sockaddr *addr);
321 * @id: Communication identifier to associated with service type.
330 void rdma_set_service_type(struct rdma_cm_id *id, int tos);