Searched refs:mac_obj (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 1883 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 D | bnx2x.c | 1409 bnx2x_del_all_macs(struct bnx2x_softc *sc, struct ecore_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() argument 1423 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_del_all_macs() 1837 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_ETH_MAC, in bnx2x_chip_cleanup() 1845 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_UC_LIST_MAC, in bnx2x_chip_cleanup() 1949 struct ecore_vlan_mac_obj *mac_obj = &sc->sp_objs->mac_obj; in bnx2x_squeeze_objects() local 1961 rc = mac_obj->delete_all(sc, &sc->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects() 1970 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_squeeze_objects() 3602 sc->sp_objs[0].mac_obj.get_n_elements(sc, &sc->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat() 4304 vlan_mac_obj = &sc->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe() 5014 &sc->sp_objs[idx].mac_obj, in bnx2x_init_eth_fp() [all …]
|
| H A D | ecore_sp.h | 1836 struct ecore_vlan_mac_obj *mac_obj,
|
| H A D | bnx2x.h | 993 struct ecore_vlan_mac_obj mac_obj; /* MACs object */ member
|