| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_dbg.c | 110 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__); in cxio_dump_tpt() 116 CTR3(KTR_IW_CXGB, "%s TPT addr 0x%x len %d", __FUNCTION__, m.addr, m.len); in cxio_dump_tpt() 120 CTR2(KTR_IW_CXGB, "%s toectl returned error %d", __FUNCTION__, rc); in cxio_dump_tpt() 128 CTR2(KTR_IW_CXGB, "TPT %08x: %016llx", addr, (unsigned long long) *data); in cxio_dump_tpt() 149 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__); in cxio_dump_pbl() 155 CTR4(KTR_IW_CXGB, "%s PBL addr 0x%x len %d depth %d", in cxio_dump_pbl() 160 CTR2(KTR_IW_CXGB, "%s toectl returned error %d", __FUNCTION__, rc); in cxio_dump_pbl() 168 CTR2(KTR_IW_CXGB, "PBL %08x: %016llx", addr, (unsigned long long) *data); in cxio_dump_pbl() 184 CTR2(KTR_IW_CXGB, "WQE %p: %016llx", data, in cxio_dump_wqe() 197 CTR2(KTR_IW_CXGB, "WCE %p: %016llx", data, in cxio_dump_wce() [all …]
|
| HD | iw_cxgb_cm.c | 157 CTR2(KTR_IW_CXGB, "%s ep %p", __FUNCTION__, ep); in start_ep_timer() 159 CTR2(KTR_IW_CXGB, "%s stopped / restarted timer ep %p", __FUNCTION__, ep); in start_ep_timer() 175 CTR2(KTR_IW_CXGB, "%s ep %p", __FUNCTION__, ep); in stop_ep_timer() 177 CTR3(KTR_IW_CXGB, "%s timer stopped when its not running! ep %p state %u\n", in stop_ep_timer() 238 CTR3(KTR_IW_CXGB, "%s - %s -> %s", __FUNCTION__, states[epc->state], states[new]); in state_set() 256 CTR2(KTR_IW_CXGB, "%s alloc ep %p", __FUNCTION__, epc); in alloc_ep() 262 CTR3(KTR_IW_CXGB, "%s ep %p state %s", __FUNCTION__, epc, states[state_read(epc)]); in __free_ep() 280 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, epc, epc->so, states[epc->state]); in close_socket() 294 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, epc, epc->so, states[epc->state]); in shutdown_socket() 305 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, ep, ep->com.so, states[ep->com.state]); in abort_socket() [all …]
|
| HD | iw_cxgb_hal.c | 184 CTR1(KTR_IW_CXGB, "%s m_gethdr failed", __FUNCTION__); in cxio_hal_clear_qp_ctx() 253 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid); in get_qpid() 264 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid); in put_qpid() 328 CTR4(KTR_IW_CXGB, "%s qpid 0x%x doorbell 0x%p udb 0x%llx", __FUNCTION__, in cxio_create_qp() 387 CTR5(KTR_IW_CXGB, "%s wq %p cq %p sw_rptr 0x%x sw_wptr 0x%x", __FUNCTION__, in insert_recv_cqe() 407 CTR3(KTR_IW_CXGB, "%s wq %p cq %p", __FUNCTION__, wq, cq); in cxio_flush_rq() 410 CTR4(KTR_IW_CXGB, "%s rq_rptr %u rq_wptr %u skip count %u", __FUNCTION__, in cxio_flush_rq() 426 CTR5(KTR_IW_CXGB, "%s wq %p cq %p sw_rptr 0x%x sw_wptr 0x%x", __FUNCTION__, in insert_sq_cqe() 468 CTR3(KTR_IW_CXGB, "%s cq %p cqid 0x%x", __FUNCTION__, cq, cq->cqid); in cxio_flush_hw_cq() 471 CTR3(KTR_IW_CXGB, "%s flushing hwcq rptr 0x%x to swcq wptr 0x%x", in cxio_flush_hw_cq() [all …]
|
| HD | iw_cxgb_provider.c | 133 CTR2(KTR_IW_CXGB, "%s context %p", __FUNCTION__, context); in iwch_dealloc_ucontext() 149 CTR2(KTR_IW_CXGB, "%s ibdev %p", __FUNCTION__, ibdev); in iwch_alloc_ucontext() 164 CTR2(KTR_IW_CXGB, "%s ib_cq %p", __FUNCTION__, ib_cq); in iwch_destroy_cq() 192 CTR3(KTR_IW_CXGB, "%s ib_dev %p entries %d", __FUNCTION__, ibdev, entries); in iwch_create_cq() 257 CTR1(KTR_IW_CXGB, "%s Warning - " in iwch_create_cq() 276 CTR4(KTR_IW_CXGB, "created cqid 0x%0x chp %p size 0x%0x, dma_addr 0x%0llx", in iwch_create_cq() 312 CTR2(KTR_IW_CXGB, "%s rptr 0x%x", __FUNCTION__, chp->cq.rptr); in iwch_arm_cq() 337 CTR3(KTR_IW_CXGB, "%s ibpd %p pdid 0x%x", __FUNCTION__, pd, php->pdid); in iwch_deallocate_pd() 351 CTR2(KTR_IW_CXGB, "%s ibdev %p", __FUNCTION__, ibdev); in iwch_allocate_pd() 369 CTR3(KTR_IW_CXGB, "%s pdid 0x%0x ptr 0x%p", __FUNCTION__, pdid, php); in iwch_allocate_pd() [all …]
|
| HD | iw_cxgb_cm.h | 52 CTR4(KTR_IW_CXGB, "put_ep (via %s:%u) ep %p refcnt %d", __FUNCTION__, __LINE__, \ 59 CTR4(KTR_IW_CXGB, "get_ep (via %s:%u) ep %p, refcnt %d", __FUNCTION__, __LINE__, \ 215 CTR0(KTR_IW_CXGB, "sleeping for rpl_done\n"); in iwch_wait() 218 CTR1(KTR_IW_CXGB, "*rpl_done=%d\n", *rpl_done); in iwch_wait() 226 CTR0(KTR_IW_CXGB, "wakeup for rpl_done\n"); in iwch_wakeup()
|
| HD | iw_cxgb_resource.c | 252 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid); in cxio_hal_get_qpid() 258 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid); in cxio_hal_put_qpid() 301 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, (u32)addr, size); in cxio_hal_pblpool_alloc() 307 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, addr, size); in cxio_hal_pblpool_free() 344 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, (u32)addr, size << 6); in cxio_hal_rqtpool_alloc() 350 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, addr, size << 6); in cxio_hal_rqtpool_free()
|
| HD | iw_cxgb_qp.c | 209 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 213 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 217 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 222 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 227 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 232 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__); in iwch_sgl2pbl_map() 418 CTR2(KTR_IW_CXGB, "%s post of type=%d TBD!", __FUNCTION__, in iwch_post_send() 435 CTR5(KTR_IW_CXGB, "%s cookie 0x%llx wq idx 0x%x swsq idx %ld opcode %d", in iwch_post_send() 497 CTR6(KTR_IW_CXGB, "%s cookie 0x%llx idx 0x%x rq_wptr 0x%x rw_rptr 0x%x " in iwch_post_receive() 546 CTR4(KTR_IW_CXGB, "%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p", __FUNCTION__, idx, in iwch_bind_mw() [all …]
|
| HD | iw_cxgb_ev.c | 91 CTR3(KTR_IW_CXGB, "%s unaffiliated error 0x%x qpid 0x%x\n", in post_qp_event() 100 CTR4(KTR_IW_CXGB, "%s AE received after RTS - " in post_qp_event() 170 CTR3(KTR_IW_CXGB, "%s QPID 0x%x ep %p disconnecting", in iwch_ev_dispatch() 174 CTR2(KTR_IW_CXGB, "%s post REQ_ERR AE QPID 0x%x", __FUNCTION__, in iwch_ev_dispatch()
|
| HD | iw_cxgb_cq.c | 114 CTR3(KTR_IW_CXGB, "%s updating %d cq credits on id %d", __FUNCTION__, in iwch_poll_cq_one() 129 CTR4(KTR_IW_CXGB, "iwch_poll_cq_one qpid 0x%x type %d opcode %d status 0x%x", in iwch_poll_cq_one() 132 CTR3(KTR_IW_CXGB, "wrid hi 0x%x lo 0x%x cookie 0x%llx", in iwch_poll_cq_one()
|
| HD | iw_cxgb_mem.c | 87 CTR3(KTR_IW_CXGB, "%s mmid 0x%x mhp %p", __func__, mmid, mhp); in iwch_finish_mem_reg() 232 CTR6(KTR_IW_CXGB, "%s va 0x%llx mask 0x%llx shift %d len %lld pbl_size %d", in build_phys_page_list()
|
| HD | iw_cxgb_provider.h | 215 CTR4(KTR_IW_CXGB, "%s key 0x%x addr 0x%llx len %d\n", __FUNCTION__, in remove_mmap() 230 CTR4(KTR_IW_CXGB, "%s key 0x%x addr 0x%llx len %d\n", __FUNCTION__, in insert_mmap()
|
| HD | iw_cxgb_hal.h | 272 #define KTR_IW_CXGB KTR_SPARE3 macro
|