Lines Matching defs:step
13 short step; /* step in bytes for indexed items */
14 unsigned short in_step_offset; /* offset within one step */
29 BUG_ON(index && !item->step);
31 item->step % typesize != 0 ||
33 pr_err("mlxsw: item bug (name=%s,offset=%x,step=%x,in_step_offset=%x,typesize=%zx)\n",
34 item->name, item->offset, item->step,
39 return ((item->offset + item->step * index + item->in_step_offset) /
288 .step = _step, \
331 .step = _step, \
410 .step = _step, \
453 .step = _step, \
502 .step = _step, \