Home
last modified time | relevance | path

Searched refs:init_p (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1539 struct bnx2x_queue_init_params *init_p; in bnx2x_vf_mbx_setup_q() local
1549 init_p = &qctor.qstate.params.init; in bnx2x_vf_mbx_setup_q()
1564 init_p->tx.hc_rate = setup_q->txq.hc_rate; in bnx2x_vf_mbx_setup_q()
1565 init_p->tx.sb_cq_index = setup_q->txq.sb_index; in bnx2x_vf_mbx_setup_q()
1568 &init_p->tx.flags); in bnx2x_vf_mbx_setup_q()
1581 bnx2x_vfop_qctor_dump_tx(bp, vf, init_p, setup_p, in bnx2x_vf_mbx_setup_q()
1597 init_p->rx.hc_rate = setup_q->rxq.hc_rate; in bnx2x_vf_mbx_setup_q()
1598 init_p->rx.sb_cq_index = setup_q->rxq.sb_index; in bnx2x_vf_mbx_setup_q()
1600 &init_p->rx.flags); in bnx2x_vf_mbx_setup_q()
1631 bnx2x_vfop_qctor_dump_rx(bp, vf, init_p, setup_p, in bnx2x_vf_mbx_setup_q()
Dbnx2x_sriov.c172 struct bnx2x_queue_init_params *init_p = &p->qstate.params.init; in bnx2x_vfop_qctor_prep() local
178 if (test_bit(BNX2X_Q_FLG_HC, &init_p->rx.flags)) in bnx2x_vfop_qctor_prep()
179 __set_bit(BNX2X_Q_FLG_HC_EN, &init_p->rx.flags); in bnx2x_vfop_qctor_prep()
181 if (test_bit(BNX2X_Q_FLG_HC, &init_p->tx.flags)) in bnx2x_vfop_qctor_prep()
182 __set_bit(BNX2X_Q_FLG_HC_EN, &init_p->tx.flags); in bnx2x_vfop_qctor_prep()
185 init_p->rx.fw_sb_id = vf_igu_sb(vf, q->sb_idx); in bnx2x_vfop_qctor_prep()
186 init_p->tx.fw_sb_id = vf_igu_sb(vf, q->sb_idx); in bnx2x_vfop_qctor_prep()
189 init_p->cxts[0] = q->cxt; in bnx2x_vfop_qctor_prep()