Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1283 u16 vlan_id, struct mac_configuration_entry *cfg_entry) in ecore_vlan_mac_set_cfg_entry_e1x() argument
1288 cfg_entry->clients_bit_vector = mm_cpu_to_le32(cl_bit_vec); in ecore_vlan_mac_set_cfg_entry_e1x()
1289 cfg_entry->pf_id = r->func_id; in ecore_vlan_mac_set_cfg_entry_e1x()
1290 cfg_entry->vlan_id = mm_cpu_to_le16(vlan_id); in ecore_vlan_mac_set_cfg_entry_e1x()
1293 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
1296 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
1301 ecore_set_fw_mac_addr(&cfg_entry->msb_mac_addr, in ecore_vlan_mac_set_cfg_entry_e1x()
1302 &cfg_entry->middle_mac_addr, in ecore_vlan_mac_set_cfg_entry_e1x()
1303 &cfg_entry->lsb_mac_addr, mac); in ecore_vlan_mac_set_cfg_entry_e1x()
1305 ECORE_SET_FLAG(cfg_entry->flags, in ecore_vlan_mac_set_cfg_entry_e1x()
[all …]