Searched defs:FL_HW_IDX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2961 #define FL_HW_IDX(idx) ((idx) >> 3) macro
2968 ndesc = FL_HW_IDX(fl->pending);
2971 if (FL_HW_IDX(fl->pidx) == FL_HW_IDX(fl->cidx))
2981 desc_last = FL_HW_IDX(fl->pidx);
2985 desc_start = FL_HW_IDX(fl->pidx + fl->cap - fl->pending);
2997 desc_start = FL_HW_IDX(fl->pidx - fl->pending);

Completed in 78 milliseconds