Searched refs:rms (Results 1 – 2 of 2) sorted by relevance
4591 u64 rms; in copy_u64_le() local4594 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4595 return copy_to_user(dest, &rms, 8); in copy_u64_le()4601 u64 rms; in copy_u48_le() local4604 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()4605 return copy_to_user(dest, &rms, 8); in copy_u48_le()
4975 u32 rms = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; in rtl8152_change_mtu() local4977 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms); in rtl8152_change_mtu()