Searched refs:be16_to_cpu (Results 1 – 6 of 6) sorted by relevance
72 #define be16_to_cpu(x) __bswap_16(x) macro79 #define be16_to_cpu(x) (x) macro117 t->cpu = be16_to_cpu(t->cpu); in trace_to_cpu()118 t->error = be16_to_cpu(t->error); in trace_to_cpu()119 t->pdu_len = be16_to_cpu(t->pdu_len); in trace_to_cpu()
67 tp->cpu = be16_to_cpu(t->cpu); in convert_to_cpu()68 tp->error = be16_to_cpu(t->error); in convert_to_cpu()69 tp->pdu_len = be16_to_cpu(t->pdu_len); in convert_to_cpu()
94 id_str_size = be16_to_cpu(h.id_str_size); in qcow2_read_snapshots()95 name_size = be16_to_cpu(h.name_size); in qcow2_read_snapshots()
140 return be16_to_cpu(s->refcount_block_cache[block_index]); in get_refcount()520 refcount = be16_to_cpu(s->refcount_block_cache[block_index]); in update_refcount()738 refcount = be16_to_cpu(*p); in qcow2_create_refcount_update()
523 pdu_len = be16_to_cpu(t.pdu_len); in next_io()
61 static uint16_t be16_to_cpu(be16 v) in be16_to_cpu() function109 return be16_to_cpu(k); in read_u16()