Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_adapter.h119 uint8_t txpkt_intf; member
H A Dcxgb_main.c465 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i; in cxgb_controller_attach()
466 sc->rxpkt_map[pi->txpkt_intf] = i; in cxgb_controller_attach()
H A Dcxgb_sge.c1190 DPRINTF("mlen=%d txpkt_intf=%d tx_chan=%d\n", mlen, p->txpkt_intf, p->tx_chan); in t3_encap()
1195 cntrl = V_TXPKT_INTF(p->txpkt_intf); in t3_encap()