Home
last modified time | relevance | path

Searched refs:libeth_tx_complete_any (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/libeth/
H A Dtx.c24 void libeth_tx_complete_any(struct libeth_sqe *sqe, struct libeth_cq_pp *cp) in libeth_tx_complete_any() function
32 EXPORT_SYMBOL_GPL(libeth_tx_complete_any);
/linux/include/net/libeth/
H A Dtx.h157 void libeth_tx_complete_any(struct libeth_sqe *sqe, struct libeth_cq_pp *cp);
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c71 libeth_tx_complete_any(&txq->tx_buf[i], &cp); in idpf_tx_buf_clean()