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) /
286 .step = _step, \
327 .step = _step, \
368 .step = _step, \
409 .step = _step, \
458 .step = _step, \