Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dsyscalls.h38 u32 len_lo, u32 len_hi, int advice);
41 u32 len_lo, u32 len_hi);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsys_ia32.c121 unsigned int, len_lo, unsigned int, len_hi) in SYSCALL_DEFINE6() argument
124 ((u64)len_hi << 32) | len_lo); in SYSCALL_DEFINE6()
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c789 int len_lo, len_hi; in k_recv() local
894 len_hi = untochar(new_char); in k_recv()
900 length = len_hi * 95 + len_lo; in k_recv()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dsigmadsp.c86 u8 len_hi; member
362 return (sa->len_hi << 16) | le16_to_cpu(sa->len); in sigma_action_len()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dev.c58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
H A Dt4fw_ri_api.h164 __be32 len_hi; member
704 __be32 len_hi; member
H A Drestrack.c474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in c4iw_fill_res_mr_entry()
H A Dmem.c330 tpt->len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
H A Dqp.c809 fr->tpte.len_hi = cpu_to_be32(0); in build_tpte_memreg()
837 wqe->fr.len_hi = 0; in build_memreg()
H A Ddevice.c400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h451 u16 len_hi; member