Home
last modified time | relevance | path

Searched refs:meid (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/nfp-common/
H A Dnfp_resid.h192 #define NFP6000_MEID_IS_VALID(meid) \ argument
194 typeof(meid) _a = (meid); \
203 #define NFP6000_MEID_ISLAND_of(meid) (((meid) >> 4) & 0x3F) argument
209 #define NFP6000_MEID_MENUM_of(meid) (((meid) & 0xF) - 4) argument
217 #define NFP6000_MEID_MEGRP_of(meid) (NFP6000_MEID_MENUM_of(meid) >> 1) argument
317 const char *nfp6000_meid2str(char *s, int meid);
330 const char *nfp6000_meid2altstr(char *s, int meid);
482 const char *nfp_meid2str(int chip_family, char *s, int meid);
496 const char *nfp_meid2altstr(int chip_family, char *s, int meid);