Searched refs:sp_objs (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 571 #define bnx2x_fcoe_inner_sp_obj(sc) (&sc->sp_objs[FCOE_IDX(sc)]) 578 #define bnx2x_ooo_inner_sp_obj(sc) (&sc->sp_objs[OOO_IDX(sc)]) 584 #define bnx2x_fwd_inner_sp_obj(sc) (&sc->sp_objs[FWD_IDX(sc)]) 1094 struct bnx2x_sp_objs sp_objs[MAX_RSS_CHAINS]; member 1538 #define BNX2X_SP_OBJ(sc, fp) ((sc)->sp_objs[(fp)->index])
|
| H A D | bnx2x.c | 1716 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bnx2x_stop_queue() 1837 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_ETH_MAC, in bnx2x_chip_cleanup() 1845 rc = bnx2x_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_UC_LIST_MAC, in bnx2x_chip_cleanup() 1949 struct ecore_vlan_mac_obj *mac_obj = &sc->sp_objs->mac_obj; in bnx2x_squeeze_objects() 1961 rc = mac_obj->delete_all(sc, &sc->sp_objs->mac_obj, &vlan_mac_flags, in bnx2x_squeeze_objects() 3602 sc->sp_objs[0].mac_obj.get_n_elements(sc, &sc->sp_objs[0].mac_obj, in bnx2x_drv_info_ether_stat() 4264 return &sc->sp_objs[CID_TO_FP(cid, sc)].q_obj; in bnx2x_cid_to_q_obj() 4304 vlan_mac_obj = &sc->sp_objs[cid].mac_obj; in bnx2x_handle_classification_eqe() 5003 &sc->sp_objs[idx].q_obj, in bnx2x_init_eth_fp() 5014 &sc->sp_objs[idx].mac_obj, in bnx2x_init_eth_fp() [all …]
|