Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/cmd/
H A Dload.c780 int len_lo, len_hi; in k_recv() local
890 len_lo = untochar(new_char); in k_recv()
891 length = len_hi * 95 + len_lo; in k_recv()
/openbmc/linux/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.h154 __be32 len_lo; member
691 __be32 len_lo; member
H A Drestrack.c474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in c4iw_fill_res_mr_entry()
H A Dmem.c326 tpt->len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
H A Dqp.c810 fr->tpte.len_lo = cpu_to_be32(mhp->ibmr.length); in build_tpte_memreg()
838 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length); in build_memreg()
H A Ddevice.c400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2764 u8 len_lo = size, len_mid = 0; in mem_ldx_data_from_pktcache_unaligned() local
2775 len_lo = REG_WIDTH - off; in mem_ldx_data_from_pktcache_unaligned()
2776 len_mid = size - len_lo; in mem_ldx_data_from_pktcache_unaligned()
2783 wrp_reg_subpart(nfp_prog, dst_lo, src_lo, len_lo, off); in mem_ldx_data_from_pktcache_unaligned()
2793 wrp_reg_or_subpart(nfp_prog, dst_lo, src_mid, len_mid, len_lo); in mem_ldx_data_from_pktcache_unaligned()
2799 REG_WIDTH - len_lo, len_lo); in mem_ldx_data_from_pktcache_unaligned()
2800 wrp_reg_subpart(nfp_prog, dst_hi, src_mid, len_lo, in mem_ldx_data_from_pktcache_unaligned()
2801 REG_WIDTH - len_lo); in mem_ldx_data_from_pktcache_unaligned()
2802 wrp_reg_or_subpart(nfp_prog, dst_hi, src_hi, REG_WIDTH - len_lo, in mem_ldx_data_from_pktcache_unaligned()
2803 len_lo); in mem_ldx_data_from_pktcache_unaligned()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h443 u16 len_lo; member