Lines Matching refs:bnxt_qplib_rcfw
150 typedef int (*aeq_handler_t)(struct bnxt_qplib_rcfw *, void *, void *);
219 struct bnxt_qplib_rcfw { struct
260 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
262 struct bnxt_qplib_rcfw *rcfw,
265 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
266 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
267 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
269 int bnxt_qplib_enable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw,
275 struct bnxt_qplib_rcfw *rcfw,
277 void bnxt_qplib_rcfw_free_sbuf(struct bnxt_qplib_rcfw *rcfw,
279 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw,
282 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw);
283 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw,
286 static inline u32 map_qp_id_to_tbl_indx(u32 qid, struct bnxt_qplib_rcfw *rcfw) in map_qp_id_to_tbl_indx()