Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Decore_sp.c1883 struct ecore_vlan_mac_obj *mac_obj, in ecore_init_mac_obj() argument
1896 mac_obj->get_credit = ecore_get_credit_mac; in ecore_init_mac_obj()
1897 mac_obj->put_credit = ecore_put_credit_mac; in ecore_init_mac_obj()
1902 mac_obj->set_one_rule = ecore_set_one_mac_e1x; in ecore_init_mac_obj()
1903 mac_obj->check_del = ecore_check_mac_del; in ecore_init_mac_obj()
1904 mac_obj->check_add = ecore_check_mac_add; in ecore_init_mac_obj()
1910 &mac_obj->exe_queue, 1, qable_obj, in ecore_init_mac_obj()
1917 mac_obj->set_one_rule = ecore_set_one_mac_e2; in ecore_init_mac_obj()
1918 mac_obj->check_del = ecore_check_mac_del; in ecore_init_mac_obj()
1919 mac_obj->check_add = ecore_check_mac_add; in ecore_init_mac_obj()
[all …]
H A Dbnx2x.c1413 bnx2x_del_all_macs(struct bnx2x_softc *sc, struct ecore_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() argument
1427 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_del_all_macs()
1841 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_ETH_MAC, in bnx2x_chip_cleanup()
1849 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_UC_LIST_MAC, in bnx2x_chip_cleanup()
1953 struct ecore_vlan_mac_obj *mac_obj = &sc->sp_objs->mac_obj; in bnx2x_squeeze_objects() local
1965 rc = mac_obj->delete_all(sc, &sc->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
1974 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_squeeze_objects()
3606 sc->sp_objs[0].mac_obj.get_n_elements(sc, &sc->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat()
4308 vlan_mac_obj = &sc->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe()
5018 &sc->sp_objs[idx].mac_obj, in bnx2x_init_eth_fp()
[all …]
H A Decore_sp.h1836 struct ecore_vlan_mac_obj *mac_obj,
H A Dbnx2x.h993 struct ecore_vlan_mac_obj mac_obj; /* MACs object */ member