Searched refs:len_lo (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsys_ia32.c121 unsigned int, len_lo, unsigned int, len_hi)
124 ((u64)len_hi << 32) | len_lo);
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dev.c58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo),
H A Drestrack.c474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo)))
H A Dt4fw_ri_api.h154 __be32 len_lo; member in struct:fw_ri_tpte
691 __be32 len_lo; member in struct:fw_ri_fr_nsmr_wr
H A Dmem.c326 tpt->len_lo = cpu_to_be32((u32)(len & 0xffffffffUL));
H A Ddevice.c400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo),
H A Dqp.c810 fr->tpte.len_lo = cpu_to_be32(mhp->ibmr.length);
838 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h443 u16 len_lo; member in struct:cpl_tx_pkt
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2764 u8 len_lo = size, len_mid = 0; local
2775 len_lo = REG_WIDTH - off;
2776 len_mid = size - len_lo;
2783 wrp_reg_subpart(nfp_prog, dst_lo, src_lo, len_lo, off);
2793 wrp_reg_or_subpart(nfp_prog, dst_lo, src_mid, len_mid, len_lo);
2799 REG_WIDTH - len_lo, len_lo);
2800 wrp_reg_subpart(nfp_prog, dst_hi, src_mid, len_lo,
2801 REG_WIDTH - len_lo);
2802 wrp_reg_or_subpart(nfp_prog, dst_hi, src_hi, REG_WIDTH - len_lo,
[all...]

Completed in 200 milliseconds