Home
last modified time | relevance | path

Searched refs:new_with_custom_mask (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/rust/kernel/net/
Dphy.rs586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
724 pub const fn new_with_custom_mask(id: u32, mask: u32) -> Self { in new_with_custom_mask() method