Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Decore_sp.c1095 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
1098 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
1107 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
3699 ECORE_SET_FLAG(data->config_table[idx].flags, in ecore_mcast_set_one_rule_e1()
3914 ECORE_SET_FLAG(data->config_table[i].flags, in ecore_mcast_setup_e1()
Decore_sp.h130 #define ECORE_SET_FLAG(value, mask, flag) \ macro