Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c395 HW_ATL2_ACTION_DROP); in hw_atl2_hw_init_new_rx_filters()
401 HW_ATL2_ACTION_DROP); in hw_atl2_hw_init_new_rx_filters()
421 HW_ATL2_ACTION_DROP : HW_ATL2_ACTION_DISABLE; in hw_atl2_hw_new_rx_filter_vlan_promisc()
433 u16 off_action = promisc ? HW_ATL2_ACTION_DISABLE : HW_ATL2_ACTION_DROP; in hw_atl2_hw_new_rx_filter_promisc()
Dhw_atl2_internal.h93 #define HW_ATL2_ACTION_DROP HW_ATL2_ACTION(0, 0, 0, 1) macro