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