Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bxe/
HDbxe.h1147 #define CHIP_BOND_ID(sc) ((sc->devinfo.chip_id) & 0x0000000f) macro
HDbxe.c11936 uint32_t bond = CHIP_BOND_ID(sc); in bxe_initial_phy_init()
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_dev.c5759 p_dev->chip_bond_id = (u8)GET_FIELD(tmp, CHIP_BOND_ID); in ecore_get_dev_info()