Searched refs:be16_to_cpu (Results 251 - 275 of 683) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h292 return be16_to_cpu(wqe->next_wqe_index);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rx.c125 u16 sum = be16_to_cpu((__force __be16)PREFIX_FIELD(prefix, CSUM_FRAME));
/linux-master/fs/sysv/
H A Dsysv.h225 return be16_to_cpu((__force __be16)n);
/linux-master/drivers/iio/gyro/
H A Dmpu3050-core.c342 *val = (s16)be16_to_cpu(raw_val);
357 *val = be16_to_cpu(raw_val);
509 fifocnt = be16_to_cpu(raw_fifocnt);
593 fifocnt = be16_to_cpu(raw_fifocnt);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci.c94 pdn->pe_num_map[vf_index] = be16_to_cpu(pe_num);
H A Dpapr-sysparm.c34 return be16_to_cpu(buf->len);
/linux-master/drivers/nfc/st-nci/
H A Di2c.c123 len = be16_to_cpu(*(__be16 *) (buf + 2));
/linux-master/drivers/regulator/
H A Dad5398.c48 *data = be16_to_cpu(val);
/linux-master/drivers/iio/adc/
H A Dmt6370-adc.c99 *val = be16_to_cpu(be_val);
H A Dltc2309.c127 *val = be16_to_cpu(buf) >> 4;
H A Dad7091r8.c141 *val = be16_to_cpu(st->rx_buf);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c388 headroom = be16_to_cpu(rxreq->headroom);
433 cv = be16_to_cpu(rxreq->pkt_cv);
440 skb->csum_level = be16_to_cpu(rxreq->csum) - 1;
471 u16 sf_p = be16_to_cpu(ci->sf_p);
/linux-master/drivers/iio/light/
H A Dbh1750.c126 *val = be16_to_cpu(result);
/linux-master/drivers/iio/pressure/
H A Dmpl3115.c118 *val = sign_extend32(be16_to_cpu(tmp) >> chan->scan_type.shift,
H A Dabp060mg.c118 pressure = be16_to_cpu(buf[0]);
/linux-master/arch/arc/include/asm/
H A Dio.h39 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })
/linux-master/drivers/cpuidle/
H A Dcpuidle-pseries.c182 payload_size = be16_to_cpu(xcede_latency_parameter.payload_size);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c160 if (be16_to_cpu(*((__be16 *)ptr)) != KG2_TOK_WRAP)
/linux-master/fs/dlm/
H A Ddir.c115 namelen = be16_to_cpu(v);
/linux-master/drivers/nfc/nxp-nci/
H A Di2c.c113 frame_len = (be16_to_cpu(header) & NXP_NCI_FW_FRAME_LEN_MASK) +
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c119 data_len = be16_to_cpu(data_len_b);
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c46 if (be16_to_cpu(bi->tag) == BI_VME_TYPE)
/linux-master/fs/hfs/
H A Dinode.c276 count += be16_to_cpu(ext[i].count);
342 rec->file.PyLen, be16_to_cpu(rec->file.ClpSize));
345 rec->file.RPyLen, be16_to_cpu(rec->file.ClpSize));
362 inode->i_size = be16_to_cpu(rec->dir.Val) + 2;
/linux-master/drivers/nvmem/layouts/
H A Donie-tlv.c204 data_len = be16_to_cpu(hdr.data_len);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c55 lo = (u64)be16_to_cpu(ts_cqe->timestamp_lo);

Completed in 267 milliseconds

<<11121314151617181920>>