Lines Matching refs:cm_work

89 struct cm_work;
93 struct cm_work *work);
184 struct cm_work { struct
196 struct cm_work work; argument
870 static struct cm_work *cm_dequeue_work(struct cm_id_private *cm_id_priv) in cm_dequeue_work()
872 struct cm_work *work; in cm_dequeue_work()
877 work = list_entry(cm_id_priv->work_list.next, struct cm_work, list); in cm_dequeue_work()
882 static void cm_free_work(struct cm_work *work) in cm_free_work()
890 struct cm_work *work) in cm_queue_work_unlock()
1043 struct cm_work *work; in cm_destroy_id()
1756 static u16 cm_get_bth_pkey(struct cm_work *work) in cm_get_bth_pkey()
1783 static void cm_opa_to_ib_sgid(struct cm_work *work, in cm_opa_to_ib_sgid()
1803 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1848 struct cm_work *work) in cm_process_work()
1937 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()
1986 static struct cm_id_private *cm_match_req(struct cm_work *work, in cm_match_req()
2079 static int cm_req_handler(struct cm_work *work) in cm_req_handler()
2403 static void cm_format_rep_event(struct cm_work *work, enum ib_qp_type qp_type) in cm_format_rep_event()
2431 static void cm_dup_rep_handler(struct cm_work *work) in cm_dup_rep_handler()
2476 static int cm_rep_handler(struct cm_work *work) in cm_rep_handler()
2581 static int cm_establish_handler(struct cm_work *work) in cm_establish_handler()
2604 static int cm_rtu_handler(struct cm_work *work) in cm_rtu_handler()
2817 static int cm_dreq_handler(struct cm_work *work) in cm_dreq_handler()
2890 static int cm_drep_handler(struct cm_work *work) in cm_drep_handler()
2994 static void cm_format_rej_event(struct cm_work *work) in cm_format_rej_event()
3032 static int cm_rej_handler(struct cm_work *work) in cm_rej_handler()
3186 static int cm_mra_handler(struct cm_work *work) in cm_mra_handler()
3299 static int cm_lap_handler(struct cm_work *work) in cm_lap_handler()
3397 static int cm_apr_handler(struct cm_work *work) in cm_apr_handler()
3441 static int cm_timewait_handler(struct cm_work *work) in cm_timewait_handler()
3542 static void cm_format_sidr_req_event(struct cm_work *work, in cm_format_sidr_req_event()
3563 static int cm_sidr_req_handler(struct cm_work *work) in cm_sidr_req_handler()
3719 static void cm_format_sidr_rep_event(struct cm_work *work, in cm_format_sidr_rep_event()
3740 static int cm_sidr_rep_handler(struct cm_work *work) in cm_sidr_rep_handler()
3861 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
3916 struct cm_work *work; in cm_establish()
4020 struct cm_work *work; in cm_recv_handler()