Searched refs:bnx2x_vlan_mac_obj (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 129 struct bnx2x_vlan_mac_obj *target_obj; 270 struct bnx2x_vlan_mac_obj *vlan_mac_obj; 279 struct bnx2x_vlan_mac_obj { struct 309 int (*get_n_elements)(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, argument 319 struct bnx2x_vlan_mac_obj *o, argument 329 struct bnx2x_vlan_mac_obj *o, argument 338 struct bnx2x_vlan_mac_obj *src_o, argument 339 struct bnx2x_vlan_mac_obj *dst_o, 346 bool (*get_credit)(struct bnx2x_vlan_mac_obj *o); argument 347 bool (*put_credit)(struct bnx2x_vlan_mac_obj *o); argument [all …]
|
D | bnx2x_sp.c | 351 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() 360 static bool bnx2x_get_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_mac() 369 static bool bnx2x_get_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_vlan() 378 static bool bnx2x_get_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan() 387 static bool bnx2x_get_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_get_credit_vlan_mac() 403 static bool bnx2x_put_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_mac() 410 static bool bnx2x_put_credit_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_mac() 417 static bool bnx2x_put_cam_offset_vlan(struct bnx2x_vlan_mac_obj *o, int offset) in bnx2x_put_cam_offset_vlan() 424 static bool bnx2x_put_credit_vlan(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan() 431 static bool bnx2x_put_credit_vlan_mac(struct bnx2x_vlan_mac_obj *o) in bnx2x_put_credit_vlan_mac() [all …]
|
D | bnx2x.h | 567 struct bnx2x_vlan_mac_obj mac_obj; 1452 struct bnx2x_vlan_mac_obj iscsi_l2_mac_obj; 1691 struct bnx2x_vlan_mac_obj *obj, bool set, 1717 struct bnx2x_vlan_mac_obj *mac_obj,
|
D | bnx2x_main.c | 4495 struct bnx2x_vlan_mac_obj *vlan_mac_obj; in bnx2x_handle_classification_eqe() 7138 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_mac_one() 7170 struct bnx2x_vlan_mac_obj *mac_obj, in bnx2x_del_all_macs() 10604 struct bnx2x_vlan_mac_obj *mac_obj = &bp->fp->mac_obj; in bnx2x_set_uc_list()
|
D | bnx2x_cmn.c | 1685 struct bnx2x_vlan_mac_obj *mac_obj = &bp->fp->mac_obj; in bnx2x_squeeze_objects()
|