Home
last modified time | relevance | path

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

/linux-6.15/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()
625 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()
638 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local
648 priv->reps = kcalloc(rep_cnt, sizeof(struct rep_dev *), GFP_KERNEL); in rvu_rep_create()
652 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()
744 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
745 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
746 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()
747 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
H A Dotx2_common.h535 int rep_cnt; member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c186 for (id = 0; id < rvu->rep_cnt; id++) in rvu_rep_get_vlan_id()
444 rsp->rep_cnt = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_mbox_handler_get_rep_cnt()
445 rvu->rep_cnt = rsp->rep_cnt; in rvu_mbox_handler_get_rep_cnt()
447 rvu->rep2pfvf_map = devm_kzalloc(rvu->dev, rvu->rep_cnt * in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h606 int rep_cnt; member
H A Dmbox.h1573 u16 rep_cnt; member
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c1864 u16 rep_cnt; member
1928 return kvm_hv_get_hc_data(kvm, hc, hc->rep_cnt, hc->rep_cnt, entries); in kvm_hv_get_tlb_flush_entries()
2122 hc->rep_cnt > ARRAY_SIZE(__tlb_flush_entries)) { in kvm_hv_flush_tlb()
2138 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2151 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2184 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2193 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2556 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2558 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2560 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt, in kvm_hv_hypercall()
[all …]
H A Dtrace.h84 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
86 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
89 __field( __u16, rep_cnt )
99 __entry->rep_cnt = rep_cnt;
110 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,