Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo.c185 rkraw_vi_init_params_t init_p; in rawcap_test() local
190 init_p.sns_ent_name = g_sns_entity_name; in rawcap_test()
191 init_p.use_offline = false; in rawcap_test()
192 rkrawstream_vicap_init(g_vi_ctx, &init_p); in rawcap_test()
223 rkraw_vi_init_params_t init_p; in stream_test() local
235 init_p.sns_ent_name = g_sns_entity_name; in stream_test()
236 init_p.use_offline = false; in stream_test()
237 rkrawstream_vicap_init(g_vi_ctx, &init_p); in stream_test()
238 rkrawstream_readback_init(g_vi_ctx, &init_p); in stream_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c1540 struct bnx2x_queue_init_params *init_p; in bnx2x_vf_mbx_setup_q() local
1550 init_p = &qctor.qstate.params.init; in bnx2x_vf_mbx_setup_q()
1565 init_p->tx.hc_rate = setup_q->txq.hc_rate; in bnx2x_vf_mbx_setup_q()
1566 init_p->tx.sb_cq_index = setup_q->txq.sb_index; in bnx2x_vf_mbx_setup_q()
1569 &init_p->tx.flags); in bnx2x_vf_mbx_setup_q()
1582 bnx2x_vfop_qctor_dump_tx(bp, vf, init_p, setup_p, in bnx2x_vf_mbx_setup_q()
1598 init_p->rx.hc_rate = setup_q->rxq.hc_rate; in bnx2x_vf_mbx_setup_q()
1599 init_p->rx.sb_cq_index = setup_q->rxq.sb_index; in bnx2x_vf_mbx_setup_q()
1601 &init_p->rx.flags); in bnx2x_vf_mbx_setup_q()
1632 bnx2x_vfop_qctor_dump_rx(bp, vf, init_p, setup_p, in bnx2x_vf_mbx_setup_q()
H A 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()