Lines Matching defs:step
902 int ret, step;
939 step = cdev->lldi.ntxq /
941 csk->txq_idx = cxgb4_port_idx(ndev) * step;
942 step = cdev->lldi.nrxq /
946 cxgb4_port_idx(ndev) * step];
975 step = cdev->lldi.ntxq /
977 csk->txq_idx = (port_id * step) +
978 (cdev->selectq[port_id][0]++ % step);
980 step = cdev->lldi.nrxq /
982 rxq_idx = (port_id * step) +
983 (cdev->selectq[port_id][1]++ % step);