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

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c1569 struct hw_buf_info *hwb = &sc->sge.hw_buf_info[cll->hwidx];
3723 *d = htobe64(pa | cll->hwidx);
4484 int8_t zidx, hwidx, idx; local
4502 hwidx = -1;
4505 if (__predict_true(hwidx != -1))
4523 hwidx = idx; /* best option so far */
4536 /* A usable hwidx has been located. */
4537 MPASS(hwidx != -1);
4538 hwb = &hwb_list[hwidx];
4546 * inlining is allowed. Remember that the hwidx'
4619 int8_t hwidx; local
[all...]
H A Dt4_netmap.c480 int rc, i, j, hwidx; local
496 if_printf(ifp, "no hwidx for netmap buffer size %d.\n",
500 hwidx = i;
507 nm_rxq->fl_hwidx = hwidx;
519 nm_rxq->fl_desc[j] = htobe64(ba | hwidx);
945 int i, dbinc = 0, hwidx = nm_rxq->fl_hwidx; local
962 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx);
H A Dadapter.h283 int8_t hwidx; member in struct:cluster_layout
413 int8_t next; /* next hwidx for this zone; -1 means no more */

Completed in 104 milliseconds