Lines Matching refs:ath6kl_llc_snap_hdr
162 struct ath6kl_llc_snap_hdr *llc_hdr; in ath6kl_wmi_dix_2_dot3()
172 size = sizeof(struct ath6kl_llc_snap_hdr) + sizeof(struct wmi_data_hdr); in ath6kl_wmi_dix_2_dot3()
187 skb_push(skb, sizeof(struct ath6kl_llc_snap_hdr)); in ath6kl_wmi_dix_2_dot3()
194 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap + sizeof(*eth_hdr)); in ath6kl_wmi_dix_2_dot3()
304 struct ath6kl_llc_snap_hdr *llc_hdr; in ath6kl_wmi_implicit_create_pstream()
327 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap + in ath6kl_wmi_implicit_create_pstream()
339 sizeof(struct ath6kl_llc_snap_hdr), in ath6kl_wmi_implicit_create_pstream()
391 struct ath6kl_llc_snap_hdr *llc_hdr; in ath6kl_wmi_dot11_hdr_remove()
417 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap); in ath6kl_wmi_dot11_hdr_remove()
440 skb_pull(skb, sizeof(struct ath6kl_llc_snap_hdr)); in ath6kl_wmi_dot11_hdr_remove()
456 struct ath6kl_llc_snap_hdr *llc_hdr; in ath6kl_wmi_dot3_2_dix()
467 llc_hdr = (struct ath6kl_llc_snap_hdr *) (datap + sizeof(eth_hdr)); in ath6kl_wmi_dot3_2_dix()
470 skb_pull(skb, sizeof(struct ath6kl_llc_snap_hdr)); in ath6kl_wmi_dot3_2_dix()