Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h1032 int bt_map; /* hw_port's that are BASE-T */ member
H A Dt4_main.c1524 setbit(&sc->bt_map, pi->hw_port); in t4_attach()
1526 MPASS(!isset(&sc->bt_map, pi->hw_port)); in t4_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c4720 if (isset(&adap->bt_map, port)) in t4_link_l1cfg()
11226 const bool bt = adapter->bt_map != 0; in t4_shutdown_adapter()