Home
last modified time | relevance | path

Searched refs:rep_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c271 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid()
636 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()
649 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local
659 priv->reps = kzalloc_objs(struct rep_dev *, rep_cnt); in rvu_rep_create()
663 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()
756 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
757 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
758 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()
759 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
H A Dotx2_common.h561 int rep_cnt; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c188 for (id = 0; id < rvu->rep_cnt; id++) in rvu_rep_get_vlan_id()
445 rsp->rep_cnt = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_mbox_handler_get_rep_cnt()
446 rvu->rep_cnt = rsp->rep_cnt; in rvu_mbox_handler_get_rep_cnt()
448 rvu->rep2pfvf_map = devm_kzalloc(rvu->dev, rvu->rep_cnt * in rvu_mbox_handler_get_rep_cnt()
/linux/arch/x86/kvm/
H A Dhyperv.c1866 u16 rep_cnt; member
1930 return kvm_hv_get_hc_data(kvm, hc, hc->rep_cnt, hc->rep_cnt, entries); in kvm_hv_get_tlb_flush_entries()
2128 hc->rep_cnt > ARRAY_SIZE(__tlb_flush_entries)) { in kvm_hv_flush_tlb()
2144 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2157 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2190 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2199 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2562 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2564 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2566 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt, in kvm_hv_hypercall()
[all …]