Searched refs:len0 (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | ctxt-info-v2.c | 357 u32 len, len0, len1; in iwl_pcie_load_payloads_contig() local 365 len0 = pnvm_data->chunks[0].len; in iwl_pcie_load_payloads_contig() 367 if (len1 > 0xFFFFFFFF - len0) { in iwl_pcie_load_payloads_contig() 371 len = len0 + len1; in iwl_pcie_load_payloads_contig() 381 memcpy(dram->block, pnvm_data->chunks[0].data, len0); in iwl_pcie_load_payloads_contig() 382 memcpy((u8 *)dram->block + len0, pnvm_data->chunks[1].data, len1); in iwl_pcie_load_payloads_contig()
|
| /linux/arch/sh/include/asm/ |
| H A D | syscalls_32.h | 19 u32 len0, u32 len1, int advice);
|
| /linux/include/linux/mfd/ |
| H A D | viperboard.h | 61 u8 len0; member
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | request_manager.h | 78 __be16 len0; member
|
| H A D | cptvf_reqmanager.c | 76 sg_ptr->u.s.len0 = cpu_to_be16(list[i * 4 + 0].size); in setup_sgio_components() 99 sg_ptr->u.s.len0 = cpu_to_be16(list[i * 4 + 0].size); in setup_sgio_components()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_reqmgr.h | 126 __be16 len0; member
|
| H A D | otx_cptvf_reqmgr.c | 127 sg_ptr->u.s.len0 = cpu_to_be16(list[i * 4 + 0].size); in setup_sgio_components() 149 sg_ptr->u.s.len0 = cpu_to_be16(list[i * 4 + 0].size); in setup_sgio_components()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 314 be32_to_cpu(sgl->len0), DMA_TO_DEVICE); in unmap_sgl() 317 be32_to_cpu(sgl->len0), DMA_TO_DEVICE); in unmap_sgl() 913 sgl->len0 = htonl(len); in write_sgl() 917 sgl->len0 = htonl(skb_frag_size(&si->frags[0])); in write_sgl()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 195 ptr->len0 = cpu_to_le16(len); in mt76_connac_write_hw_txp() 230 len = le16_to_cpu(ptr->len0); in mt76_connac_txp_skb_unmap_hw()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | t4fw_ri_api.h | 123 __be32 len0; member
|
| H A D | mem.c | 100 sgl->len0 = cpu_to_be32(len); in _c4iw_write_mem_dma_aligned()
|
| H A D | qp.c | 852 sglp->len0 = cpu_to_be32(pbllen); in build_memreg()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 308 sgl->len0 = cpu_to_be32(sg_dma_len(sgel)); in csio_scsi_init_ultptx_dsgl() 332 sgl->len0 = cpu_to_be32( in csio_scsi_init_ultptx_dsgl()
|
| H A D | csio_lnode.c | 1779 dsgl.len0 = cpu_to_be32(pld_len); in csio_ln_mgmt_submit_wr()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 835 sgl->len0 = htonl(len); in cxgb4_write_sgl() 839 sgl->len0 = htonl(skb_frag_size(&si->frags[0])); in cxgb4_write_sgl() 907 sgl->len0 = htonl(frag_size); in cxgb4_write_partial_sgl() 924 sgl->len0 = cpu_to_be32(frag_size); in cxgb4_write_partial_sgl()
|
| H A D | t4_msg.h | 1540 __be32 len0; member
|
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 3757 CLST rno, lcn, lcn0, len0, clen; in log_replay() local 4856 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) || in log_replay()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 2153 int len0 = len; in mb_mark_used() local 2226 mb_set_bits(e4b->bd_bitmap, ex->fe_start, len0); in mb_mark_used()
|