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

/freebsd-13-stable/sys/dev/ice/
H A Dice_switch.h43 #define ICE_FLTR_TX BIT(1) macro
44 #define ICE_FLTR_TX_RX (ICE_FLTR_RX | ICE_FLTR_TX)
H A Dice_strings.c684 case ICE_FLTR_TX:
H A Dice_switch.c1104 if ((fi->flag & ICE_FLTR_TX) &&
1717 if ((fi->flag & ICE_FLTR_TX) && IS_UNICAST_ETHER_ADDR(addr) &&
1959 else if (new_fltr->flag & ICE_FLTR_TX)
2295 m_list_itr->fltr_info.flag = ICE_FLTR_TX;
2602 v_list_itr->fltr_info.flag = ICE_FLTR_TX;
2771 * @direction: ICE_FLTR_RX or ICE_FLTR_TX
2812 } else if (f_info.flag & ICE_FLTR_TX) {
2833 if (f_info.flag & ICE_FLTR_TX) {
2841 if (f_info.flag & ICE_FLTR_TX) {
3116 if (fi->flag == ICE_FLTR_TX)
[all...]
H A Dice_lib.c1671 entry->fltr_info.flag = ICE_FLTR_TX;
4436 if ((info->flag == ICE_FLTR_TX) &&
4657 vlan_entry.fltr_info.flag = ICE_FLTR_TX;
4686 vlan_entry.fltr_info.flag = ICE_FLTR_TX;
7119 MPASS((direction == ICE_FLTR_TX) || (direction == ICE_FLTR_RX));
7170 ICE_FLTR_TX, ICE_DROP_PACKET);
7179 ICE_FLTR_TX, ICE_DROP_PACKET);

Completed in 189 milliseconds