]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - drivers/net/ethernet/pensando/ionic/ionic_txrx.h
ionic: Rework Tx start/stop flow
[thirdparty/kernel/stable.git] / drivers / net / ethernet / pensando / ionic / ionic_txrx.h
index 82fc38e0f5730995ca3d9c816649803244b0d359..68228bb8c119b643d3a56e145e1a64b7430ae25e 100644 (file)
@@ -15,7 +15,6 @@ int ionic_txrx_napi(struct napi_struct *napi, int budget);
 netdev_tx_t ionic_start_xmit(struct sk_buff *skb, struct net_device *netdev);
 
 bool ionic_rx_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info);
-bool ionic_tx_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info);
 
 int ionic_xdp_xmit(struct net_device *netdev, int n, struct xdp_frame **xdp, u32 flags);
 #endif /* _IONIC_TXRX_H_ */