Lines Matching defs:tbl_offset
1637 unsigned int tbl_offset;
1644 tbl_offset = (last_nibble / 4) * 4;
1649 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset));
1659 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg);
3079 unsigned int tbl_offset;
3083 tbl_offset = (last_byte / 4);
3088 + tbl_offset * 4));
3097 mvreg_write(pp, MVNETA_DA_FILT_SPEC_MCAST + tbl_offset * 4,
3114 unsigned int tbl_offset;
3117 tbl_offset = (crc8 / 4) * 4; /* Register offset from OMC table base */
3120 omc_table_reg = mvreg_read(pp, MVNETA_DA_FILT_OTH_MCAST + tbl_offset);
3130 mvreg_write(pp, MVNETA_DA_FILT_OTH_MCAST + tbl_offset, omc_table_reg);