Home
last modified time | relevance | path

Searched refs:rx_chan (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1190 MPASS(pi->rx_chan == 0 || pi->rx_chan == 1); in calc_options2()
1191 opt2 |= V_RX_CHANNEL(pi->rx_chan); in calc_options2()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h324 uint8_t rx_chan; /* rx TP c-channel */ member
H A Dt4_main.c8185 pi->rx_chan, "TP rx c-channel"); in cxgbe_sysctls()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9822 p->rx_chan = t4_get_rx_c_chan(adap, j); in t4_port_init()