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

Function ena_com_comp_ack

dpdk/drivers/net/ena/base/ena_eth_com.h:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem)
191{
192 io_sq->next_to_comp += elem;
193}
194
195static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq)
196{

Callers 1

ena_tx_cleanupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected