Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Drxtx.c627 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local
649 short_head = skb_push(skb, sizeof(*short_head)); in vnt_beacon_xmit()
656 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
659 short_head->time_stamp_off = in vnt_beacon_xmit()
663 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()
667 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
670 short_head->time_stamp_off = in vnt_beacon_xmit()
675 short_head->duration = mgmt_hdr->duration; in vnt_beacon_xmit()
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.c1357 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local
1360 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()
1365 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()
1372 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
1375 short_head->duration = in vnt_beacon_xmit()
1380 short_head->time_stamp_off = in vnt_beacon_xmit()
1384 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()
1388 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
1391 short_head->duration = in vnt_beacon_xmit()
1396 short_head->time_stamp_off = in vnt_beacon_xmit()
[all …]