Searched refs:hwidx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_sge.c1644 struct hw_buf_info *hwb = &sc->sge.hw_buf_info[cll->hwidx];
3883 *d = htobe64(pa | cll->hwidx);
4843 int8_t zidx, hwidx, idx; local
4861 hwidx = -1;
4864 if (__predict_true(hwidx != -1))
4882 hwidx = idx; /* best option so far */
4895 /* A usable hwidx has been located. */
4896 MPASS(hwidx != -1);
4897 hwb = &hwb_list[hwidx];
4905 * inlining is allowed. Remember that the hwidx'
4978 int8_t hwidx; local
[all...]
H A Dt4_netmap.c323 int rc, i, j, hwidx; local
338 if_printf(ifp, "no hwidx for netmap buffer size %d.\n",
342 hwidx = i;
351 nm_rxq->fl_hwidx = hwidx;
363 nm_rxq->fl_desc[j] = htobe64(ba | hwidx);
797 int i, dbinc = 0, hwidx = nm_rxq->fl_hwidx; local
814 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx);
H A Dadapter.h299 int8_t hwidx; member in struct:cluster_layout
443 int8_t next; /* next hwidx for this zone; -1 means no more */

Completed in 166 milliseconds