Home | History | Annotate | Download | only in altboot

Lines Matching refs:htole64

218 	txd[0].xd0 = htole64(VTOPHYS(&txd[1]));
219 txd[0].xd1 = htole64(T1_EMPTY);
220 txd[1].xd0 = htole64(VTOPHYS(&txd[0]));
221 txd[1].xd1 = htole64(T1_EMPTY);
223 rxd[0].xd0 = htole64(VTOPHYS(&rxd[1]));
224 rxd[0].xd2 = htole64(VTOPHYS(l->rxstore[0]) |
226 rxd[1].xd0 = htole64(VTOPHYS(&rxd[0]));
227 rxd[1].xd2 = htole64(VTOPHYS(l->rxstore[1]) |
299 txd->xd2 = htole64(VTOPHYS(buf) | ((uint64_t)len << 48));
300 txd->xd1 = htole64(T1_NOALIGN | (1 << 24));