Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c2320 struct ecore_vlan_mac_obj *mac_obj, in ecore_init_mac_obj() argument
2326 union ecore_qable_obj *qable_obj = (union ecore_qable_obj *)mac_obj; in ecore_init_mac_obj()
2328 ecore_init_vlan_mac_common(mac_obj, cl_id, cid, func_id, rdata, in ecore_init_mac_obj()
2333 mac_obj->get_credit = ecore_get_credit_mac; in ecore_init_mac_obj()
2334 mac_obj->put_credit = ecore_put_credit_mac; in ecore_init_mac_obj()
2335 mac_obj->get_cam_offset = ecore_get_cam_offset_mac; in ecore_init_mac_obj()
2336 mac_obj->put_cam_offset = ecore_put_cam_offset_mac; in ecore_init_mac_obj()
2339 mac_obj->set_one_rule = ecore_set_one_mac_e1x; in ecore_init_mac_obj()
2340 mac_obj->check_del = ecore_check_mac_del; in ecore_init_mac_obj()
2341 mac_obj->check_add = ecore_check_mac_add; in ecore_init_mac_obj()
[all …]
H A Dbxe.c3565 struct ecore_vlan_mac_obj *mac_obj, in bxe_del_all_macs() argument
3580 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, &ramrod_flags); in bxe_del_all_macs()
4026 rc = bxe_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_ETH_MAC, FALSE); in bxe_chip_cleanup()
4032 rc = bxe_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_UC_LIST_MAC, TRUE); in bxe_chip_cleanup()
4156 struct ecore_vlan_mac_obj *mac_obj = &sc->sp_objs->mac_obj; in bxe_squeeze_objects() local
4168 rc = mac_obj->delete_all(sc, &sc->sp_objs->mac_obj, &vlan_mac_flags, in bxe_squeeze_objects()
4177 rc = mac_obj->delete_all(sc, mac_obj, &vlan_mac_flags, in bxe_squeeze_objects()
7680 sc->sp_objs[0].mac_obj.get_n_elements(sc, &sc->sp_objs[0].mac_obj, in bxe_drv_info_ether_stat()
8397 vlan_mac_obj = &sc->sp_objs[cid].mac_obj; in bxe_handle_classification_eqe()
9656 &sc->sp_objs[idx].mac_obj, in bxe_init_eth_fp()
[all …]