Lines Matching refs:rcfw
193 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
195 struct bnxt_qplib_rcfw *rcfw,
198 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
199 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
200 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
202 int bnxt_qplib_enable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw,
208 struct bnxt_qplib_rcfw *rcfw,
210 void bnxt_qplib_rcfw_free_sbuf(struct bnxt_qplib_rcfw *rcfw,
212 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw,
216 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw);
217 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw,
220 static inline u32 map_qp_id_to_tbl_indx(u32 qid, struct bnxt_qplib_rcfw *rcfw) in map_qp_id_to_tbl_indx() argument
223 return (qid == 1) ? rcfw->qp_tbl_size - 1 : qid % rcfw->qp_tbl_size - 2; in map_qp_id_to_tbl_indx()