Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c373 ramrod.vlan_mac_obj = &bnx2x_vfq(vf, qid, mac_obj); in bnx2x_vf_vlan_mac_clear()
426 ramrod.vlan_mac_obj = &bnx2x_vfq(vf, qid, mac_obj); in bnx2x_vf_mac_vlan_config()
1723 rc = vfq->mac_obj.complete(bp, &vfq->mac_obj, elem, in bnx2x_vf_handle_classification_eqe()
2660 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config() local
2669 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_get_vf_config()
2671 if (!mac_obj || !vlan_obj) { in bnx2x_get_vf_config()
2684 mac_obj->get_n_elements(bp, mac_obj, 1, (u8 *)&ivi->mac, in bnx2x_get_vf_config()
2773 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac() local
2783 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_set_vf_mac()
2784 rc = bnx2x_del_all_macs(bp, mac_obj, BNX2X_ETH_MAC, true); in bnx2x_set_vf_mac()
[all …]
Dbnx2x_sp.c1951 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_init_mac_obj() argument
1957 union bnx2x_qable_obj *qable_obj = (union bnx2x_qable_obj *)mac_obj; in bnx2x_init_mac_obj()
1959 bnx2x_init_vlan_mac_common(mac_obj, cl_id, cid, func_id, rdata, in bnx2x_init_mac_obj()
1964 mac_obj->get_credit = bnx2x_get_credit_mac; in bnx2x_init_mac_obj()
1965 mac_obj->put_credit = bnx2x_put_credit_mac; in bnx2x_init_mac_obj()
1966 mac_obj->get_cam_offset = bnx2x_get_cam_offset_mac; in bnx2x_init_mac_obj()
1967 mac_obj->put_cam_offset = bnx2x_put_cam_offset_mac; in bnx2x_init_mac_obj()
1970 mac_obj->set_one_rule = bnx2x_set_one_mac_e1x; in bnx2x_init_mac_obj()
1971 mac_obj->check_del = bnx2x_check_mac_del; in bnx2x_init_mac_obj()
1972 mac_obj->check_add = bnx2x_check_mac_add; in bnx2x_init_mac_obj()
[all …]
Dbnx2x_sriov.h74 struct bnx2x_vlan_mac_obj mac_obj; member
Dbnx2x_cmn.c2136 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects() local
2147 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
2155 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
Dbnx2x_sp.h1386 struct bnx2x_vlan_mac_obj *mac_obj,
Dbnx2x_main.c3372 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat() local
3373 &bp->sp_objs->mac_obj; in bnx2x_drv_info_ether_stat()
3390 mac_obj->get_n_elements(bp, &bp->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat()
5266 vlan_mac_obj = &bp->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe()
8402 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() argument
8415 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_del_all_macs()
8430 &bp->sp_objs->mac_obj, set, in bnx2x_set_eth_mac()
9227 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_ETH_MAC, in bnx2x_chip_cleanup()
9233 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_UC_LIST_MAC, in bnx2x_chip_cleanup()
12321 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list() local
[all …]
Dbnx2x_cmn.h1017 bnx2x_init_mac_obj(bp, &bnx2x_sp_obj(bp, fp).mac_obj, fp->cl_id, in bnx2x_init_vlan_mac_fp_objs()
Dbnx2x.h1398 struct bnx2x_vlan_mac_obj mac_obj; member
2086 struct bnx2x_vlan_mac_obj *mac_obj,
Dbnx2x_vfpf.c542 bnx2x_init_mac_obj(bp, &q->mac_obj, in bnx2x_leading_vfq_init()