Searched refs:port_shift (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_filter.c458 CHECK_FIELD(F_PORT, port_shift, M_FT_PORT , T4_FILTER_PORT);
734 if (tp->port_shift >= 0 && fs->mask.iport) {
735 *ftuple |= (uint64_t)fs->val.iport << tp->port_shift;
736 fmask |= M_FT_PORT << tp->port_shift;
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1043 if (tp->port_shift >= 0)
1044 ntuple |= (uint64_t)e->lport << tp->port_shift;
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h255 int8_t port_shift; member in struct:tp_params
H A Dt4_hw.c9596 tpp->port_shift = t4_filter_field_shift(adap, F_PORT);

Completed in 201 milliseconds