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

/freebsd-12-stable/sys/mips/nlm/
H A Dcms.c98 static void create_msgring_thread(int hwtid);
182 int n_msgs = 0, vc, m, hwtid; local
185 hwtid = nlm_cpuid();
223 fmn_msgcount[hwtid][vc] += 1;
308 int hwtid, nmsgs; local
310 hwtid = (intptr_t)arg;
311 mthd = &msgring_threads[hwtid];
318 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);
321 if (hwtid != nlm_cpuid())
322 printf("Misscheduled hwtid
368 create_msgring_thread(int hwtid) argument
[all...]
H A Dxlp_machdep.c590 int hwtid = xlp_cpuid_to_hwtid[cpuid]; local
593 core = hwtid / 4;
594 thr = hwtid % 4;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h205 u32 hwtid, u32 qpid, struct socket *so, const char *func)
227 so->so_error, so, hwtid, qpid);
238 hwtid, qpid);
254 t2.tv_sec, t2.tv_usec, hwtid, qpid);
258 wr_waitp->ret, hwtid, qpid);
854 u32 hwtid; member in struct:c4iw_ep
204 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.c1128 qhp->wq.sq.qid, qhp->ep->hwtid);
1138 V_FW_WR_FLOWID(qhp->ep->hwtid) |
1260 qhp->wq.sq.qid, ep, ep->hwtid);
1270 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1284 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid,
1354 qhp->wq.sq.qid, ep, ep->hwtid);
1372 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1422 ret = c4iw_wait_for_reply(rdev, &ep->com.wr_wait, ep->hwtid,
H A Dcm.c402 ep, ep->hwtid, ep->com.state);
433 , __func__, ep, ep->hwtid, ep->com.state);
528 ep->hwtid = toep->tid;
1458 CTR4(KTR_IW_CXGBE, "%s:smrejB %p %u %d", __func__, ep, ep->hwtid,
1517 CTR4(KTR_IW_CXGBE, "%s:smrejE %p %u %d", __func__, ep, ep->hwtid, err);
1641 states[ep->com.state], ep->hwtid);
3004 ep->hwtid, ep->com.qp->wq.sq.qid);
3010 ep->hwtid);

Completed in 181 milliseconds