Searched refs:sp_objs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 622 #define bnx2x_sp_obj(bp, fp) ((bp)->sp_objs[(fp)->index]) 635 #define bnx2x_fcoe_inner_sp_obj(bp) (&bp->sp_objs[FCOE_IDX(bp)]) 1350 struct bnx2x_sp_objs *sp_objs; member
|
H A D | bnx2x_cmn.c | 91 struct bnx2x_sp_objs *from_sp_objs = &bp->sp_objs[from]; in bnx2x_move_fp() 92 struct bnx2x_sp_objs *to_sp_objs = &bp->sp_objs[to]; in bnx2x_move_fp() 111 /* move sp_objs contents as well, as their indices match fp ones */ in bnx2x_move_fp() 2150 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects() 2161 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects() 4710 kfree(bp->sp_objs); in bnx2x_free_mem_bp() 4754 bp->sp_objs = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_sp_objs), in bnx2x_alloc_mem_bp() 4756 if (!bp->sp_objs) in bnx2x_alloc_mem_bp()
|
H A D | bnx2x_main.c | 3386 &bp->sp_objs->mac_obj; in bnx2x_drv_info_ether_stat() 3403 mac_obj->get_n_elements(bp, &bp->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat() 5322 vlan_mac_obj = &bp->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe() 5327 vlan_mac_obj = &bp->sp_objs[cid].vlan_obj; in bnx2x_handle_classification_eqe() 5459 return &bp->sp_objs[CID_TO_FP(cid, bp)].q_obj; in bnx2x_cid_to_q_obj() 8520 struct bnx2x_vlan_mac_obj *vlan_obj = &bp->sp_objs[0].vlan_obj; in bnx2x_del_all_vlans() 8564 &bp->sp_objs->mac_obj, set, in bnx2x_set_eth_mac() 9361 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_ETH_MAC, in bnx2x_chip_cleanup() 9367 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_UC_LIST_MAC, in bnx2x_chip_cleanup() 12630 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs in bnx2x_set_uc_list() [all...] |
H A D | bnx2x_ethtool.c | 2993 params.q_obj = &bp->sp_objs->q_obj; in bnx2x_test_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 622 #define bnx2x_sp_obj(bp, fp) ((bp)->sp_objs[(fp)->index]) 635 #define bnx2x_fcoe_inner_sp_obj(bp) (&bp->sp_objs[FCOE_IDX(bp)]) 1350 struct bnx2x_sp_objs *sp_objs; member
|
H A D | bnx2x_cmn.c | 90 struct bnx2x_sp_objs *from_sp_objs = &bp->sp_objs[from]; in bnx2x_move_fp() 91 struct bnx2x_sp_objs *to_sp_objs = &bp->sp_objs[to]; in bnx2x_move_fp() 110 /* move sp_objs contents as well, as their indices match fp ones */ in bnx2x_move_fp() 2161 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects() 2172 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects() 4721 kfree(bp->sp_objs); in bnx2x_free_mem_bp() 4765 bp->sp_objs = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_sp_objs), in bnx2x_alloc_mem_bp() 4767 if (!bp->sp_objs) in bnx2x_alloc_mem_bp()
|
H A D | bnx2x_main.c | 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() 5325 vlan_mac_obj = &bp->sp_objs[cid].vlan_obj; in bnx2x_handle_classification_eqe() 5457 return &bp->sp_objs[CID_TO_FP(cid, bp)].q_obj; in bnx2x_cid_to_q_obj() 8518 struct bnx2x_vlan_mac_obj *vlan_obj = &bp->sp_objs[0].vlan_obj; in bnx2x_del_all_vlans() 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 in bnx2x_set_uc_list() [all...] |
H A D | bnx2x_ethtool.c | 3001 params.q_obj = &bp->sp_objs->q_obj; in bnx2x_test_intr()
|
Completed in 60 milliseconds