Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c229 siw_dbg_cep(cep, "new endpoint\n"); in siw_cep_alloc()
314 siw_dbg_cep(cep, "free endpoint\n"); in __siw_cep_dealloc()
404 siw_dbg_cep(cep, "[QP %u]: reason=%d, status=%d\n", in siw_cm_upcall()
452 siw_dbg_cep(cep, "already closed\n"); in siw_qp_cm_drop()
455 siw_dbg_cep(cep, "immediate close, state %d\n", cep->state); in siw_qp_cm_drop()
605 siw_dbg_cep(cep, "peer EOF\n"); in siw_recv_mpa_rr()
609 siw_dbg_cep(cep, "error: %d\n", rcvd); in siw_recv_mpa_rr()
612 siw_dbg_cep(cep, "peer sent extra data: %d\n", rcvd); in siw_recv_mpa_rr()
639 siw_dbg_cep(cep, "%d bytes private data received\n", pd_len); in siw_recv_mpa_rr()
755 siw_dbg_cep(cep, "reject: crc %d:%d:%d, m %d:%d\n", in siw_proc_mpareq()
[all …]
H A Dsiw.h720 #define siw_dbg_cep(cep, fmt, ...) \ macro