Searched refs:be16_to_cpu (Results 1 – 8 of 8) 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()
179 be16_to_cpu(footer->cyls) * footer->heads * footer->secs_per_cyl; in vpc_open()541 footer->major = be16_to_cpu(0x0005); in vpc_create()542 footer->minor =be16_to_cpu(0x0003); in vpc_create()547 footer->cyls = be16_to_cpu(cyls); in vpc_create()
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()
43 #define cfi16_to_cpu(x) be16_to_cpu(x)
102 #define be16_to_cpu __be16_to_cpu macro
523 pdu_len = be16_to_cpu(t.pdu_len); in next_io()