Searched refs:be16_to_cpu (Results 1 – 3 of 3) 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()
523 pdu_len = be16_to_cpu(t.pdu_len); in next_io()