Home
last modified time | relevance | path

Searched refs:buf_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c284 struct zyd_tx_header *buf_hdr; in zyd_send() local
386 buf_hdr = (struct zyd_tx_header *)m->b_rptr; in zyd_send()
389 buf_hdr->frame_size = LE_16(frame_size); in zyd_send()
406 buf_hdr->type_flags |= ZYD_TX_FLAG_RTS; in zyd_send()
410 buf_hdr->type_flags |= in zyd_send()
413 buf_hdr->type_flags |= ZYD_TX_FLAG_RTS; in zyd_send()
416 buf_hdr->type_flags |= ZYD_TX_FLAG_MULTICAST; in zyd_send()
424 buf_hdr->rate_mod_flags |= ZYD_TX_RMF_OFDM; in zyd_send()
426 buf_hdr->rate_mod_flags |= ZYD_TX_RMF_5GHZ; in zyd_send()
436 buf_hdr->service = service; in zyd_send()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c611 struct bin_buffer_hdr *buf_hdr; local
619 buf_hdr = (struct bin_buffer_hdr *)data;
621 offset = buf_hdr[BIN_BUF_INIT_FW_VER_INFO].offset;
624 offset = buf_hdr[BIN_BUF_INIT_CMD].offset;
627 offset = buf_hdr[BIN_BUF_INIT_VAL].offset;
630 offset = buf_hdr[BIN_BUF_INIT_MODE_TREE].offset;
632 len = buf_hdr[BIN_BUF_INIT_CMD].length;