Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c991 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local
1013 short_head = &beacon_buffer->short_head; in vnt_beacon_xmit()
1020 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
1023 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()
1025 short_head->time_stamp_off = in vnt_beacon_xmit()
1029 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()
1033 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
1036 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()
1038 short_head->time_stamp_off = in vnt_beacon_xmit()
Drxtx.h251 struct vnt_tx_short_buf_head short_head; member
/linux-4.1.27/drivers/staging/vt6655/
Drxtx.c1418 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local
1421 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()
1426 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()
1433 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
1436 short_head->duration = in vnt_beacon_xmit()
1441 short_head->time_stamp_off = in vnt_beacon_xmit()
1445 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()
1449 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
1452 short_head->duration = in vnt_beacon_xmit()
1457 short_head->time_stamp_off = in vnt_beacon_xmit()
[all …]