Home
last modified time | relevance | path

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

/Linux-v4.19/arch/c6x/include/asm/
Dsyscalls.h38 u32 len_lo, u32 len_hi, int advice);
41 u32 len_lo, u32 len_hi);
/Linux-v4.19/arch/x86/ia32/
Dsys_ia32.c227 unsigned int, len_lo, unsigned int, len_hi) in COMPAT_SYSCALL_DEFINE6() argument
230 ((u64)len_hi << 32) | len_lo); in COMPAT_SYSCALL_DEFINE6()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dev.c58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
Dt4fw_ri_api.h160 __be32 len_lo; member
705 __be32 len_lo; member
Drestrack.c481 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in fill_res_mr_entry()
Dmem.c320 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
Dqp.c802 fr->tpte.len_lo = cpu_to_be32(mhp->ibmr.length); in build_tpte_memreg()
830 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length); in build_memreg()
Ddevice.c405 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c2611 u8 len_lo = size, len_mid = 0; in mem_ldx_data_from_pktcache_unaligned() local
2622 len_lo = REG_WIDTH - off; in mem_ldx_data_from_pktcache_unaligned()
2623 len_mid = size - len_lo; in mem_ldx_data_from_pktcache_unaligned()
2630 wrp_reg_subpart(nfp_prog, dst_lo, src_lo, len_lo, off); in mem_ldx_data_from_pktcache_unaligned()
2640 wrp_reg_or_subpart(nfp_prog, dst_lo, src_mid, len_mid, len_lo); in mem_ldx_data_from_pktcache_unaligned()
2646 REG_WIDTH - len_lo, len_lo); in mem_ldx_data_from_pktcache_unaligned()
2647 wrp_reg_subpart(nfp_prog, dst_hi, src_mid, len_lo, in mem_ldx_data_from_pktcache_unaligned()
2648 REG_WIDTH - len_lo); in mem_ldx_data_from_pktcache_unaligned()
2649 wrp_reg_or_subpart(nfp_prog, dst_hi, src_hi, REG_WIDTH - len_lo, in mem_ldx_data_from_pktcache_unaligned()
2650 len_lo); in mem_ldx_data_from_pktcache_unaligned()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h452 u16 len_lo; member