Home
last modified time | relevance | path

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

/titanic_41/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()
397 buf_hdr->packet_size = LE_16(frame_size + additional_size); in zyd_send()
399 buf_hdr->packet_size = LE_16(additional_size); in zyd_send()
401 buf_hdr->rate_mod_flags = LE_8(zyd_plcp_signal(rate)); in zyd_send()
402 buf_hdr->type_flags = LE_8(ZYD_TX_FLAG_BACKOFF); 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()
[all …]