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

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1769 struct hw_buf_info *hwb = &sc->sge.hw_buf_info[cll->hwidx];
4011 *d = htobe64(pa | cll->hwidx);
4978 int8_t zidx, hwidx, idx; local
4996 hwidx = -1;
4999 if (__predict_true(hwidx != -1))
5017 hwidx = idx; /* best option so far */
5030 /* A usable hwidx has been located. */
5031 MPASS(hwidx != -1);
5032 hwb = &hwb_list[hwidx];
5040 * inlining is allowed. Remember that the hwidx'
5113 int8_t hwidx; local
[all...]
H A Dt4_netmap.c319 int rc, i, j, hwidx; local
334 if_printf(ifp, "no hwidx for netmap buffer size %d.\n",
338 hwidx = i;
345 nm_rxq->fl_hwidx = hwidx;
357 nm_rxq->fl_desc[j] = htobe64(ba | hwidx);
787 int i, dbinc = 0, hwidx = nm_rxq->fl_hwidx; local
804 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx);
H A Dadapter.h317 int8_t hwidx; member in struct:cluster_layout
473 int8_t next; /* next hwidx for this zone; -1 means no more */

Completed in 96 milliseconds