Searched refs:hw_cidx (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1575 fl_hw_cidx = fl->hw_cidx; /* stable snapshot */
1609 refill = IDXDIFF(fl->hw_cidx, fl_hw_cidx, fl->sidx) > 2;
1688 fl_hw_cidx = fl->hw_cidx;
1864 fl->hw_cidx = cidx;
1897 fl->hw_cidx = cidx;
3937 uint16_t hw_cidx = fl->hw_cidx; /* stable snapshot */ local
3946 max_pidx = __predict_false(hw_cidx == 0) ? fl->sidx - 1 : hw_cidx - 1;
4863 uint16_t hw_cidx; local
4872 uint16_t hw_cidx, pidx; local
[all...]
H A Dt4_netmap.c665 uint16_t hw_cidx = spg->cidx; /* snapshot */ local
669 hw_cidx = be16toh(hw_cidx);
671 while (nm_txq->cidx != hw_cidx) {
H A Dadapter.h524 volatile uint16_t hw_cidx; member in struct:sge_fl

Completed in 92 milliseconds