Lines Matching refs:tx
605 struct pcap_tx_queue *tx; in eth_dev_start() local
610 tx = &internals->tx_queue[0]; in eth_dev_start()
614 strcmp(tx->type, ETH_PCAP_IFACE_ARG) == 0) { in eth_dev_start()
615 if (open_single_iface(tx->name, &pp->tx_pcap[0]) < 0) in eth_dev_start()
625 tx = &internals->tx_queue[i]; in eth_dev_start()
628 strcmp(tx->type, ETH_PCAP_TX_PCAP_ARG) == 0) { in eth_dev_start()
629 if (open_single_tx_pcap(tx->name, in eth_dev_start()
633 strcmp(tx->type, ETH_PCAP_TX_IFACE_ARG) == 0) { in eth_dev_start()
634 if (open_single_iface(tx->name, &pp->tx_pcap[i]) < 0) in eth_dev_start()
1076 struct pmd_devargs *tx = extra_args; in open_rx_tx_iface() local
1082 tx->queue[0].pcap = pcap; in open_rx_tx_iface()
1083 tx->queue[0].name = iface; in open_rx_tx_iface()
1084 tx->queue[0].type = key; in open_rx_tx_iface()
1304 struct pcap_tx_queue *tx = &(*internals)->tx_queue[i]; in eth_from_pcaps_common() local
1309 strlcpy(tx->name, queue->name, sizeof(tx->name)); in eth_from_pcaps_common()
1310 strlcpy(tx->type, queue->type, sizeof(tx->type)); in eth_from_pcaps_common()