Searched refs:rms (Results 1 – 2 of 2) sorted by relevance
4571 u64 rms; in copy_u64_le() local4574 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4575 return copy_to_user(dest, &rms, 8); in copy_u64_le()4581 u64 rms; in copy_u48_le() local4584 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()4585 return copy_to_user(dest, &rms, 8); in copy_u48_le()
6451 u32 rms = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; in rtl8152_change_mtu() local6453 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms); in rtl8152_change_mtu()