Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_mem.c140 siw_dbg_pd(pd, "STag 0x%08x invalid\n", mem->stag); in siw_check_mem()
144 siw_dbg_pd(pd, "STag 0x%08x: PD mismatch\n", mem->stag); in siw_check_mem()
151 siw_dbg_pd(pd, "permissions 0x%08x < 0x%08x\n", in siw_check_mem()
159 siw_dbg_pd(pd, "MEM interval len %d\n", len); in siw_check_mem()
160 siw_dbg_pd(pd, "[0x%p, 0x%p] out of bounds\n", in siw_check_mem()
163 siw_dbg_pd(pd, "[0x%p, 0x%p] STag=0x%08x\n", in siw_check_mem()
204 siw_dbg_pd(pd, "STag unknown: 0x%08x\n", sge->lkey); in siw_check_sge()
267 siw_dbg_pd(pd, "STag 0x%08x unknown\n", stag); in siw_invalidate_stag()
271 siw_dbg_pd(pd, "PD mismatch for STag 0x%08x\n", stag); in siw_invalidate_stag()
281 siw_dbg_pd(pd, "STag 0x%08x now invalid\n", stag); in siw_invalidate_stag()
H A Dsiw_verbs.c248 siw_dbg_pd(pd, "now %d PD's(s)\n", atomic_read(&sdev->num_pd)); in siw_alloc_pd()
257 siw_dbg_pd(pd, "free PD\n"); in siw_dealloc_pd()
1340 siw_dbg_pd(pd, "start: 0x%p, va: 0x%p, len: %llu\n", in siw_reg_user_mr()
1348 siw_dbg_pd(pd, "too many mr's\n"); in siw_reg_user_mr()
1359 siw_dbg_pd(pd, "getting user memory failed: %d\n", rv); in siw_reg_user_mr()
1423 siw_dbg_pd(pd, "too many mr's\n"); in siw_alloc_mr()
1428 siw_dbg_pd(pd, "mr type %d unsupported\n", mr_type); in siw_alloc_mr()
1433 siw_dbg_pd(pd, "too many sge's: %d\n", max_sge); in siw_alloc_mr()
1440 siw_dbg_pd(pd, "pbl allocation failed: %d\n", rv); in siw_alloc_mr()
1455 siw_dbg_pd(pd, "[MEM %u]: success\n", mr->mem->stag); in siw_alloc_mr()
[all …]
H A Dsiw.h712 #define siw_dbg_pd(pd, fmt, ...) \ macro
H A Dsiw_qp_tx.c938 siw_dbg_pd(pd, "STag 0x%08x\n", sqe->rkey); in siw_fastreg_mr()