Searched refs:sp_objs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c90 struct bnx2x_sp_objs *from_sp_objs = &bp->sp_objs[from];
91 struct bnx2x_sp_objs *to_sp_objs = &bp->sp_objs[to];
110 /* move sp_objs contents as well, as their indices match fp ones */
2162 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs->mac_obj;
2173 rc = mac_obj->delete_all(bp, &bp->sp_objs->mac_obj, &vlan_mac_flags,
4720 kfree(bp->sp_objs);
4764 bp->sp_objs = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_sp_objs),
4766 if (!bp->sp_objs)
H A Dbnx2x.h622 #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 in struct:bnx2x
H A Dbnx2x_main.c3384 &bp->sp_objs->mac_obj;
3401 mac_obj->get_n_elements(bp, &bp->sp_objs[0].mac_obj,
5320 vlan_mac_obj = &bp->sp_objs[cid].mac_obj;
5325 vlan_mac_obj = &bp->sp_objs[cid].vlan_obj;
5457 return &bp->sp_objs[CID_TO_FP(cid, bp)].q_obj;
8518 struct bnx2x_vlan_mac_obj *vlan_obj = &bp->sp_objs[0].vlan_obj;
8562 &bp->sp_objs->mac_obj, set,
9359 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_ETH_MAC,
9365 rc = bnx2x_del_all_macs(bp, &bp->sp_objs[0].mac_obj, BNX2X_UC_LIST_MAC,
12585 struct bnx2x_vlan_mac_obj *mac_obj = &bp->sp_objs
[all...]
H A Dbnx2x_ethtool.c2999 params.q_obj = &bp->sp_objs->q_obj;

Completed in 187 milliseconds