Lines Matching defs:cb
293 const struct rte_eth_rxtx_callback *cb = opaque;
295 while (cb != NULL) {
296 nb_rx = cb->fn.rx(port_id, queue_id, rx_pkts, nb_rx,
297 nb_pkts, cb->param);
298 cb = cb->next;
315 const struct rte_eth_rxtx_callback *cb = opaque;
317 while (cb != NULL) {
318 nb_pkts = cb->fn.tx(port_id, queue_id, tx_pkts, nb_pkts,
319 cb->param);
320 cb = cb->next;