Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h891 #define CHIP_IS_57810(sc) (CHIP_NUM(sc) == CHIP_NUM_57810) macro
907 CHIP_IS_57810(sc) || \
H A Dbnx2x.c8303 if (CHIP_IS_57810(sc)) { in bnx2x_get_device_info()