Imported Upstream version 17.05
[deb_dpdk.git] / drivers / net / qede / base / ecore_int.h
index 45358b9..0c8929e 100644 (file)
@@ -171,16 +171,6 @@ void ecore_int_free(struct ecore_hwfn *p_hwfn);
 */
 void ecore_int_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt);
 
-/**
- * @brief - Returns an Rx queue index appropriate for usage with given SB.
- *
- * @param p_hwfn
- * @param sb_id - absolute index of SB
- *
- * @return index of Rx queue
- */
-u16 ecore_int_queue_id_from_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id);
-
 /**
  * @brief - Enable Interrupt & Attention for hw function
  *