Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/sw/siw/
H A Dsiw_mem.c164 siw_dbg_pd(pd, "STag 0x%08x invalid\n", mem->stag); in siw_check_mem()
168 siw_dbg_pd(pd, "STag 0x%08x: PD mismatch\n", mem->stag); in siw_check_mem()
175 siw_dbg_pd(pd, "permissions 0x%08x < 0x%08x\n", in siw_check_mem()
183 siw_dbg_pd(pd, "MEM interval len %d\n", len); in siw_check_mem()
184 siw_dbg_pd(pd, "[0x%pK, 0x%pK] out of bounds\n", in siw_check_mem()
187 siw_dbg_pd(pd, "[0x%pK, 0x%pK] STag=0x%08x\n", in siw_check_mem()
228 siw_dbg_pd(pd, "STag unknown: 0x%08x\n", sge->lkey); in siw_check_sge()
291 siw_dbg_pd(pd, "STag 0x%08x unknown\n", stag); in siw_invalidate_stag()
295 siw_dbg_pd(pd, "PD mismatch for STag 0x%08x\n", stag); in siw_invalidate_stag()
305 siw_dbg_pd(pd, "STag 0x%08x now invalid\n", stag); in siw_invalidate_stag()
H A Dsiw_verbs.c257 siw_dbg_pd(pd, "free PD\n"); in siw_dealloc_pd()
1340 siw_dbg_pd(pd, "too many mr's\n"); in siw_reg_user_mr()
1415 siw_dbg_pd(pd, "too many mr's\n"); in siw_alloc_mr()
1461 siw_dbg_pd(pd, "failed: %d\n", rv); in siw_alloc_mr()
1547 siw_dbg_pd(pd, "too many mr's\n"); in siw_get_dma_mr()
1600 siw_dbg_pd(base_srq->pd, "too many SRQ's\n"); in siw_create_srq()
1651 siw_dbg_pd(base_srq->pd, "[SRQ]: success\n"); in siw_create_srq()
1771 siw_dbg_pd(base_srq->pd, in siw_post_srq_recv()
1788 siw_dbg_pd(base_srq->pd, "SRQ full\n"); in siw_post_srq_recv()
1793 siw_dbg_pd(base_srq->pd, in siw_post_srq_recv()
[all …]
H A Dsiw.h732 #define siw_dbg_pd(pd, fmt, ...) \ macro
H A Dsiw_qp_tx.c929 siw_dbg_pd(pd, "STag 0x%08x\n", sqe->rkey); in siw_fastreg_mr()