Searched refs:short_head (Results 1 – 3 of 3) sorted by relevance
993 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local1015 short_head = &beacon_buffer->short_head; in vnt_beacon_xmit()1022 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1025 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()1027 short_head->time_stamp_off = in vnt_beacon_xmit()1031 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1035 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1038 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()1040 short_head->time_stamp_off = in vnt_beacon_xmit()
238 struct vnt_tx_short_buf_head short_head; member
1407 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local1410 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()1415 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()1422 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1425 short_head->duration = in vnt_beacon_xmit()1430 short_head->time_stamp_off = in vnt_beacon_xmit()1434 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1438 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1441 short_head->duration = in vnt_beacon_xmit()1446 short_head->time_stamp_off = in vnt_beacon_xmit()[all …]