Searched refs:mtb (Results 1 – 1 of 1) sorted by relevance
827 struct mbuf_table *mtb; in setup_port_tbl() local832 sz = sizeof (*mtb) + sizeof (mtb->m_table[0]) * n; in setup_port_tbl()834 if ((mtb = rte_zmalloc_socket(__func__, sz, RTE_CACHE_LINE_SIZE, in setup_port_tbl()842 mtb->len = n; in setup_port_tbl()843 qconf->tx_mbufs[port] = mtb; in setup_port_tbl()