]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cxgbe/cxgbe.h
net/cxgbe: implement flow create operation
[dpdk.git] / drivers / net / cxgbe / cxgbe.h
index 44f5934d18a12929ea61469cac056731dfc9bc4b..27d6e2b84b2f7d59ec06f117080f0a5d6db72235 100644 (file)
@@ -38,6 +38,8 @@ void cxgbe_close(struct adapter *adapter);
 void cxgbe_stats_get(struct port_info *pi, struct port_stats *stats);
 void cxgbevf_stats_get(struct port_info *pi, struct port_stats *stats);
 void cxgbe_stats_reset(struct port_info *pi);
+int cxgbe_poll_for_completion(struct sge_rspq *q, unsigned int us,
+                             unsigned int cnt, struct t4_completion *c);
 int link_start(struct port_info *pi);
 void init_rspq(struct adapter *adap, struct sge_rspq *q, unsigned int us,
               unsigned int cnt, unsigned int size, unsigned int iqe_size);