Searched refs:hwtid (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/mips/nlm/
H A Dcms.c96 static void create_msgring_thread(int hwtid);
180 int n_msgs = 0, vc, m, hwtid; local
183 hwtid = nlm_cpuid();
221 fmn_msgcount[hwtid][vc] += 1;
306 int hwtid, nmsgs; local
308 hwtid = (intptr_t)arg;
309 mthd = &msgring_threads[hwtid];
316 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);
319 if (hwtid != nlm_cpuid())
320 printf("Misscheduled hwtid
366 create_msgring_thread(int hwtid) argument
[all...]
H A Dxlp_machdep.c617 int hwtid = xlp_cpuid_to_hwtid[cpuid]; local
620 core = hwtid / 4;
621 thr = hwtid % 4;
/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c335 int hwtid, tid, core; local
338 hwtid = (intptr_t)arg;
339 core = hwtid / 4;
340 tid = hwtid % 4;
344 ("Incorrect thread core %d, thread %d", core, hwtid));
348 sched_bind(td, xlr_hwtid_to_cpuid[hwtid]);
364 msgring_nmsgs[hwtid] += nmsgs;
385 create_msgring_thread(int hwtid) argument
392 core = hwtid / 4;
393 tid = hwtid
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c204 void cxio_dump_rqt(struct cxio_rdev *rdev, uint32_t hwtid, int nents) argument
218 m.addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base;
240 void cxio_dump_tcb(struct cxio_rdev *rdev, uint32_t hwtid) argument
254 m.addr = hwtid * size;
H A Diw_cxgb_hal.h183 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents);
184 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid);
H A Diw_cxgb_cm.h175 u32 hwtid; member in struct:iwch_ep
H A Diw_cxgb_cm.c204 ep->hwtid = toep->tp_tid;
436 ep, ep->com.cm_id, ep->hwtid);
466 ep, ep->com.cm_id, ep->hwtid);
482 ep->com.cm_id, ep->hwtid);
508 ep->hwtid, status);
550 CTR3(KTR_IW_CXGB, "%s ep %p tid %d", __FUNCTION__, ep, ep->hwtid);
H A Diw_cxgb_qp.c735 CTR3(KTR_IW_CXGB, "%s: tid %u, %p", __func__, qhp->ep->hwtid, rsp_msg);
756 wqe->send.wrh.gen_tid_len = htobe32(V_FW_RIWR_TID(qhp->ep->hwtid));
850 init_attr.tid = qhp->ep->hwtid;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h202 u32 hwtid, u32 qpid, struct socket *so, const char *func)
224 so->so_error, so, hwtid, qpid);
235 hwtid, qpid);
251 t2.tv_sec, t2.tv_usec, hwtid, qpid);
255 wr_waitp->ret, hwtid, qpid);
850 u32 hwtid; member in struct:c4iw_ep
201 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, struct socket *so, const char *func) argument
H A Dqp.c1121 qhp->wq.sq.qid, qhp->ep->hwtid);
1131 V_FW_WR_FLOWID(qhp->ep->hwtid) |
1253 qhp->wq.sq.qid, ep, ep->hwtid);
1263 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1277 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid,
1347 qhp->wq.sq.qid, ep, ep->hwtid);
1365 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1415 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid,
H A Dcm.c400 ep, ep->hwtid, ep->com.state);
431 , __func__, ep, ep->hwtid, ep->com.state);
526 ep->hwtid = toep->tid;
1464 CTR4(KTR_IW_CXGBE, "%s:smrejB %p %u %d", __func__, ep, ep->hwtid,
1523 CTR4(KTR_IW_CXGBE, "%s:smrejE %p %u %d", __func__, ep, ep->hwtid, err);
1647 states[ep->com.state], ep->hwtid);
3010 ep->hwtid, ep->com.qp->wq.sq.qid);
3016 ep->hwtid);

Completed in 143 milliseconds