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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h251 uint64_t hash_filter_mask; member in struct:tp_params
H A Dt4_hw.c9608 adap->params.tp.hash_filter_mask = v;
9610 adap->params.tp.hash_filter_mask |= (u64)v << 32;
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_filter.c235 * conform to the global tp->hash_filter_mask and the driver has
434 mask = *mode ? tp->hash_filter_mask : UINT64_MAX;
786 if (fmask != tp->hash_filter_mask)

Completed in 85 milliseconds