Searched refs:cpu_to_be32 (Results 151 - 175 of 245) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c330 req->priv.req_it_iu_len = cpu_to_be32(srp_max_iu_len);
654 buf->key = cpu_to_be32(req->fmr->fmr->rkey);
655 buf->len = cpu_to_be32(len);
716 buf->key = cpu_to_be32(dev->mr->rkey);
717 buf->len = cpu_to_be32(ib_sg_dma_len(ibdev, scat));
740 cpu_to_be32(dev->mr->rkey);
741 buf->desc_list[i].len = cpu_to_be32(dma_len);
753 cpu_to_be32(target->srp_host->dev->mr->rkey);
755 cpu_to_be32(count * sizeof (struct srp_direct_buf));
757 buf->len = cpu_to_be32(datale
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dquota.c538 qc->qc_flags = cpu_to_be32(GFS2_QCF_USER);
539 qc->qc_id = cpu_to_be32(qd->qd_id);
628 qd->qd_qb.qb_magic = cpu_to_be32(GFS2_MAGIC);
759 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) {
784 qlvb->qb_magic = cpu_to_be32(GFS2_MAGIC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_rnic.c233 wr->option = cpu_to_be32(C2_CFG_ADD_ADDR);
295 wr->option = cpu_to_be32(C2_CFG_DEL_ADDR);
H A Dc2.h428 __raw_writel(cpu_to_be32(cur_rx), c2dev->mmio_txp_ring + 4092)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h358 wqe->op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(op) |
362 wqe->gen_tid_len = cpu_to_be32(V_FW_RIWR_GEN(genbit) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_initiator.c106 hdr->read_stag = cpu_to_be32(regd_buf->reg.rkey);
158 hdr->write_stag = cpu_to_be32(regd_buf->reg.rkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr55.c832 ((__be32 *) ptr)[0] = cpu_to_be32(capacity);
833 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dsuper.c183 else if (*(__be32 *)&sbd->s_magic == cpu_to_be32(0x2b5544))
209 else if (*(__be32 *)&sbd->s_magic == cpu_to_be32(0xfd187e20))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c393 d->addr_lo = cpu_to_be32(mapping);
394 d->addr_hi = cpu_to_be32((u64) mapping >> 32);
396 d->len_gen = cpu_to_be32(V_FLD_GEN1(gen));
397 d->gen2 = cpu_to_be32(V_FLD_GEN2(gen));
494 to->len_gen = cpu_to_be32(V_FLD_GEN1(q->gen));
495 to->gen2 = cpu_to_be32(V_FLD_GEN2(q->gen));
710 sgp->len[0] = cpu_to_be32(len);
721 sgp->len[j] = cpu_to_be32(frag->size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbnode.c182 cnid = cpu_to_be32(tmp->next);
193 cnid = cpu_to_be32(tmp->prev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c67 if (entry.file.user_info.fdType == cpu_to_be32(HFSP_HARDLINK_TYPE) &&
68 entry.file.user_info.fdCreator == cpu_to_be32(HFSP_HFSPLUS_CREATOR) &&
H A Dhfsplus_fs.h398 #define __hfsp_ut2mt(t) (cpu_to_be32(t + 2082844800U))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c70 if (entry.file.user_info.fdType == cpu_to_be32(HFSP_HARDLINK_TYPE) &&
71 entry.file.user_info.fdCreator == cpu_to_be32(HFSP_HFSPLUS_CREATOR) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h94 dst[i] = cpu_to_be32(src[i]);
H A Dfw-transaction.c719 map[i] = cpu_to_be32(card->topology_map[start + i]);
753 *data = cpu_to_be32(bus_time);
755 *data = cpu_to_be32(bus_time >> 25);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c1097 m_1 = cpu_to_be32(m_1);
1099 m_2 = cpu_to_be32(m_2);
1118 flags = cpu_to_be32(flags);
1265 header_extent_size = cpu_to_be32(header_extent_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dio.h156 #define iowrite32be(v,a) __raw_writel(cpu_to_be32((v)),(a))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c83 h->tag = cpu_to_be32(host_tag);
309 h->tag = cpu_to_be32(n);
612 hout->tag = cpu_to_be32(f->tag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-calgary.c770 writel(cpu_to_be32(val32), target);
831 writel(cpu_to_be32(val32), target);
865 writel(cpu_to_be32(val32), target);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha256.c290 bits[1] = cpu_to_be32(sctx->count[0]);
291 bits[0] = cpu_to_be32(sctx->count[1]);
303 dst[i] = cpu_to_be32(sctx->state[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Deq.c142 __raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) |
401 eq_context->flags = cpu_to_be32(MLX4_EQ_STATUS_OK |
409 eq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c134 block->hdr.magic = cpu_to_be32(XFS_DIR2_DATA_MAGIC);
141 ltp->bestcount = cpu_to_be32(1);
531 lep->hashval = cpu_to_be32(args->hashval);
532 lep->address = cpu_to_be32(XFS_DIR2_DB_OFF_TO_DATAPTR(mp, use_block,
1491 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.c366 cpu_to_be32(CSR1212_DESCRIPTOR_LEAF_SPECIFIER_ID(kv) | \
370 cpu_to_be32((CSR1212_DESCRIPTOR_LEAF_TYPE(kv) << \
862 data_buffer[index] = cpu_to_be32(value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c705 ddq->d_btimer = cpu_to_be32(newlim->d_btimer);
709 ddq->d_itimer = cpu_to_be32(newlim->d_itimer);
713 ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c154 in_mad->attr_mod = cpu_to_be32(port);
259 in_mad->attr_mod = cpu_to_be32(index / 32);
294 in_mad->attr_mod = cpu_to_be32(port);
310 in_mad->attr_mod = cpu_to_be32(index / 8);

Completed in 350 milliseconds

12345678910