Searched refs:cpu_to_be16 (Results 76 - 100 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dcatalog.c47 rec->dir.UsrInfo.frView = cpu_to_be16(0xff);
H A Dbnode.c73 __be16 v = cpu_to_be16(data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dnodelist.h48 #define cpu_to_je16(x) ((jint16_t){cpu_to_be16(x)})
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dparameters.c175 p.pv.i = cpu_to_be16((__u16) p.pv.i);
H A Diriap.c585 tmp_be16 = cpu_to_be16(obj_id);
607 tmp_be16 = cpu_to_be16(value->len);
H A Dirttp.c1150 put_unaligned(cpu_to_be16((__u16) max_sdu_size),
1397 put_unaligned(cpu_to_be16((__u16) max_sdu_size),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c356 rec.pkey = cpu_to_be16(priv->pkey);
460 rec.pkey = cpu_to_be16(priv->pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c80 h->major = cpu_to_be16(d->aoemajor);
218 h->major = cpu_to_be16(aoemajor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c170 di->di_height = cpu_to_be16(1);
276 di->di_height = cpu_to_be16(ip->i_di.di_height);
H A Dops_inode.c416 dent->de_type = cpu_to_be16(DT_DIR);
424 dent->de_type = cpu_to_be16(DT_DIR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap_btree.c408 block->bb_numrecs = cpu_to_be16(numrecs);
835 block->bb_numrecs = cpu_to_be16(numrecs);
844 block->bb_numrecs = cpu_to_be16(numrecs);
1282 left->bb_numrecs = cpu_to_be16(lrecs);
1291 right->bb_numrecs = cpu_to_be16(rrecs);
1561 right->bb_numrecs = cpu_to_be16(be16_to_cpu(left->bb_numrecs) / 2);
2303 block->bb_numrecs = cpu_to_be16(1);
H A Dxfs_da_btree.c126 node->hdr.info.magic = cpu_to_be16(XFS_DA_NODE_MAGIC);
129 node->hdr.level = cpu_to_be16(level);
356 node->hdr.count = cpu_to_be16(2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c670 path->rlid = cpu_to_be16(ah->dlid);
1066 sqp->ud_header.lrh.source_lid = cpu_to_be16(ah->av.g_slid & 0x7f);
1108 sqp->ud_header.bth.pkey = cpu_to_be16(pkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h407 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h103 #define ahd_htobe16(x) cpu_to_be16(x)
H A Daic7xxx_osm.h115 #define ahc_htobe16(x) cpu_to_be16(x)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dextents.c43 key->key_len = cpu_to_be16(HFSPLUS_EXT_KEYLEN - 2);
H A Dsuper.c396 if (entry.type != cpu_to_be16(HFSPLUS_FOLDER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcommit.c182 blhdr->num_blocks = cpu_to_be16(blhdr->num_blocks);
H A Dextents.c43 key->key_len = cpu_to_be16(HFSPLUS_EXT_KEYLEN - 2);
H A Dsuper.c501 if (entry.type != cpu_to_be16(HFSPLUS_FOLDER)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlowcomms.c308 in4_addr->sin_port = cpu_to_be16(port);
313 in6_addr->sin6_port = cpu_to_be16(port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c374 be_start_address = cpu_to_be16 (start_address);
488 be_start_address = cpu_to_be16 (start_address);
515 be_start_address = cpu_to_be16 (start_address);
H A Dti_usb_3410_5052.c1632 data->wBaseAddrHi = cpu_to_be16(addr>>16);
1633 data->wBaseAddrLo = cpu_to_be16(addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c1143 tx.vc = cpu_to_be16 (vcc->tx_frame_bits | vc);
1144 tx.tx_descr_length = cpu_to_be16 (sizeof(tx_frag)+sizeof(tx_frag_end));

Completed in 402 milliseconds

123456