Searched refs:ib_event (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_ae.c153 struct ib_event ib_event; local
166 memset(&ib_event, 0, sizeof(ib_event));
232 ib_event.device = &c2dev->ibdev;
233 ib_event.element.qp = &qp->ibqp;
234 ib_event.event = IB_EVENT_QP_REQ_ERR;
237 qp->ibqp.event_handler(&ib_event,
302 ib_event.device = &c2dev->ibdev;
303 ib_event
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h161 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr);
162 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr);
163 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
165 struct ib_event *event);
H A Dcma.c902 static int cma_ib_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) argument
912 switch (ib_event->event) {
919 event.status = cma_verify_rep(id_priv, ib_event->private_data);
928 cma_set_rep_event_data(&event, &ib_event->param.rep_rcvd,
929 ib_event->private_data);
949 event.status = ib_event->param.rej_rcvd.reason;
951 event.param.conn.private_data = ib_event->private_data;
956 ib_event->event);
975 struct ib_cm_event *ib_event)
984 if (cma_get_net_info(ib_event
974 cma_new_conn_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event) argument
1022 cma_new_udp_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event) argument
1073 cma_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) argument
2052 cma_sidr_rep_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) argument
[all...]
H A Duverbs_main.c449 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr)
459 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr)
471 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr)
484 struct ib_event *event)
H A Dcache.c298 struct ib_event *event)
H A Ddevice.c531 void ib_dispatch_event(struct ib_event *event)
H A Dverbs.c611 void (*event_handler)(struct ib_event *, void *),
H A Dmulticast.c731 struct ib_event *event)
H A Dsa_query.c406 static void ib_sa_event(struct ib_event_handler *handler, struct ib_event *event)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c43 enum ib_event_type ib_event,
46 struct ib_event event;
79 event.event = ib_event;
81 if (ib_event == IB_EVENT_CQ_ERR)
41 post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, struct respQ_msg_t *rsp_msg, enum ib_event_type ib_event, int send_term) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h283 struct ib_event { struct
296 void (*handler)(struct ib_event_handler *, struct ib_event *);
453 void (*event_handler)(struct ib_event *, void *);
488 void (*event_handler)(struct ib_event *, void *);
757 void (*event_handler)(struct ib_event *, void *);
767 void (*event_handler)(struct ib_event *, void *);
779 void (*event_handler)(struct ib_event *, void *);
1101 void ib_dispatch_event(struct ib_event *event);
1361 void (*event_handler)(struct ib_event *, void *),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c85 struct ib_event event;
H A Dmthca_mad.c111 struct ib_event event;
H A Dmthca_cq.c247 struct ib_event event;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c245 struct ib_event *record)
H A Dipoib.h424 struct ib_event *record);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c112 void (*handler)(struct ib_event *, void *);
208 struct ib_event ev;
H A Dipath_cq.c70 struct ib_event ev;
H A Dipath_ruc.c163 void (*handler)(struct ib_event *, void *);
213 struct ib_event ev;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c51 static void iser_cq_event_callback(struct ib_event *cause, void *context)
56 static void iser_qp_event_callback(struct ib_event *cause, void *context)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmad.c152 struct ib_event event;
H A Dsrq.c52 struct ib_event event;
H A Dcq.c47 struct ib_event event;
H A Dmain.c618 struct ib_event ibev;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_irq.c179 struct ib_event event;
286 struct ib_event event;

Completed in 269 milliseconds

12