Home
last modified time | relevance | path

Searched refs:ath6kl_llc_snap_hdr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcommon.h50 sizeof(struct ath6kl_llc_snap_hdr))
56 sizeof(struct ath6kl_llc_snap_hdr))
62 struct ath6kl_llc_snap_hdr { struct
H A Dwmi.c162 struct ath6kl_llc_snap_hdr *llc_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()
[all …]
H A Dtxrx.c112 struct ath6kl_llc_snap_hdr *llc_hdr; in ath6kl_process_uapsdq()
139 llc_hdr = (struct ath6kl_llc_snap_hdr *) in ath6kl_process_uapsdq()
398 sizeof(struct ath6kl_llc_snap_hdr); in ath6kl_data_tx()
1380 sizeof(struct ath6kl_llc_snap_hdr); in ath6kl_rx()
H A Dmain.c1300 dev->needed_headroom += roundup(sizeof(struct ath6kl_llc_snap_hdr) + in init_netdev()