Searched refs:rep_cnt (Results 1 – 2 of 2) sorted by relevance
269 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid()623 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()636 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local646 priv->reps = kcalloc(rep_cnt, sizeof(struct rep_dev *), GFP_KERNEL); in rvu_rep_create()650 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()742 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()743 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()744 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()745 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
604 int rep_cnt; member