MCPcopy Create free account
hub / github.com/F-Stack/f-stack / enicpmd_dev_tx_queue_start

Function enicpmd_dev_tx_queue_start

dpdk/drivers/net/enic/enic_ethdev.c:174–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174static int enicpmd_dev_tx_queue_start(struct rte_eth_dev *eth_dev,
175 uint16_t queue_idx)
176{
177 struct enic *enic = pmd_priv(eth_dev);
178
179 ENICPMD_FUNC_TRACE();
180
181 enic_start_wq(enic, queue_idx);
182
183 return 0;
184}
185
186static int enicpmd_dev_tx_queue_stop(struct rte_eth_dev *eth_dev,
187 uint16_t queue_idx)

Callers

nothing calls this directly

Calls 2

pmd_privFunction · 0.85
enic_start_wqFunction · 0.85

Tested by

no test coverage detected