Home
last modified time | relevance | path

Searched defs:rev_id (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h152 #define RVU_PCI_REV_MIDR_ID(rev_id) (rev_id >> 4) argument
153 #define RVU_PCI_REV_MAJOR(rev_id) ((rev_id >> 2) & 0x3) argument
154 #define RVU_PCI_REV_MINOR(rev_id) (rev_id & 0x3) argument
H A Dotx2_dev.h106 uint8_t rev_id; in otx2_dev_init() local
/f-stack/freebsd/arm/mv/
H A Dic.c99 uint32_t dev_id, rev_id; in mv_ic_attach() local
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_main.c73 uint8_t rev_id = udma->rev_id; in al_udma_set_defaults() local
H A Dal_hal_udma_config.c1124 unsigned int rev_id; in al_udma_gen_tgtid_conf_queue_set() local
H A Dal_hal_udma.h309 unsigned int rev_id; /* UDMA revision ID */ member
H A Dal_hal_pcie.h283 uint8_t rev_id; member
H A Dal_hal_pcie.c350 uint8_t rev_id; in al_pcie_rev_id_get() local
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth.h413 uint8_t rev_id; /**<PCI adapter revision ID */ member
446 uint8_t rev_id; /**<PCI adapter revision ID */ member
H A Dal_hal_eth_main.c3193 #define AL_ETH_RFW_FILTER_SUPPORTED(rev_id) \ argument