Searched refs:hwidx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.c | 322 const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID)); in do_l2t_write_rpl2() local 327 if (__predict_false(hwidx < sc->vres.l2t.start) || in do_l2t_write_rpl2() 328 __predict_false(hwidx >= sc->vres.l2t.start + sc->vres.l2t.size) || in do_l2t_write_rpl2() 331 __func__, hwidx, rpl->status, sync, sc->vres.l2t.start, in do_l2t_write_rpl2() 337 const u_int idx = hwidx - sc->vres.l2t.start; in do_l2t_write_rpl2()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_l2t.c | 408 const u_int hwidx = GET_TID(rpl) & ~(F_SYNC_WR | V_TID_QID(M_TID_QID)); in do_l2t_write_rpl() local 413 if (__predict_false(hwidx < sc->vres.l2t.start) || in do_l2t_write_rpl() 414 __predict_false(hwidx >= sc->vres.l2t.start + sc->vres.l2t.size) || in do_l2t_write_rpl() 417 __func__, hwidx, rpl->status, sync, sc->vres.l2t.start, in do_l2t_write_rpl()
|
H A D | t4_netmap.c | 694 int i, j, hwidx; in cxgbe_netmap_on() local 711 hwidx = rxb->hwidx1; in cxgbe_netmap_on() 715 hwidx = rxb->hwidx2; in cxgbe_netmap_on() 734 nm_rxq->fl_hwidx = hwidx; in cxgbe_netmap_on() 746 nm_rxq->fl_desc[j] = htobe64(ba | hwidx); in cxgbe_netmap_on() 1202 int i, dbinc = 0, hwidx = nm_rxq->fl_hwidx; in cxgbe_netmap_rxsync() local 1219 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx); in cxgbe_netmap_rxsync()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 376 for (int hwidx = 1; hwidx < num_hw_threads; ++hwidx) { in _remove_radix1_layers() local 377 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers() 378 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers() 382 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers() 384 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers() 385 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
|