Home
last modified time | relevance | path

Searched refs:siw_cm_upcall (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,
180 siw_cm_upcall(cep, IW_CM_EVENT_ESTABLISHED, 0); in siw_rtr_data_ready()
355 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, in siw_cm_upcall() function
462 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_qp_cm_drop()
467 siw_cm_upcall(cep, IW_CM_EVENT_CLOSE, 0); in siw_qp_cm_drop()
748 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REQUEST, 0); in siw_proc_mpareq()
810 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNRESET); in siw_proc_mpareply()
827 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in siw_proc_mpareply()
846 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_proc_mpareply()
951 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, 0); in siw_proc_mpareply()
[all …]