Searched refs:sp_objs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/bxe/ |
| HD | bxe.h | 873 #define bxe_fcoe_inner_sp_obj(sc) (&sc->sp_objs[FCOE_IDX(sc)]) 880 #define bxe_ooo_inner_sp_obj(sc) (&sc->sp_objs[OOO_IDX(sc)]) 886 #define bxe_fwd_inner_sp_obj(sc) (&sc->sp_objs[FWD_IDX(sc)]) 1403 struct bxe_sp_objs sp_objs[MAX_RSS_CHAINS]; member 1933 #define BXE_SP_OBJ(sc, fp) ((sc)->sp_objs[(fp)->index])
|
| HD | bxe.c | 3914 q_params.q_obj = &sc->sp_objs[fp->index].q_obj; in bxe_stop_queue() 4050 rc = bxe_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_ETH_MAC, FALSE); in bxe_chip_cleanup() 4056 rc = bxe_del_all_macs(sc, &sc->sp_objs[0].mac_obj, ECORE_UC_LIST_MAC, TRUE); in bxe_chip_cleanup() 4180 struct ecore_vlan_mac_obj *mac_obj = &sc->sp_objs->mac_obj; in bxe_squeeze_objects() 4192 rc = mac_obj->delete_all(sc, &sc->sp_objs->mac_obj, &vlan_mac_flags, in bxe_squeeze_objects() 7741 sc->sp_objs[0].mac_obj.get_n_elements(sc, &sc->sp_objs[0].mac_obj, in bxe_drv_info_ether_stat() 8413 return (&sc->sp_objs[CID_TO_FP(cid, sc)].q_obj); in bxe_cid_to_q_obj() 8458 vlan_mac_obj = &sc->sp_objs[cid].mac_obj; in bxe_handle_classification_eqe() 9706 &sc->sp_objs[idx].q_obj, in bxe_init_eth_fp() 9717 &sc->sp_objs[idx].mac_obj, in bxe_init_eth_fp() [all …]
|