Searched refs:rep_cnt (Results 1 – 5 of 5) sorted by relevance
271 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() local648 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()745 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()746 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()747 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()748 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
554 int rep_cnt; member
188 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()
651 int rep_cnt; member
1591 u16 rep_cnt; member
Completed in 32 milliseconds