Searched refs:len_lo (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/c6x/include/asm/ |
D | syscalls.h | 38 u32 len_lo, u32 len_hi, int advice); 41 u32 len_lo, u32 len_hi);
|
/Linux-v4.19/arch/x86/ia32/ |
D | sys_ia32.c | 227 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/ |
D | ev.c | 58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
|
D | t4fw_ri_api.h | 160 __be32 len_lo; member 705 __be32 len_lo; member
|
D | restrack.c | 481 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in fill_res_mr_entry()
|
D | mem.c | 320 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
|
D | qp.c | 802 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()
|
D | device.c | 405 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 2611 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/ |
D | cpl5_cmd.h | 452 u16 len_lo; member
|