Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A 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()
1684 rc = vfq->mac_obj.complete(bp, &vfq->mac_obj, elem, in bnx2x_vf_handle_classification_eqe()
2611 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config() local
2620 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_get_vf_config()
2622 if (!mac_obj || !vlan_obj) { in bnx2x_get_vf_config()
2636 mac_obj->get_n_elements(bp, mac_obj, 1, (u8 *)&ivi->mac, in bnx2x_get_vf_config()
2725 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac() local
2735 mac_obj = &bnx2x_leading_vfq(vf, mac_obj); in bnx2x_set_vf_mac()
2736 rc = bnx2x_del_all_macs(bp, mac_obj, BNX2X_ETH_MAC, true); in bnx2x_set_vf_mac()
[all …]
H A 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 …]
H A Dbnx2x_sriov.h76 struct bnx2x_vlan_mac_obj mac_obj; member
H A Dbnx2x_cmn.c2162 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects() local
2173 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
2181 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()
H A Dbnx2x_main.c3383 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat() local
3384 &bp->sp_objs->mac_obj; in bnx2x_drv_info_ether_stat()
3401 mac_obj->get_n_elements(bp, &bp->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat()
5320 vlan_mac_obj = &bp->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe()
8534 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() argument
8547 rc = mac_obj->delete_all(bp, mac_obj, &vlan_mac_flags, &ramrod_flags); in bnx2x_del_all_macs()
8562 &bp->sp_objs->mac_obj, set, in bnx2x_set_eth_mac()
9359 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_ETH_MAC, in bnx2x_chip_cleanup()
9365 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_UC_LIST_MAC, in bnx2x_chip_cleanup()
12585 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list() local
[all …]
H A Dbnx2x_sp.h1415 struct bnx2x_vlan_mac_obj *mac_obj,
H A 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()
H A Dbnx2x.h1309 struct bnx2x_vlan_mac_obj mac_obj; member
2029 struct bnx2x_vlan_mac_obj *mac_obj,
H A Dbnx2x_vfpf.c551 bnx2x_init_mac_obj(bp, &q->mac_obj, in bnx2x_leading_vfq_init()