Searched refs:be32_to_cpu (Results 126 - 150 of 379) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c117 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
292 int amgm_index_to_free = be32_to_cpu(mgm->next_gid_index) >> 6;
321 int curr_next_index = be32_to_cpu(mgm->next_gid_index) >> 6;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dnamei.c51 inodenum = be32_to_cpu(dirslot->inode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dswab.h49 return be32_to_cpu((__force __be32)n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dtcp.c90 be16_to_cpu(__hdr->msg_type), be32_to_cpu(__hdr->status), \
91 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \
92 be32_to_cpu(__hdr->msg_num) , ##args); \
1147 be32_to_cpu(hdr->msg_num),
1148 be32_to_cpu(hdr->sys_status),
1149 be32_to_cpu(hdr->status));
1169 be32_to_cpu(hdr->key));
1172 be16_to_cpu(hdr->msg_type), be32_to_cpu(hdr->key));
1186 sc->sc_msg_key = be32_to_cpu(hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c184 key = be32_to_cpu(AFFS_HEAD(bh)->table[affs_hash_name(sb, dentry->d_name.name, dentry->d_name.len)]);
195 key = be32_to_cpu(AFFS_TAIL(sb, bh)->hash_chain);
218 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
222 ino = be32_to_cpu(AFFS_TAIL(sb, bh)->original);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c180 entry->byte_len = be32_to_cpu(ce->bytes_rcvd);
193 be32_to_cpu(c2_wr_get_wqe_count(ce)) + 1);
349 cq->mq.index = be32_to_cpu(reply->mq_index);
351 peer_pa = c2dev->pa + be32_to_cpu(reply->adapter_shared);
H A Dc2_qp.c513 q_size = be32_to_cpu(reply->sq_depth);
514 msg_size = be32_to_cpu(reply->sq_msg_size);
515 peer_pa = c2dev->pa + be32_to_cpu(reply->sq_mq_start);
524 be32_to_cpu(reply->sq_mq_index),
532 q_size = be32_to_cpu(reply->rq_depth);
533 msg_size = be32_to_cpu(reply->rq_msg_size);
534 peer_pa = c2dev->pa + be32_to_cpu(reply->rq_mq_start);
543 be32_to_cpu(reply->rq_mq_index),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dloop.c77 return sizeof(struct rds_header) + be32_to_cpu(rm->m_inc.i_hdr.h_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dsha1.c44 W[i] = be32_to_cpu(((const __be32 *)in)[i]);
H A Diomap.c68 #define mmio_read32be(addr) be32_to_cpu(__raw_readl(addr))
109 #define mmio_write32be(val,port) __raw_writel(be32_to_cpu(val),port)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dadaptec_raid.c104 if (ad->b0idcode != be32_to_cpu(0x37FC4D1E))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_rc.c992 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
1000 psn = be32_to_cpu(ohdr->bth[2]);
1428 aeth = be32_to_cpu(ohdr->u.aeth);
1454 aeth = be32_to_cpu(ohdr->u.aeth);
1458 val = ((u64) be32_to_cpu(p[0]) << 32) |
1459 be32_to_cpu(p[1]);
1517 aeth = be32_to_cpu(ohdr->u.aeth);
1521 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
1546 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
1558 aeth = be32_to_cpu(ohd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_receiver.c961 (long)be32_to_cpu(h->magic),
1789 if (mdev->peer_seq+1 == be32_to_cpu(p->seq_num))
1839 dp_flags = be32_to_cpu(p->dp_flags);
1901 if (drbd_wait_peer_seq(mdev, be32_to_cpu(p->seq_num)))
2033 size = be32_to_cpu(p->blksize);
2710 p_proto = be32_to_cpu(p->protocol);
2711 p_after_sb_0p = be32_to_cpu(p->after_sb_0p);
2712 p_after_sb_1p = be32_to_cpu(p->after_sb_1p);
2713 p_after_sb_2p = be32_to_cpu(p->after_sb_2p);
2714 p_two_primaries = be32_to_cpu(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-vbi.c230 pts = (be32_to_cpu(hdr->magic) == 0x3fffffff) ? be32_to_cpu(hdr->pts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dinode.c219 inode->i_uid = be32_to_cpu(perms->owner);
223 inode->i_gid = be32_to_cpu(perms->group);
443 count += be32_to_cpu(fork->extents[i].block_count);
449 HFSPLUS_I(inode).alloc_blocks = be32_to_cpu(fork->total_blocks);
459 HFSPLUS_I(inode).clump_blocks = be32_to_cpu(fork->clump_size) >> HFSPLUS_SB(sb).alloc_blksz_shift;
491 inode->i_size = 2 + be32_to_cpu(folder->valence);
513 inode->i_nlink = be32_to_cpu(file->permissions.dev);
522 be32_to_cpu(file->permissions.dev));
H A Dwrapper.c43 wd->ablk_size = be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE));
137 blocksize = be32_to_cpu(vhdr->blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dinode.c371 inode->i_uid = be32_to_cpu(perms->owner);
375 inode->i_gid = be32_to_cpu(perms->group);
606 count += be32_to_cpu(fork->extents[i].block_count);
612 HFSPLUS_I(inode).alloc_blocks = be32_to_cpu(fork->total_blocks);
622 HFSPLUS_I(inode).clump_blocks = be32_to_cpu(fork->clump_size) >> HFSPLUS_SB(sb).alloc_blksz_shift;
655 inode->i_size = 2 + be32_to_cpu(folder->valence);
677 inode->i_nlink = be32_to_cpu(file->permissions.dev);
686 be32_to_cpu(file->permissions.dev));
H A Dwrapper.c80 wd->ablk_size = be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE));
199 blocksize = be32_to_cpu(vhdr->blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ag.h249 be32_to_cpu((a)->agf_levels[XFS_BTNUM_BNOi]), \
250 be32_to_cpu((a)->agf_levels[XFS_BTNUM_CNTi]), mp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dio.h193 #define ioread32be(addr) be32_to_cpu(ioread32(addr))
199 #define iowrite32be(v, addr) iowrite32(be32_to_cpu(v), (addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c49 th.td_lolen = be32_to_cpu(*(u32 *) (blob + 8));
71 u32, be32_to_cpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c321 be32_to_cpu(sgl->len0), DMA_TO_DEVICE);
324 be32_to_cpu(sgl->len0), DMA_TO_DEVICE);
336 be32_to_cpu(p->len[0]), DMA_TO_DEVICE);
338 be32_to_cpu(p->len[1]), DMA_TO_DEVICE);
347 be32_to_cpu(p->len[0]), DMA_TO_DEVICE);
349 be32_to_cpu(p->len[1]), DMA_TO_DEVICE);
355 be32_to_cpu(p->len[0]), DMA_TO_DEVICE);
357 be32_to_cpu(p->len[1]), DMA_TO_DEVICE);
369 dma_unmap_page(dev, be64_to_cpu(addr), be32_to_cpu(p->len[0]),
1528 (be32_to_cpu(pk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.c106 u32 data = be32_to_cpu (be);
137 lb, be32_to_cpu (lb->result), be32_to_cpu (lb->command));
139 PRINTDM (DBG_LOAD, " %08x", be32_to_cpu (lb->payload.data[i]));
140 PRINTDE (DBG_LOAD, ", vld: %08x", be32_to_cpu (lb->valid));
151 cmd, /*be32_to_cpu*/ (cmd->request));
153 PRINTDM (DBG_CMD, " %08x", /*be32_to_cpu*/ (cmd->args.par[i]));
1490 be32_to_cpu (lb->result));
1496 return decode_loader_result (cmd, be32_to_cpu (lb->result));
1513 *version = be32_to_cpu (l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbnode.c144 be32_to_cpu(desc.next), be32_to_cpu(desc.prev),
160 dprint(DBG_BNODE_MOD, ",%d)", be32_to_cpu(cnid));
342 node->prev = be32_to_cpu(desc->prev);
343 node->next = be32_to_cpu(desc->next);
H A Dextent.c58 return be32_to_cpu(fnum1) < be32_to_cpu(fnum2) ? -1 : 1;
276 u32 cnid = be32_to_cpu(file->FlNum);
281 total_blocks = be32_to_cpu(file->PyLen);
284 total_blocks = be32_to_cpu(file->RPyLen);

Completed in 140 milliseconds

1234567891011>>