Lines Matching refs:cm_port
159 struct cm_port { struct
173 struct cm_port *port[0]; argument
177 struct cm_port *port;
187 struct cm_port *port;
288 static int cm_alloc_response_msg(struct cm_port *port, in cm_alloc_response_msg()
346 static void cm_init_av_for_response(struct cm_port *port, struct ib_wc *wc, in cm_init_av_for_response()
358 struct cm_port *port = NULL; in cm_init_av_by_path()
1248 static int cm_issue_rej(struct cm_port *port, in cm_issue_rej()
2178 static int cm_issue_drep(struct cm_port *port, in cm_issue_drep()
3293 struct cm_port *port; in cm_send_handler()
3487 struct cm_port *port = mad_agent->context; in cm_recv_handler()
3768 struct cm_port *cm_port; in cm_release_port_obj() local
3770 cm_port = container_of(obj, struct cm_port, port_obj); in cm_release_port_obj()
3771 kfree(cm_port); in cm_release_port_obj()
3792 static int cm_create_port_fs(struct cm_port *port) in cm_create_port_fs()
3823 static void cm_remove_port_fs(struct cm_port *port) in cm_remove_port_fs()
3836 struct cm_port *port; in cm_add_one()
3934 struct cm_port *port; in cm_remove_one()