Searched refs:be16_to_cpu (Results 1 – 5 of 5) sorted by relevance
78 #define be16_to_cpu(x) __bswap_16(x) macro85 #define be16_to_cpu(x) (x) macro124 t->error = be16_to_cpu(t->error); in trace_to_cpu()125 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()
26 #define be16_to_cpu(n) ntohs(n) macro
520 pdu_len = be16_to_cpu(t.pdu_len); in next_io()
541 tag_flags = be16_to_cpu(tag->t_flags); in dump_descriptor_block()