Lines Matching refs:skb_cb
5534 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove() local
5535 struct ath11k *ar = skb_cb->ar; in ath11k_mac_vif_txmgmt_idr_remove()
5537 if (skb_cb->vif == vif) in ath11k_mac_vif_txmgmt_idr_remove()
5615 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work() local
5621 skb_cb = ATH11K_SKB_CB(skb); in ath11k_mgmt_over_wmi_tx_work()
5622 if (!skb_cb->vif) { in ath11k_mgmt_over_wmi_tx_work()
5628 arvif = ath11k_vif_to_arvif(skb_cb->vif); in ath11k_mgmt_over_wmi_tx_work()
5688 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx() local
5700 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_mac_op_tx()
5701 skb_cb->vif = vif; in ath11k_mac_op_tx()
5704 skb_cb->cipher = key->cipher; in ath11k_mac_op_tx()
5705 skb_cb->flags |= ATH11K_SKB_CIPHER_SET; in ath11k_mac_op_tx()
5709 skb_cb->flags |= ATH11K_SKB_HW_80211_ENCAP; in ath11k_mac_op_tx()
6469 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_unref() local
6471 if (skb_cb->vif == vif) in ath11k_mac_vif_unref()
6472 skb_cb->vif = NULL; in ath11k_mac_vif_unref()