Searched refs:short_head (Results 1 – 2 of 2) sorted by relevance
625 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit() local647 short_head = skb_push(skb, sizeof(*short_head)); in vnt_beacon_xmit()654 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()657 short_head->time_stamp_off = in vnt_beacon_xmit()661 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()665 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()668 short_head->time_stamp_off = in vnt_beacon_xmit()673 short_head->duration = mgmt_hdr->duration; in vnt_beacon_xmit()
1360 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit() local1363 (priv->tx_beacon_bufs + sizeof(*short_head)); in vnt_beacon_xmit()1368 memset(priv->tx_beacon_bufs, 0, sizeof(*short_head)); in vnt_beacon_xmit()1375 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()1378 short_head->duration = in vnt_beacon_xmit()1383 short_head->time_stamp_off = in vnt_beacon_xmit()1387 short_head->fifo_ctl |= cpu_to_le16(FIFOCTL_11B); in vnt_beacon_xmit()1391 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()1394 short_head->duration = in vnt_beacon_xmit()1399 short_head->time_stamp_off = in vnt_beacon_xmit()[all …]