Searched refs:siw_cm_upcall (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_cm.c | 38 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, 133 siw_cm_upcall(cep, IW_CM_EVENT_ESTABLISHED, 0); in siw_rtr_data_ready() 305 * siw_cm_upcall() 309 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, in siw_cm_upcall() function 399 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_qp_cm_drop() 404 siw_cm_upcall(cep, IW_CM_EVENT_CLOSE, 0); in siw_qp_cm_drop() 687 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REQUEST, 0); in siw_proc_mpareq() 749 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNRESET); in siw_proc_mpareply() 766 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in siw_proc_mpareply() 785 siw_cm_upcall(ce in siw_proc_mpareply() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_cm.c | 39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, 136 siw_cm_upcall(cep, IW_CM_EVENT_ESTABLISHED, 0); in siw_rtr_data_ready() 308 * siw_cm_upcall() 312 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, in siw_cm_upcall() function 402 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_qp_cm_drop() 407 siw_cm_upcall(cep, IW_CM_EVENT_CLOSE, 0); in siw_qp_cm_drop() 690 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REQUEST, 0); in siw_proc_mpareq() 752 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNRESET); in siw_proc_mpareply() 769 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in siw_proc_mpareply() 788 siw_cm_upcall(ce in siw_proc_mpareply() [all...] |
Completed in 3 milliseconds