Searched defs:pcn_ring_data (Results 1 – 1 of 1) sorted by relevance
410 struct pcn_ring_data { struct411 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