Home
last modified time | relevance | path

Searched refs:bnx2x_vlan_mac_obj (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h139 struct bnx2x_vlan_mac_obj *target_obj;
283 struct bnx2x_vlan_mac_obj *vlan_mac_obj;
292 struct bnx2x_vlan_mac_obj { struct
329 struct bnx2x_vlan_mac_obj *o, int n, u8 *base, argument
339 struct bnx2x_vlan_mac_obj *o, argument
349 struct bnx2x_vlan_mac_obj *o, argument
358 struct bnx2x_vlan_mac_obj *src_o, argument
359 struct bnx2x_vlan_mac_obj *dst_o,
366 bool (*get_credit)(struct bnx2x_vlan_mac_obj *o); argument
367 bool (*put_credit)(struct bnx2x_vlan_mac_obj *o); argument
[all …]
Dbnx2x_sp.c325 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac()
334 static bool bnx2x_get_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_mac()
343 static bool bnx2x_get_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_vlan()
352 static bool bnx2x_get_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan()
361 static bool bnx2x_get_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan_mac()
377 static bool bnx2x_put_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_mac()
384 static bool bnx2x_put_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_mac()
391 static bool bnx2x_put_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_vlan()
398 static bool bnx2x_put_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan()
405 static bool bnx2x_put_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan_mac()
[all …]
Dbnx2x_sriov.h76 struct bnx2x_vlan_mac_obj mac_obj;
79 struct bnx2x_vlan_mac_obj vlan_obj;
82 struct bnx2x_vlan_mac_obj vlan_mac_obj;
Dbnx2x.h1304 struct bnx2x_vlan_mac_obj mac_obj;
1310 struct bnx2x_vlan_mac_obj vlan_obj;
1691 struct bnx2x_vlan_mac_obj iscsi_l2_mac_obj;
1995 struct bnx2x_vlan_mac_obj *obj, bool set,
1999 struct bnx2x_vlan_mac_obj *obj, bool set,
2017 struct bnx2x_vlan_mac_obj *mac_obj,
Dbnx2x_sriov.c335 struct bnx2x_vlan_mac_obj *obj, in bnx2x_vf_vlan_credit()
2618 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config()
2619 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_get_vf_config()
2732 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac()
2818 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_set_vf_vlan()
Dbnx2x_main.c3363 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat()
5289 struct bnx2x_vlan_mac_obj *vlan_mac_obj; in bnx2x_handle_classification_eqe()
8411 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_mac_one()
8449 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_vlan_one()
8498 struct bnx2x_vlan_mac_obj *vlan_obj = &bp->sp_objs[0].vlan_obj; in bnx2x_del_all_vlans()
8514 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs()
12691 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list()
Dbnx2x_cmn.c2147 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects()