net/cxgbe: implement flow create operation
[dpdk.git] / drivers / net / cxgbe / cxgbe.h
index 44f5934..27d6e2b 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);