Searched refs:sp_objs (Results 1 – 2 of 2) sorted by relevance
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()2162 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj; in bnx2x_squeeze_objects()2173 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects()4720 kfree(bp->sp_objs); in bnx2x_free_mem_bp()4764 bp->sp_objs = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_sp_objs), in bnx2x_alloc_mem_bp()4766 if (!bp->sp_objs) in bnx2x_alloc_mem_bp()
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