Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt.h657 #define BNXT_FLAG_CHIP_P5 BIT(13) macro
680 #define BNXT_CHIP_P5(bp) ((bp)->flags & BNXT_FLAG_CHIP_P5)
H A Dbnxt_ethdev.c3516 if (!ptp || (bp->flags & BNXT_FLAG_CHIP_P5)) in bnxt_clr_rx_ts()
5770 bp->flags |= BNXT_FLAG_CHIP_P5; in bnxt_drv_init()