Searched refs:bnx2x_vlan_mac_obj (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 139 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 …]
|
D | bnx2x_sp.c | 327 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() 336 static bool bnx2x_get_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_mac() 345 static bool bnx2x_get_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_vlan() 354 static bool bnx2x_get_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan() 363 static bool bnx2x_get_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan_mac() 379 static bool bnx2x_put_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_mac() 386 static bool bnx2x_put_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_mac() 393 static bool bnx2x_put_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_vlan() 400 static bool bnx2x_put_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan() 407 static bool bnx2x_put_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan_mac() [all …]
|
D | bnx2x_sriov.h | 76 struct bnx2x_vlan_mac_obj mac_obj; 79 struct bnx2x_vlan_mac_obj vlan_obj; 82 struct bnx2x_vlan_mac_obj vlan_mac_obj;
|
D | bnx2x.h | 1309 struct bnx2x_vlan_mac_obj mac_obj; 1315 struct bnx2x_vlan_mac_obj vlan_obj; 1691 struct bnx2x_vlan_mac_obj iscsi_l2_mac_obj; 2006 struct bnx2x_vlan_mac_obj *obj, bool set, 2010 struct bnx2x_vlan_mac_obj *obj, bool set, 2028 struct bnx2x_vlan_mac_obj *mac_obj,
|
D | bnx2x_sriov.c | 2611 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config() 2612 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_get_vf_config() 2725 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac() 2811 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_set_vf_vlan()
|
D | bnx2x_main.c | 3384 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat() 5310 struct bnx2x_vlan_mac_obj *vlan_mac_obj; in bnx2x_handle_classification_eqe() 8432 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_mac_one() 8470 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_vlan_one() 8519 struct bnx2x_vlan_mac_obj *vlan_obj = &bp->sp_objs[0].vlan_obj; in bnx2x_del_all_vlans() 8535 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() 12583 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list()
|
D | bnx2x_cmn.c | 2150 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects()
|