Home
last modified time | relevance | path

Searched defs:pcn_ring_data (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/pcn/
H A Dif_pcnreg.h410 struct pcn_ring_data { struct
411 struct mbuf *pcn_rx_chain[PCN_RX_LIST_CNT];
412 struct mbuf *pcn_tx_chain[PCN_TX_LIST_CNT];
413 int pcn_rx_prod;
414 int pcn_tx_prod;
415 int pcn_tx_cons;
439 struct pcn_ring_data pcn_cdata; argument