Lines Matching defs:row
81 /* Convert from 0-based row to VCAP entry row and run command */
83 u32 row, int cmd, int sel)
85 vcap_cmd(ocelot, vcap, vcap->entry_count - row - 1, cmd, sel);
352 int row = (ix / 2);
357 /* Read row */
358 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL);
639 /* Write row */
642 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL);
675 int row = ix / 2;
681 /* Read row */
682 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL);
774 /* Write row */
777 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL);
815 int row = ix;
820 /* Read row */
821 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL);
847 /* Write row */
850 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL);
858 int row, count;
867 row = (ix / count);
868 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_COUNTER);
1271 /* Number of subwords per TCAM row */
1279 /* Assuming there are 4 subwords per TCAM row, their layout in the
1287 * row. But when software accesses the TCAM through the cache
1291 * Important mention: regardless of the number of key entries per row
1303 * Type-Groups when packing and unpacking key entry data in a TCAM row.