Home
last modified time | relevance | path

Searched refs:filter_sel (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h672 int t4_filter_field_shift(const struct adapter *adap, int filter_sel);
H A Dt4_hw.c10392 int t4_filter_field_shift(const struct adapter *adap, int filter_sel) in t4_filter_field_shift() argument
10398 if ((filter_mode & filter_sel) == 0) in t4_filter_field_shift()
10401 for (sel = 1, field_shift = 0; sel < filter_sel; sel <<= 1) { in t4_filter_field_shift()