Searched refs:short_head (Results 1 – 3 of 3) sorted by relevance
997 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local1019 short_head = &beacon_buffer->short_head; in vnt_beacon_xmit()1026 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1029 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()1031 short_head->time_stamp_off = in vnt_beacon_xmit()1035 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1039 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1042 short_head->duration = vnt_get_duration_le(priv, in vnt_beacon_xmit()1044 short_head->time_stamp_off = in vnt_beacon_xmit()
251 struct vnt_tx_short_buf_head short_head; member
1415 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local1418 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()1423 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()1430 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1433 short_head->duration = in vnt_beacon_xmit()1438 short_head->time_stamp_off = in vnt_beacon_xmit()1442 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1446 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1449 short_head->duration = in vnt_beacon_xmit()1454 short_head->time_stamp_off = in vnt_beacon_xmit()[all …]