xref: /kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ionic_txrx.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef _IONIC_TXRX_H_
58c2ecf20Sopenharmony_ci#define _IONIC_TXRX_H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_civoid ionic_tx_flush(struct ionic_cq *cq);
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_civoid ionic_rx_fill(struct ionic_queue *q);
108c2ecf20Sopenharmony_civoid ionic_rx_empty(struct ionic_queue *q);
118c2ecf20Sopenharmony_civoid ionic_tx_empty(struct ionic_queue *q);
128c2ecf20Sopenharmony_ciint ionic_rx_napi(struct napi_struct *napi, int budget);
138c2ecf20Sopenharmony_ciint ionic_tx_napi(struct napi_struct *napi, int budget);
148c2ecf20Sopenharmony_ciint ionic_txrx_napi(struct napi_struct *napi, int budget);
158c2ecf20Sopenharmony_cinetdev_tx_t ionic_start_xmit(struct sk_buff *skb, struct net_device *netdev);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* _IONIC_TXRX_H_ */
18

Indexes created Thu Nov 07 10:32:03 CST 2024