Lines Matching refs:bnxt
24 struct bnxt;
105 int bnxt_get_ulp_msix_num(struct bnxt *bp);
106 int bnxt_get_ulp_msix_num_in_use(struct bnxt *bp);
107 void bnxt_set_ulp_msix_num(struct bnxt *bp, int num);
108 int bnxt_get_ulp_stat_ctxs(struct bnxt *bp);
109 void bnxt_set_ulp_stat_ctxs(struct bnxt *bp, int num_ctxs);
110 int bnxt_get_ulp_stat_ctxs_in_use(struct bnxt *bp);
111 void bnxt_set_dflt_ulp_stat_ctxs(struct bnxt *bp);
112 void bnxt_ulp_stop(struct bnxt *bp);
113 void bnxt_ulp_start(struct bnxt *bp, int err);
114 void bnxt_ulp_sriov_cfg(struct bnxt *bp, int num_vfs);
115 void bnxt_ulp_irq_stop(struct bnxt *bp);
116 void bnxt_ulp_irq_restart(struct bnxt *bp, int err);
117 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl);
118 void bnxt_rdma_aux_device_uninit(struct bnxt *bp);
119 void bnxt_rdma_aux_device_del(struct bnxt *bp);
120 void bnxt_rdma_aux_device_add(struct bnxt *bp);
121 void bnxt_rdma_aux_device_init(struct bnxt *bp);