Searched refs:total_offset (Results 1 – 2 of 2) sorted by relevance
1877 u64 total_offset, val; in ice_phy_cfg_tx_offset_e822() local1900 total_offset += val; in ice_phy_cfg_tx_offset_e822()1915 total_offset += val; in ice_phy_cfg_tx_offset_e822()1923 total_offset); in ice_phy_cfg_tx_offset_e822()1948 u64 total_offset; in ice_phy_cfg_fixed_tx_offset_e822() local1964 total_offset); in ice_phy_cfg_fixed_tx_offset_e822()2208 total_offset += val; in ice_phy_cfg_rx_offset_e822()2223 total_offset += val; in ice_phy_cfg_rx_offset_e822()2235 total_offset += pmd; in ice_phy_cfg_rx_offset_e822()2237 total_offset -= pmd; in ice_phy_cfg_rx_offset_e822()[all …]
1052 uint32_t index, i, offset, total_offset; in cons_parse_flex_filter() local1127 total_offset = 0; in cons_parse_flex_filter()1131 total_offset += raw_offset[j - 1]; in cons_parse_flex_filter()1135 if (total_offset + raw_spec->length + offset > max_offset) in cons_parse_flex_filter()1136 max_offset = total_offset + raw_spec->length + offset; in cons_parse_flex_filter()1142 if ((raw_spec->length + offset + total_offset) > in cons_parse_flex_filter()1159 filter->bytes[total_offset + offset + j] = in cons_parse_flex_filter()1161 j = (total_offset + offset) / CHAR_BIT; in cons_parse_flex_filter()1162 shift = (total_offset + offset) % CHAR_BIT; in cons_parse_flex_filter()