Lines Matching refs:qed_hwfn

61 void qed_ooo_save_history_entry(struct qed_hwfn *p_hwfn,
65 int qed_ooo_alloc(struct qed_hwfn *p_hwfn);
67 void qed_ooo_setup(struct qed_hwfn *p_hwfn);
69 void qed_ooo_free(struct qed_hwfn *p_hwfn);
71 void qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn,
75 void qed_ooo_release_all_isles(struct qed_hwfn *p_hwfn,
78 void qed_ooo_put_free_buffer(struct qed_hwfn *p_hwfn,
83 qed_ooo_get_free_buffer(struct qed_hwfn *p_hwfn,
86 void qed_ooo_put_ready_buffer(struct qed_hwfn *p_hwfn,
91 qed_ooo_get_ready_buffer(struct qed_hwfn *p_hwfn,
94 void qed_ooo_delete_isles(struct qed_hwfn *p_hwfn,
98 void qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn,
103 void qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn,
109 void qed_ooo_join_isles(struct qed_hwfn *p_hwfn,
113 static inline void qed_ooo_save_history_entry(struct qed_hwfn *p_hwfn, in qed_ooo_save_history_entry()
117 static inline int qed_ooo_alloc(struct qed_hwfn *p_hwfn) in qed_ooo_alloc()
122 static inline void qed_ooo_setup(struct qed_hwfn *p_hwfn) {} in qed_ooo_setup()
124 static inline void qed_ooo_free(struct qed_hwfn *p_hwfn) {} in qed_ooo_free()
127 qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn, in qed_ooo_release_connection_isles()
131 static inline void qed_ooo_release_all_isles(struct qed_hwfn *p_hwfn, in qed_ooo_release_all_isles()
135 static inline void qed_ooo_put_free_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_put_free_buffer()
140 qed_ooo_get_free_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_get_free_buffer()
143 static inline void qed_ooo_put_ready_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_put_ready_buffer()
149 qed_ooo_get_ready_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_get_ready_buffer()
152 static inline void qed_ooo_delete_isles(struct qed_hwfn *p_hwfn, in qed_ooo_delete_isles()
156 static inline void qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn, in qed_ooo_add_new_isle()
161 static inline void qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_add_new_buffer()
167 static inline void qed_ooo_join_isles(struct qed_hwfn *p_hwfn, in qed_ooo_join_isles()