Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Dsiw_cm.c183 siw_dbg_cep(cep, "new endpoint\n"); in siw_cep_alloc()
268 siw_dbg_cep(cep, "free endpoint\n"); in __siw_cep_dealloc()
358 siw_dbg_cep(cep, "[QP %u]: reason=%d, status=%d\n", in siw_cm_upcall()
388 siw_dbg_cep(cep, "already closed\n"); in siw_qp_cm_drop()
391 siw_dbg_cep(cep, "immediate close, state %d\n", cep->state); in siw_qp_cm_drop()
544 siw_dbg_cep(cep, "peer EOF\n"); in siw_recv_mpa_rr()
548 siw_dbg_cep(cep, "error: %d\n", rcvd); in siw_recv_mpa_rr()
551 siw_dbg_cep(cep, "peer sent extra data: %d\n", rcvd); in siw_recv_mpa_rr()
578 siw_dbg_cep(cep, "%d bytes private data received\n", pd_len); in siw_recv_mpa_rr()
694 siw_dbg_cep(cep, "reject: crc %d:%d:%d, m %d:%d\n", in siw_proc_mpareq()
[all …]
Dsiw.h717 #define siw_dbg_cep(cep, fmt, ...) \ macro