Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1174 MPASS(pi->rx_chan == 0 || pi->rx_chan == 1); in calc_options2()
1175 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.c7979 pi->rx_chan, "TP rx c-channel"); in cxgbe_sysctls()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1927 sc->ports[port].rx_channel_id = pi->rx_chan; in ccr_init_port()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9822 p->rx_chan = t4_get_rx_c_chan(adap, j); in t4_port_init()