Lines Matching refs:wsm
1301 struct wsm_hdr *wsm, struct sk_buff **skb_p) in wsm_handle_rx() argument
1310 wsm_buf.begin = (u8 *)&wsm[0]; in wsm_handle_rx()
1311 wsm_buf.data = (u8 *)&wsm[1]; in wsm_handle_rx()
1312 wsm_buf.end = &wsm_buf.begin[__le16_to_cpu(wsm->len)]; in wsm_handle_rx()
1459 struct wsm_tx *wsm, in wsm_handle_tx_data() argument
1466 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset]; in wsm_handle_tx_data()
1491 if (cw1200_queue_get_generation(wsm->packet_id) > in wsm_handle_tx_data()
1521 priv->bss_loss_confirm_id = wsm->packet_id; in wsm_handle_tx_data()
1522 wsm->queue_id = WSM_QUEUE_VOICE; in wsm_handle_tx_data()
1551 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
1559 BUG_ON(cw1200_queue_remove(queue, wsm->packet_id)); in wsm_handle_tx_data()
1566 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
1666 struct wsm_tx *wsm = NULL; in wsm_get_tx() local
1716 &wsm, &tx_info, &txpriv)) in wsm_get_tx()
1719 if (wsm_handle_tx_data(priv, wsm, in wsm_get_tx()
1723 wsm->hdr.id &= __cpu_to_le16( in wsm_get_tx()
1725 wsm->hdr.id |= cpu_to_le16( in wsm_get_tx()
1729 *data = (u8 *)wsm; in wsm_get_tx()
1730 *tx_len = __le16_to_cpu(wsm->hdr.len); in wsm_get_tx()
1748 &((u8 *)wsm)[txpriv->offset]; in wsm_get_tx()
1759 wsm->more ? 'M' : ' '); in wsm_get_tx()