Lines Matching refs:wsm
1303 struct wsm_hdr *wsm, struct sk_buff **skb_p) in wsm_handle_rx() argument
1312 wsm_buf.begin = (u8 *)&wsm[0]; in wsm_handle_rx()
1313 wsm_buf.data = (u8 *)&wsm[1]; in wsm_handle_rx()
1314 wsm_buf.end = &wsm_buf.begin[__le16_to_cpu(wsm->len)]; in wsm_handle_rx()
1461 struct wsm_tx *wsm, in wsm_handle_tx_data() argument
1468 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset]; in wsm_handle_tx_data()
1493 if (cw1200_queue_get_generation(wsm->packet_id) > in wsm_handle_tx_data()
1523 priv->bss_loss_confirm_id = wsm->packet_id; in wsm_handle_tx_data()
1524 wsm->queue_id = WSM_QUEUE_VOICE; in wsm_handle_tx_data()
1553 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
1561 BUG_ON(cw1200_queue_remove(queue, wsm->packet_id)); in wsm_handle_tx_data()
1568 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
1668 struct wsm_tx *wsm = NULL; in wsm_get_tx() local
1718 &wsm, &tx_info, &txpriv)) in wsm_get_tx()
1721 if (wsm_handle_tx_data(priv, wsm, in wsm_get_tx()
1725 wsm->hdr.id &= __cpu_to_le16( in wsm_get_tx()
1727 wsm->hdr.id |= cpu_to_le16( in wsm_get_tx()
1731 *data = (u8 *)wsm; in wsm_get_tx()
1732 *tx_len = __le16_to_cpu(wsm->hdr.len); in wsm_get_tx()
1750 &((u8 *)wsm)[txpriv->offset]; in wsm_get_tx()
1761 wsm->more ? 'M' : ' '); in wsm_get_tx()