Searched refs:tx_frame (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | if_wi.c | 2317 struct wi_frame tx_frame; in wi_start() local 2336 bzero(&tx_frame, sizeof(tx_frame)); in wi_start() 2363 &tx_frame.wi_addr1, ETHER_ADDR_LEN); in wi_start() 2392 tx_frame.wi_type = eh->ether_type; in wi_start() 2406 tx_frame.wi_dat_len); in wi_start() 2411 tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len); in wi_start() 2423 tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len); in wi_start() 2477 struct wi_frame tx_frame; in wi_mgmt_xmit() local 2488 bzero(&tx_frame, sizeof(tx_frame)); in wi_mgmt_xmit() 2495 tx_frame.wi_len = htole16(tx_frame.wi_dat_len); in wi_mgmt_xmit() [all …]
|
H A D | qwxreg.h | 3572 void *tx_frame; member
|
H A D | qwzreg.h | 3634 void *tx_frame; member
|
/openbsd/lib/libfido2/src/ |
H A D | io.c | 97 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame() function 136 if ((n = tx_frame(d, seq++, buf + sent, count - sent, in tx()
|