| /freebsd-11-stable/sys/mips/nlm/ |
| HD | cms.c | 96 static void create_msgring_thread(int hwtid); 180 int n_msgs = 0, vc, m, hwtid; in xlp_handle_msg_vc() local 183 hwtid = nlm_cpuid(); in xlp_handle_msg_vc() 221 fmn_msgcount[hwtid][vc] += 1; in xlp_handle_msg_vc() 306 int hwtid, nmsgs; in msgring_process() local 308 hwtid = (intptr_t)arg; in msgring_process() 309 mthd = &msgring_threads[hwtid]; in msgring_process() 316 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]); in msgring_process() 319 if (hwtid != nlm_cpuid()) in msgring_process() 320 printf("Misscheduled hwtid %d != cpuid %d\n", hwtid, in msgring_process() [all …]
|
| HD | xlp_machdep.c | 617 int hwtid = xlp_cpuid_to_hwtid[cpuid]; in platform_start_ap() local 620 core = hwtid / 4; in platform_start_ap() 621 thr = hwtid % 4; in platform_start_ap()
|
| /freebsd-11-stable/sys/mips/rmi/ |
| HD | fmn.c | 335 int hwtid, tid, core; in msgring_process() local 338 hwtid = (intptr_t)arg; in msgring_process() 339 core = hwtid / 4; in msgring_process() 340 tid = hwtid % 4; in msgring_process() 344 ("Incorrect thread core %d, thread %d", core, hwtid)); in msgring_process() 348 sched_bind(td, xlr_hwtid_to_cpuid[hwtid]); in msgring_process() 364 msgring_nmsgs[hwtid] += nmsgs; in msgring_process() 385 create_msgring_thread(int hwtid) in create_msgring_thread() argument 392 core = hwtid / 4; in create_msgring_thread() 393 tid = hwtid % 4; in create_msgring_thread() [all …]
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_dbg.c | 204 void cxio_dump_rqt(struct cxio_rdev *rdev, uint32_t hwtid, int nents) in cxio_dump_rqt() argument 218 m.addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base; in cxio_dump_rqt() 240 void cxio_dump_tcb(struct cxio_rdev *rdev, uint32_t hwtid) in cxio_dump_tcb() argument 254 m.addr = hwtid * size; in cxio_dump_tcb()
|
| HD | iw_cxgb_hal.h | 183 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents); 184 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid);
|
| HD | iw_cxgb_cm.c | 204 ep->hwtid = toep->tp_tid; in set_tcpinfo() 436 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall() 466 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall() 482 ep->com.cm_id, ep->hwtid); in peer_abort_upcall() 508 ep->hwtid, status); in connect_reply_upcall() 550 CTR3(KTR_IW_CXGB, "%s ep %p tid %d", __FUNCTION__, ep, ep->hwtid); in established_upcall()
|
| HD | iw_cxgb_cm.h | 175 u32 hwtid; member
|
| HD | iw_cxgb_qp.c | 735 CTR3(KTR_IW_CXGB, "%s: tid %u, %p", __func__, qhp->ep->hwtid, rsp_msg); in iwch_post_terminate() 756 wqe->send.wrh.gen_tid_len = htobe32(V_FW_RIWR_TID(qhp->ep->hwtid)); in iwch_post_terminate() 850 init_attr.tid = qhp->ep->hwtid; in rdma_init()
|
| /freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 202 u32 hwtid, u32 qpid, struct socket *so, const char *func) in c4iw_wait_for_reply() argument 224 so->so_error, so, hwtid, qpid); in c4iw_wait_for_reply() 235 hwtid, qpid); in c4iw_wait_for_reply() 251 t2.tv_sec, t2.tv_usec, hwtid, qpid); in c4iw_wait_for_reply() 255 wr_waitp->ret, hwtid, qpid); in c4iw_wait_for_reply() 850 u32 hwtid; member
|
| HD | qp.c | 1121 qhp->wq.sq.qid, qhp->ep->hwtid); in post_terminate() 1131 V_FW_WR_FLOWID(qhp->ep->hwtid) | in post_terminate() 1253 qhp->wq.sq.qid, ep, ep->hwtid); in rdma_fini() 1263 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) | in rdma_fini() 1277 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid, in rdma_fini() 1347 qhp->wq.sq.qid, ep, ep->hwtid); in rdma_init() 1365 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) | in rdma_init() 1415 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid, in rdma_init()
|
| HD | cm.c | 400 ep, ep->hwtid, ep->com.state); in process_timeout() 431 , __func__, ep, ep->hwtid, ep->com.state); in process_timeout() 526 ep->hwtid = toep->tid; in set_tcpinfo() 1464 CTR4(KTR_IW_CXGBE, "%s:smrejB %p %u %d", __func__, ep, ep->hwtid, in send_mpa_reject() 1523 CTR4(KTR_IW_CXGBE, "%s:smrejE %p %u %d", __func__, ep, ep->hwtid, err); in send_mpa_reject() 1647 states[ep->com.state], ep->hwtid); in send_abort() 3010 ep->hwtid, ep->com.qp->wq.sq.qid); in process_terminate() 3016 ep->hwtid); in process_terminate()
|