Home
last modified time | relevance | path

Searched refs:wi_dat (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dif_wireg.h556 u_int16_t wi_dat[3]; /* 0x3C */ /* SNAP header */ member
H A Dif_wi_ieee.h461 u_int16_t wi_dat[3]; member
H A Dif_wi.c2389 tx_frame.wi_dat[0] = htons(WI_SNAP_WORD0); in wi_start()
2390 tx_frame.wi_dat[1] = htons(WI_SNAP_WORD1); in wi_start()
2398 bcopy(&tx_frame.wi_dat[0], &sc->wi_txbuf[4], 6); in wi_start()