Lines Matching refs:cm_port
158 struct cm_port { struct
171 struct cm_port *port[0]; argument
175 struct cm_port *port;
185 struct cm_port *port;
283 static int cm_alloc_response_msg(struct cm_port *port, in cm_alloc_response_msg()
340 static void cm_init_av_for_response(struct cm_port *port, struct ib_wc *wc, in cm_init_av_for_response()
352 struct cm_port *port = NULL; in cm_init_av_by_path()
1188 static int cm_issue_rej(struct cm_port *port, in cm_issue_rej()
2095 static int cm_issue_drep(struct cm_port *port, in cm_issue_drep()
3206 struct cm_port *port; in cm_send_handler()
3385 struct cm_port *port = mad_agent->context; in cm_recv_handler()
3653 struct cm_port *cm_port; in cm_release_port_obj() local
3655 cm_port = container_of(obj, struct cm_port, port_obj); in cm_release_port_obj()
3656 kfree(cm_port); in cm_release_port_obj()
3677 static int cm_create_port_fs(struct cm_port *port) in cm_create_port_fs()
3708 static void cm_remove_port_fs(struct cm_port *port) in cm_remove_port_fs()
3721 struct cm_port *port; in cm_add_one()
3807 struct cm_port *port; in cm_remove_one()