Lines Matching refs:skb_cb
4158 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove() local
4160 struct ath11k *ar = skb_cb->ar; in ath11k_mac_vif_txmgmt_idr_remove()
4163 if (skb_cb->vif == vif) { in ath11k_mac_vif_txmgmt_idr_remove()
4167 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, in ath11k_mac_vif_txmgmt_idr_remove()
4240 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work() local
4246 skb_cb = ATH11K_SKB_CB(skb); in ath11k_mgmt_over_wmi_tx_work()
4247 if (!skb_cb->vif) { in ath11k_mgmt_over_wmi_tx_work()
4253 arvif = ath11k_vif_to_arvif(skb_cb->vif); in ath11k_mgmt_over_wmi_tx_work()
4309 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx() local
4320 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_mac_op_tx()
4321 skb_cb->vif = vif; in ath11k_mac_op_tx()
4324 skb_cb->cipher = key->cipher; in ath11k_mac_op_tx()
4325 skb_cb->flags |= ATH11K_SKB_CIPHER_SET; in ath11k_mac_op_tx()
4329 skb_cb->flags |= ATH11K_SKB_HW_80211_ENCAP; in ath11k_mac_op_tx()
4890 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_unref() local
4892 if (skb_cb->vif == vif) in ath11k_mac_vif_unref()
4893 skb_cb->vif = NULL; in ath11k_mac_vif_unref()