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

/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c1438 u_int16_t ltbuf[2]; local
1443 wi_read_bap(sc, fid, 0, ltbuf, sizeof(ltbuf));
1445 switch (le16toh(ltbuf[1])) {
1447 wi_read_bap(sc, fid, sizeof(ltbuf), &stat, sizeof(stat));
1488 len = min(le16toh(ltbuf[0]) - 1, sizeof(sc->sc_stats) / 4);
1490 off = sizeof(ltbuf);
1502 le16toh(ltbuf[1]), le16toh(ltbuf[0])));
1935 u_int16_t ltbuf[ local
1966 u_int16_t ltbuf[2]; local
[all...]

Completed in 59 milliseconds