Lines Matching defs:step
904 int ret, step;
941 step = cdev->lldi.ntxq /
943 csk->txq_idx = cxgb4_port_idx(ndev) * step;
944 step = cdev->lldi.nrxq /
948 cxgb4_port_idx(ndev) * step];
977 step = cdev->lldi.ntxq /
979 csk->txq_idx = (port_id * step) +
980 (cdev->selectq[port_id][0]++ % step);
982 step = cdev->lldi.nrxq /
984 rxq_idx = (port_id * step) +
985 (cdev->selectq[port_id][1]++ % step);