Searched refs:ath6kl_llc_snap_hdr (Results 1 - 4 of 4) sorted by path

/linux-master/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 Dmain.c1300 dev->needed_headroom += roundup(sizeof(struct ath6kl_llc_snap_hdr) +
H A Dtxrx.c112 struct ath6kl_llc_snap_hdr *llc_hdr;
139 llc_hdr = (struct ath6kl_llc_snap_hdr *)
398 sizeof(struct ath6kl_llc_snap_hdr);
1380 sizeof(struct ath6kl_llc_snap_hdr);
H A Dwmi.c162 struct ath6kl_llc_snap_hdr *llc_hdr;
172 size = sizeof(struct ath6kl_llc_snap_hdr) + sizeof(struct wmi_data_hdr);
187 skb_push(skb, sizeof(struct ath6kl_llc_snap_hdr));
194 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap + sizeof(*eth_hdr));
304 struct ath6kl_llc_snap_hdr *llc_hdr;
327 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap +
339 sizeof(struct ath6kl_llc_snap_hdr),
391 struct ath6kl_llc_snap_hdr *llc_hdr;
417 llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap);
440 skb_pull(skb, sizeof(struct ath6kl_llc_snap_hdr));
[all...]

Completed in 398 milliseconds