Searched refs:len_low (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/kernel/ ! |
H A D | syscalls.c | 105 u32, len_high, u32, len_low) in SYSCALL_DEFINE6() argument 108 merge_64(len_high, len_low), advice); in SYSCALL_DEFINE6()
|
/linux/arch/x86/kernel/ ! |
H A D | sys_ia32.c | 88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6() argument 93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
|
/linux/arch/powerpc/include/asm/ ! |
H A D | syscalls.h | 143 u32 len_high, u32 len_low);
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ ! |
H A D | mac-cfg.h | 107 * @len_low: length low half 116 u8 len_low; member
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ ! |
H A D | iface.c | 560 * adjust the length according to len_low. in iwl_mld_handle_probe_resp_data_notif() 562 if (new_data->notif.noa_attr.len_low == in iwl_mld_handle_probe_resp_data_notif()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ ! |
H A D | mac-ctxt.c | 1821 * adjust the length according to len_low. in iwl_mvm_probe_resp_data_notif() 1823 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
|