Searched refs:len_lo (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/arch/x86/kernel/ |
D | sys_ia32.c | 121 unsigned int, len_lo, unsigned int, len_hi) in SYSCALL_DEFINE6() argument 124 ((u64)len_hi << 32) | len_lo); in SYSCALL_DEFINE6()
|
/linux-5.19.10/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 | 474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in c4iw_fill_res_mr_entry()
|
D | mem.c | 326 tpt->len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
|
D | qp.c | 810 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()
|
D | device.c | 400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
|
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 2764 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()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 452 u16 len_lo; member
|