Searched refs:rep_bp (Results 1 – 3 of 3) sorted by relevance
424 rxq = rep_bp->rx_queues[i]; in bnxt_rep_free_rx_mbufs()453 bnxt_rep_free_rx_mbufs(rep_bp); in bnxt_rep_dev_start_op()636 queue_idx, rep_bp->rx_nr_rings); in bnxt_rep_rx_queue_setup_op()736 queue_idx, rep_bp->rx_nr_rings); in bnxt_rep_tx_queue_setup_op()787 vfr_txq->bp = rep_bp; in bnxt_rep_tx_queue_setup_op()813 stats->obytes += rep_bp->tx_bytes[i]; in bnxt_rep_stats_get_op()835 rep_bp->tx_pkts[i] = 0; in bnxt_rep_stats_reset_op()836 rep_bp->tx_bytes[i] = 0; in bnxt_rep_stats_reset_op()837 rep_bp->rx_pkts[i] = 0; in bnxt_rep_stats_reset_op()838 rep_bp->rx_bytes[i] = 0; in bnxt_rep_stats_reset_op()[all …]
6033 bp->eth_dev->data->name, rep_bp->vf_id); in bnxt_hwrm_cfa_pair_exists()6064 req.pf_b_id = rep_bp->parent_pf_idx; in bnxt_hwrm_cfa_pair_alloc()6066 rte_cpu_to_le_16(rep_bp->vf_id); in bnxt_hwrm_cfa_pair_alloc()6079 req.q_ab = rep_bp->rep_q_r2f; in bnxt_hwrm_cfa_pair_alloc()6080 req.q_ba = rep_bp->rep_q_f2r; in bnxt_hwrm_cfa_pair_alloc()6081 req.fc_ab = rep_bp->rep_fc_r2f; in bnxt_hwrm_cfa_pair_alloc()6082 req.fc_ba = rep_bp->rep_fc_f2r; in bnxt_hwrm_cfa_pair_alloc()6089 BNXT_REP_PF(rep_bp) ? "PFR" : "VFR", rep_bp->vf_id); in bnxt_hwrm_cfa_pair_alloc()6108 req.pf_b_id = rep_bp->parent_pf_idx; in bnxt_hwrm_cfa_pair_free()6111 rte_cpu_to_le_16(rep_bp->vf_id); in bnxt_hwrm_cfa_pair_free()[all …]
315 int bnxt_hwrm_cfa_pair_exists(struct bnxt *bp, struct bnxt_representor *rep_bp);