Searched refs:bnx2x_vlan_mac_obj (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 139 struct bnx2x_vlan_mac_obj *target_obj; 281 struct bnx2x_vlan_mac_obj *vlan_mac_obj; 290 struct bnx2x_vlan_mac_obj { struct 327 struct bnx2x_vlan_mac_obj *o, int n, u8 *base, argument 337 struct bnx2x_vlan_mac_obj *o, argument 347 struct bnx2x_vlan_mac_obj *o, argument 356 struct bnx2x_vlan_mac_obj *src_o, argument 357 struct bnx2x_vlan_mac_obj *dst_o, 364 bool (*get_credit)(struct bnx2x_vlan_mac_obj *o); argument 365 bool (*put_credit)(struct bnx2x_vlan_mac_obj *o); argument [all …]
|
D | bnx2x_sp.c | 325 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 …]
|
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 | 1415 struct bnx2x_vlan_mac_obj mac_obj; 1421 struct bnx2x_vlan_mac_obj vlan_obj; 1790 struct bnx2x_vlan_mac_obj iscsi_l2_mac_obj; 2093 struct bnx2x_vlan_mac_obj *obj, bool set, 2097 struct bnx2x_vlan_mac_obj *obj, bool set, 2115 struct bnx2x_vlan_mac_obj *mac_obj,
|
D | bnx2x_sriov.c | 334 struct bnx2x_vlan_mac_obj *obj, in bnx2x_vf_vlan_credit() 2598 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_get_vf_config() 2599 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_get_vf_config() 2711 struct bnx2x_vlan_mac_obj *mac_obj; in bnx2x_set_vf_mac() 2796 struct bnx2x_vlan_mac_obj *vlan_obj; in bnx2x_set_vf_vlan()
|
D | bnx2x_main.c | 3368 struct bnx2x_vlan_mac_obj *mac_obj = in bnx2x_drv_info_ether_stat() 5284 struct bnx2x_vlan_mac_obj *vlan_mac_obj; in bnx2x_handle_classification_eqe() 8410 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_mac_one() 8448 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_vlan_one() 8484 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() 12559 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_set_uc_list()
|
D | bnx2x_cmn.c | 2161 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects()
|