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

/freebsd-current/sys/dev/ice/
H A Dice_switch.h42 #define ICE_FLTR_RX BIT(0) macro
45 #define ICE_FLTR_TX_RX (ICE_FLTR_RX | ICE_FLTR_TX)
H A Dice_strings.c682 case ICE_FLTR_RX:
H A Dice_switch.c1323 s_rule->hdr.type = (f_info->flag & ICE_FLTR_RX) ?
2032 if (new_fltr->flag & ICE_FLTR_RX)
2923 * @direction: ICE_FLTR_RX or ICE_FLTR_TX
2954 if (f_info.flag & ICE_FLTR_RX) {
3623 new_fltr.flag |= ICE_FLTR_RX;
H A Dice_lib.c9095 MPASS((direction == ICE_FLTR_TX) || (direction == ICE_FLTR_RX));
9216 ICE_FLTR_RX, ICE_FWD_TO_VSI);
9290 ICE_FLTR_RX, ICE_FWD_TO_VSI);

Completed in 134 milliseconds