Lines Matching refs:cm_port
159 struct cm_port { struct
172 struct cm_port *port[0]; argument
176 struct cm_port *port;
188 struct cm_port *port;
286 static int cm_alloc_response_msg(struct cm_port *port, in cm_alloc_response_msg()
343 static void cm_init_av_for_response(struct cm_port *port, struct ib_wc *wc, in cm_init_av_for_response()
355 struct cm_port *port = NULL; in cm_init_av_by_path()
1195 static int cm_issue_rej(struct cm_port *port, in cm_issue_rej()
2105 static int cm_issue_drep(struct cm_port *port, in cm_issue_drep()
3219 struct cm_port *port; in cm_send_handler()
3398 struct cm_port *port = mad_agent->context; in cm_recv_handler()
3692 struct cm_port *cm_port; in cm_release_port_obj() local
3694 cm_port = container_of(obj, struct cm_port, port_obj); in cm_release_port_obj()
3695 kfree(cm_port); in cm_release_port_obj()
3716 static int cm_create_port_fs(struct cm_port *port) in cm_create_port_fs()
3747 static void cm_remove_port_fs(struct cm_port *port) in cm_remove_port_fs()
3760 struct cm_port *port; in cm_add_one()
3847 struct cm_port *port; in cm_remove_one()