Lines Matching refs:wsm
17 #include "wsm.h"
1296 struct wsm_hdr *wsm, struct sk_buff **skb_p)
1305 wsm_buf.begin = (u8 *)&wsm[0];
1306 wsm_buf.data = (u8 *)&wsm[1];
1307 wsm_buf.end = &wsm_buf.begin[__le16_to_cpu(wsm->len)];
1454 struct wsm_tx *wsm,
1461 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset];
1486 if (cw1200_queue_get_generation(wsm->packet_id) >
1516 priv->bss_loss_confirm_id = wsm->packet_id;
1517 wsm->queue_id = WSM_QUEUE_VOICE;
1546 priv->pending_frame_id = wsm->packet_id;
1554 BUG_ON(cw1200_queue_remove(queue, wsm->packet_id));
1561 priv->pending_frame_id = wsm->packet_id;
1661 struct wsm_tx *wsm = NULL;
1711 &wsm, &tx_info, &txpriv))
1714 if (wsm_handle_tx_data(priv, wsm,
1718 wsm->hdr.id &= __cpu_to_le16(
1720 wsm->hdr.id |= cpu_to_le16(
1724 *data = (u8 *)wsm;
1725 *tx_len = __le16_to_cpu(wsm->hdr.len);
1743 &((u8 *)wsm)[txpriv->offset];
1754 wsm->more ? 'M' : ' ');