Searched refs:be16_to_cpu (Results 476 - 500 of 685) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/bluetooth/
H A Dbtmtksdio.c223 if (be16_to_cpu(wmt_evt_funcc->status) == 0x404)
225 else if (be16_to_cpu(wmt_evt_funcc->status) == 0x420)
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c295 ASSERT(be16_to_cpu(block->bb_level) > 0);
316 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) {
372 level = be16_to_cpu(block->bb_level);
584 ASSERT(be16_to_cpu(rblock->bb_level) == 1);
585 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1);
730 be16_to_cpu(block->bb_level)));
738 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs));
4359 return be16_to_cpu(ifp->if_broot->bb_level) + 1;
/linux-master/fs/xfs/scrub/
H A Ddir_repair.c482 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
483 offset += be16_to_cpu(dup->length);
/linux-master/fs/ocfs2/
H A Ddlmglue.c126 be16_to_cpu(lvb->lvb_imode));
128 "mtime_packed 0x%llx iattr 0x%x\n", be16_to_cpu(lvb->lvb_inlink),
2217 if (inode_wrong_type(inode, be16_to_cpu(lvb->lvb_imode)))
2226 oi->ip_dyn_features = be16_to_cpu(lvb->lvb_idynfeatures);
2237 inode->i_mode = be16_to_cpu(lvb->lvb_imode);
2238 set_nlink(inode, be16_to_cpu(lvb->lvb_inlink));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c3908 rsp_sig_freq_cyc = be16_to_cpu(pcgd->xmt_signal_frequency.count);
3909 rsp_sig_freq_scale = be16_to_cpu(pcgd->xmt_signal_frequency.units);
4132 be16_to_cpu(pcgd->xmt_signal_frequency.count),
4133 be16_to_cpu(pcgd->xmt_signal_frequency.units),
4135 be16_to_cpu(pcgd->rcv_signal_frequency.count),
4136 be16_to_cpu(pcgd->rcv_signal_frequency.units));
7671 be16_to_cpu(lcb_context->duration));
7674 if (be16_to_cpu(lcb_context->duration) != 0) {
7686 be16_to_cpu(lcb_context->duration));
7737 be16_to_cpu(beaco
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c1964 attr->maxfrsize = be16_to_cpu(attr->maxfrsize);
1966 attr->mfg_year = be16_to_cpu(attr->mfg_year);
3264 cfg_inst->pf_cfg[j].pers = be16_to_cpu(be16);
3266 cfg_inst->pf_cfg[j].num_qpairs = be16_to_cpu(be16);
3268 cfg_inst->pf_cfg[j].num_vectors = be16_to_cpu(be16);
3270 cfg_inst->pf_cfg[j].bw_min = be16_to_cpu(be16);
3272 cfg_inst->pf_cfg[j].bw_max = be16_to_cpu(be16);
4923 diag->tsensor.temp->temp = be16_to_cpu(rsp->temp);
4932 be16_to_cpu(rsp->brd_temp);
5788 buf[i] = be16_to_cpu(dbu
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3646 if ((unsigned int)be16_to_cpu(hdr->len512) * 512 != size) {
6558 *valp = be16_to_cpu(c.u.mdio.rval);
7656 *rss_size = FW_VI_CMD_RSSSIZE_G(be16_to_cpu(c.rsssize_pkd));
7664 return FW_VI_CMD_VIID_G(be16_to_cpu(c.type_viid));
7890 ret = FW_VI_MAC_CMD_IDX_G(be16_to_cpu(p->valid_to_idx));
8022 be16_to_cpu(p->valid_to_idx));
8104 be16_to_cpu(p->valid_to_idx));
8162 ret = FW_VI_MAC_CMD_IDX_G(be16_to_cpu(p->valid_to_idx));
8591 pcaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.pcap));
8592 acaps = fwcaps16_to_caps32(be16_to_cpu(cm
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c10183 lid = (ppd->lid >= be16_to_cpu(IB_MULTICAST_LID_BASE)) ? 0 : ppd->lid;
11445 new_total += be16_to_cpu(new_bc->vl[i].dedicated);
11449 be16_to_cpu(new_bc->vl[i].dedicated));
11451 be16_to_cpu(new_bc->vl[i].shared));
11455 new_total += be16_to_cpu(new_bc->overall_shared_limit);
11488 if (be16_to_cpu(new_bc->vl[i].dedicated) <
11489 be16_to_cpu(cur_bc.vl[i].dedicated)) {
11503 if ((be16_to_cpu(new_bc->overall_shared_limit) <
11504 be16_to_cpu(cur_bc.overall_shared_limit)) ||
11531 be16_to_cpu(new_b
[all...]
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c282 be16_to_cpu(target->ib_cm.pkey),
744 be16_to_cpu(target->ib_cm.pkey),
2435 dlid = be16_to_cpu(cpi->redirect_lid);
2903 return sysfs_emit(buf, "0x%04x\n", be16_to_cpu(target->ib_cm.pkey));
3886 be16_to_cpu(target->ib_cm.pkey),
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c860 pkey[i] = be16_to_cpu(((__be16 *) out_mad->data)[i]);
1015 be16_to_cpu(smp->attr_id));
1701 vhcr->token = be16_to_cpu(vhcr_cmd->token);
1702 vhcr->op = be16_to_cpu(vhcr_cmd->opcode) & 0xfff;
1703 vhcr->op_modifier = (u8) (be16_to_cpu(vhcr_cmd->opcode) >> 12);
/linux-master/block/
H A Dsed-opal.c446 return be16_to_cpu(v100->baseComID);
453 return be16_to_cpu(v200->baseComID);
603 switch (be16_to_cpu(body->code)) {
631 be16_to_cpu(body->code));
646 be16_to_cpu(body->code));
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6036 be16_to_cpu(fs->h_ext.vlan_tci) >= VLAN_N_VID) {
6234 rule->tuples.src_port = be16_to_cpu(fs->h_u.tcp_ip4_spec.psrc);
6235 rule->tuples_mask.src_port = be16_to_cpu(fs->m_u.tcp_ip4_spec.psrc);
6237 rule->tuples.dst_port = be16_to_cpu(fs->h_u.tcp_ip4_spec.pdst);
6238 rule->tuples_mask.dst_port = be16_to_cpu(fs->m_u.tcp_ip4_spec.pdst);
6286 rule->tuples.src_port = be16_to_cpu(fs->h_u.tcp_ip6_spec.psrc);
6287 rule->tuples_mask.src_port = be16_to_cpu(fs->m_u.tcp_ip6_spec.psrc);
6289 rule->tuples.dst_port = be16_to_cpu(fs->h_u.tcp_ip6_spec.pdst);
6290 rule->tuples_mask.dst_port = be16_to_cpu(fs->m_u.tcp_ip6_spec.pdst);
6334 rule->tuples.ether_proto = be16_to_cpu(f
[all...]
/linux-master/sound/soc/codecs/
H A Darizona.c2711 s16 a = be16_to_cpu(_a);
2712 s16 b = be16_to_cpu(_b);
2774 s16 val = be16_to_cpu(*data);
/linux-master/drivers/target/sbp/
H A Dsbp_target.c1184 *data_len += be16_to_cpu(
1291 offset = (u64)be16_to_cpu(pte->segment_base_hi) << 32 |
1293 length = be16_to_cpu(pte->segment_length);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c584 fp->lport = be16_to_cpu(cmd.rsp.u.create.lport);
1262 vlan_param.u.vlan = FUN_ADI_VLAN_INIT(be16_to_cpu(vlan_proto),
1885 unsigned int port_idx = be16_to_cpu(notif->id);
/linux-master/drivers/scsi/libsas/
H A Dsas_expander.c492 dev->ex_dev.ex_change_count = be16_to_cpu(rg->change_count);
493 dev->ex_dev.max_route_indexes = be16_to_cpu(rg->route_indexes);
1771 *ecc = be16_to_cpu(rg_resp->rg.change_count);
/linux-master/drivers/scsi/
H A Dipr.c1117 res->flags = be16_to_cpu(cfgtew->u.cfgte64->flags);
1118 res->res_flags = be16_to_cpu(cfgtew->u.cfgte64->res_flags);
1262 res->flags = be16_to_cpu(cfgtew->u.cfgte64->flags);
1263 res->res_flags = be16_to_cpu(cfgtew->u.cfgte64->res_flags);
2210 add_len -= be16_to_cpu(fabric->length);
2212 ((unsigned long)fabric + be16_to_cpu(fabric->length));
2304 add_len -= be16_to_cpu(fabric->length);
2306 ((unsigned long)fabric + be16_to_cpu(fabric->length));
5952 data_len = be16_to_cpu(ioasa->hdr.ret_stat_len);
6079 min_t(u16, be16_to_cpu(ioasa6
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1169 pi->vnr = be16_to_cpu(h->volume);
1170 pi->cmd = be16_to_cpu(h->command);
1175 pi->cmd = be16_to_cpu(h->command);
1181 pi->cmd = be16_to_cpu(h->command);
1182 pi->size = be16_to_cpu(h->length);
4147 ddsf = be16_to_cpu(p->dds_flags);
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1351 login->cid = be16_to_cpu(login_req->cid);
1352 login->tsih = be16_to_cpu(login_req->tsih);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c1127 ret = linecard->hw_revision == be16_to_cpu(ini_file->format.hw_revision) &&
1128 linecard->ini_version == be16_to_cpu(ini_file->format.ini_version);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c196 idx = be16_to_cpu(cqe64->wqe_counter) &
202 idx = be16_to_cpu(cqe64->wqe_counter) &
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1410 ch.chspec = be16_to_cpu(rxframe->chanspec);
1956 ch.chspec = be16_to_cpu(rxframe->chanspec);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1655 fdirport = be16_to_cpu(input->formatted.dst_port);
1657 fdirport |= be16_to_cpu(input->formatted.src_port);
/linux-master/drivers/hwmon/
H A Dltc4282.c232 *val = DIV_ROUND_CLOSEST_ULL(be16_to_cpu(in) * (u64)fs, U16_MAX);
506 power = be16_to_cpu(raw);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c874 if (be16_to_cpu(fsp->m_ext.vlan_etype) != 0xFFFF)
877 vlan_etype = be16_to_cpu(fsp->h_ext.vlan_etype);

Completed in 705 milliseconds

<<11121314151617181920>>