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.h960 int bt_map; /* tx_chan's with BASE-T */ member
H A Dt4_main.c1410 setbit(&sc->bt_map, pi->tx_chan); in t4_attach()
1412 MPASS(!isset(&sc->bt_map, pi->tx_chan)); in t4_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3982 if (isset(&adap->bt_map, port)) in t4_link_l1cfg()
9348 const bool bt = adapter->bt_map != 0; in t4_shutdown_adapter()