Lines Matching refs:skb_cb
4761 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_vif_txmgmt_idr_remove() local
4763 struct ath12k *ar = skb_cb->ar; in ath12k_mac_vif_txmgmt_idr_remove()
4766 if (skb_cb->vif == vif) { in ath12k_mac_vif_txmgmt_idr_remove()
4770 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, in ath12k_mac_vif_txmgmt_idr_remove()
4844 struct ath12k_skb_cb *skb_cb; in ath12k_mgmt_over_wmi_tx_work() local
4850 skb_cb = ATH12K_SKB_CB(skb); in ath12k_mgmt_over_wmi_tx_work()
4851 if (!skb_cb->vif) { in ath12k_mgmt_over_wmi_tx_work()
4857 arvif = ath12k_vif_to_arvif(skb_cb->vif); in ath12k_mgmt_over_wmi_tx_work()
4912 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_op_tx() local
4923 memset(skb_cb, 0, sizeof(*skb_cb)); in ath12k_mac_op_tx()
4924 skb_cb->vif = vif; in ath12k_mac_op_tx()
4927 skb_cb->cipher = key->cipher; in ath12k_mac_op_tx()
4928 skb_cb->flags |= ATH12K_SKB_CIPHER_SET; in ath12k_mac_op_tx()
4932 skb_cb->flags |= ATH12K_SKB_HW_80211_ENCAP; in ath12k_mac_op_tx()
5546 struct ath12k_skb_cb *skb_cb; in ath12k_mac_vif_unref() local
5559 skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_vif_unref()
5560 if (skb_cb->vif == vif) in ath12k_mac_vif_unref()
5561 skb_cb->vif = NULL; in ath12k_mac_vif_unref()