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);
353 int row = (ix / 2);
358 /* Read row */
359 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL);
640 /* Write row */
643 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL);
675 int row = ix / 2;
680 /* Read row */
681 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);
814 int row = ix;
818 /* Read row */
819 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL);
845 /* Write row */
848 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL);
856 int row, count;
865 row = (ix / count);
866 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_COUNTER);
1349 /* Number of subwords per TCAM row */
1357 /* Assuming there are 4 subwords per TCAM row, their layout in the
1365 * row. But when software accesses the TCAM through the cache
1369 * Important mention: regardless of the number of key entries per row
1381 * Type-Groups when packing and unpacking key entry data in a TCAM row.