Home
last modified time | relevance | path

Searched defs:island (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_target.h40 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in target_rw() local
120 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_nbi() local
284 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_mu() local
319 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_ila() local
339 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_pci() local
357 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_crypto() local
373 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_cap_xpb() local
413 int island = NFP_CPP_ID_ISLAND_of(cpp_id); in nfp6000_cls() local
543 int island = NFP_CPP_ID_ISLAND_of(cpp_island_id); in nfp_target_cpp() local
H A Dnfp_rtsym.c25 uint8_t island; member
H A Dnfp_cppcore.c390 int island; in nfp_xpb_to_cpp() local
/f-stack/dpdk/drivers/net/nfp/nfpcore/nfp6000/
H A Dnfp_xpb.h12 #define NFP_XPB_OVERLAY(island) (((island) & 0x3f) << 24) argument
14 #define NFP_XPB_ISLAND(island) (NFP_XPB_OVERLAY(island) + 0x60000) argument
21 #define NFP_XPB_DEVICE(island, slave, device) \ argument
/f-stack/dpdk/drivers/net/nfp/nfpcore/nfp-common/
H A Dnfp_resid.h91 #define NFP_CPP_ISLAND_ID(target, action, token, island) \ argument