• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/

Lines Matching refs:cm_work

101 struct cm_work {
113 struct cm_work work; /* Must be first. */
624 static struct cm_work * cm_dequeue_work(struct cm_id_private *cm_id_priv)
626 struct cm_work *work;
631 work = list_entry(cm_id_priv->work_list.next, struct cm_work, list);
636 static void cm_free_work(struct cm_work *work)
715 struct cm_work *work;
1135 static void cm_format_req_event(struct cm_work *work,
1170 struct cm_work *work)
1249 static void cm_dup_req_handler(struct cm_work *work,
1290 static struct cm_id_private * cm_match_req(struct cm_work *work,
1346 static int cm_req_handler(struct cm_work *work)
1568 static void cm_format_rep_event(struct cm_work *work)
1589 static void cm_dup_rep_handler(struct cm_work *work)
1631 static int cm_rep_handler(struct cm_work *work)
1712 static int cm_establish_handler(struct cm_work *work)
1745 static int cm_rtu_handler(struct cm_work *work)
1930 static int cm_dreq_handler(struct cm_work *work)
1993 static int cm_drep_handler(struct cm_work *work)
2093 static void cm_format_rej_event(struct cm_work *work)
2141 static int cm_rej_handler(struct cm_work *work)
2294 static int cm_mra_handler(struct cm_work *work)
2462 static int cm_lap_handler(struct cm_work *work)
2597 static int cm_apr_handler(struct cm_work *work)
2641 static int cm_timewait_handler(struct cm_work *work)
2743 static void cm_format_sidr_req_event(struct cm_work *work,
2758 static int cm_sidr_req_handler(struct cm_work *work)
2882 static void cm_format_sidr_rep_event(struct cm_work *work)
2898 static int cm_sidr_rep_handler(struct cm_work *work)
3002 struct cm_work *work = container_of(_work, struct cm_work, work.work);
3056 struct cm_work *work;
3143 struct cm_work *work;