Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c351 ramrod.vlan_mac_obj = &bnx2x_vfq(vf, qid, mac_obj); in bnx2x_vf_vlan_mac_clear()
403 ramrod.vlan_mac_obj = &bnx2x_vfq(vf, qid, mac_obj); in bnx2x_vf_mac_vlan_config()
1680 rc = vfq->mac_obj.complete(bp, &vfq->mac_obj, elem, in bnx2x_vf_handle_classification_eqe()
2607 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config() local
2616 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_get_vf_config()
2618 if (!mac_obj || !vlan_obj) { in bnx2x_get_vf_config()
2632 mac_obj->get_n_elements(bp, mac_obj, 1, (u8 *)&ivi->mac, in bnx2x_get_vf_config()
2721 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac() local
2731 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_set_vf_mac()
2732 rc = bnx2x_del_all_macs(bp, mac_obj, BNX2X_ETH_MAC, true); in bnx2x_set_vf_mac()
[all …]
Dbnx2x_sp.c2138 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_init_mac_obj() argument
2144 union bnx2x_qable_obj *qable_obj = (union bnx2x_qable_obj *)mac_obj; in bnx2x_init_mac_obj()
2146 bnx2x_init_vlan_mac_common(mac_obj, cl_id, cid, func_id, rdata, in bnx2x_init_mac_obj()
2151 mac_obj->get_credit = bnx2x_get_credit_mac; in bnx2x_init_mac_obj()
2152 mac_obj->put_credit = bnx2x_put_credit_mac; in bnx2x_init_mac_obj()
2153 mac_obj->get_cam_offset = bnx2x_get_cam_offset_mac; in bnx2x_init_mac_obj()
2154 mac_obj->put_cam_offset = bnx2x_put_cam_offset_mac; in bnx2x_init_mac_obj()
2157 mac_obj->set_one_rule = bnx2x_set_one_mac_e1x; in bnx2x_init_mac_obj()
2158 mac_obj->check_del = bnx2x_check_mac_del; in bnx2x_init_mac_obj()
2159 mac_obj->check_add = bnx2x_check_mac_add; in bnx2x_init_mac_obj()
[all …]
Dbnx2x_sriov.h76 struct bnx2x_vlan_mac_obj mac_obj; member
Dbnx2x_cmn.c2151 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects() local
2162 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
2170 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
Dbnx2x_main.c3384 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat() local
3385 &bp->sp_objs->mac_obj; in bnx2x_drv_info_ether_stat()
3402 mac_obj->get_n_elements(bp, &bp->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat()
5321 vlan_mac_obj = &bp->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe()
8535 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() argument
8548 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_del_all_macs()
8563 &bp->sp_objs->mac_obj, set, in bnx2x_set_eth_mac()
9360 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_ETH_MAC, in bnx2x_chip_cleanup()
9366 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_UC_LIST_MAC, in bnx2x_chip_cleanup()
12583 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list() local
[all …]
Dbnx2x_sp.h1415 struct bnx2x_vlan_mac_obj *mac_obj,
Dbnx2x_cmn.h1065 bnx2x_init_mac_obj(bp, &bnx2x_sp_obj(bp, fp).mac_obj, fp->cl_id, in bnx2x_init_vlan_mac_fp_objs()
Dbnx2x.h1309 struct bnx2x_vlan_mac_obj mac_obj; member
2028 struct bnx2x_vlan_mac_obj *mac_obj,
Dbnx2x_vfpf.c548 bnx2x_init_mac_obj(bp, &q->mac_obj, in bnx2x_leading_vfq_init()