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

/linux-master/drivers/staging/vt6656/
H A Drxtx.c621 struct vnt_tx_short_buf_head *short_head; local
643 short_head = skb_push(skb, sizeof(*short_head));
650 PK_TYPE_11A, &short_head->ab);
653 short_head->time_stamp_off =
657 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B);
661 PK_TYPE_11B, &short_head->ab);
664 short_head->time_stamp_off =
669 short_head->duration = mgmt_hdr->duration;
/linux-master/drivers/staging/vt6655/
H A Drxtx.c1358 struct vnt_tx_short_buf_head *short_head = local
1361 (priv->tx_beacon_bufs + sizeof(*short_head));
1366 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head));
1373 PK_TYPE_11A, &short_head->ab);
1376 short_head->duration =
1381 short_head->time_stamp_off =
1385 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B);
1389 PK_TYPE_11B, &short_head->ab);
1392 short_head->duration =
1397 short_head
[all...]

Completed in 208 milliseconds