Searched refs:short_head (Results 1 – 2 of 2) sorted by relevance
621 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local643 short_head = skb_push(skb, sizeof(*short_head)); in vnt_beacon_xmit()650 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()653 short_head->time_stamp_off = in vnt_beacon_xmit()657 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()661 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()664 short_head->time_stamp_off = in vnt_beacon_xmit()669 short_head->duration = mgmt_hdr->duration; in vnt_beacon_xmit()
1358 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local1361 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()1366 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()1373 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1376 short_head->duration = in vnt_beacon_xmit()1381 short_head->time_stamp_off = in vnt_beacon_xmit()1385 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1389 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1392 short_head->duration = in vnt_beacon_xmit()1397 short_head->time_stamp_off = in vnt_beacon_xmit()[all …]