Searched refs:p9toh (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/virtio/
H A Dfs9p.hh66 p9toh(T v) { return letoh(v); } function
73 p9toh(P9MsgHeader v) function
75 v.len = p9toh(v.len);
76 v.type = p9toh(v.type);
77 v.tag = p9toh(v.tag);
H A Dfs9p.cc150 header = p9toh(header);
271 header = p9toh(header);

Completed in 6 milliseconds