Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h762 I40E_FILTER_NEW, /* New, not sent to FW yet */ enumerator
H A Di40e_main.c1267 if (f->state == I40E_FILTER_NEW || in i40e_count_filters()
1455 if (add_head->state == I40E_FILTER_NEW) in i40e_correct_mac_vlan_filters()
1566 if (add_head->state == I40E_FILTER_NEW) in i40e_correct_vf_mac_vlan_filters()
1650 f->state = I40E_FILTER_NEW; in i40e_add_filter()
1699 (f->state == I40E_FILTER_NEW)) { in __i40e_del_filter()
2453 bool enable = f->state == I40E_FILTER_NEW || in i40e_aqc_broadcast_filter()
2616 if (f->state == I40E_FILTER_NEW) { in i40e_sync_vsi_filters()
2780 if (new->f->state == I40E_FILTER_NEW || in i40e_sync_vsi_filters()
14200 f->state = I40E_FILTER_NEW; in i40e_add_vsi()