Home
last modified time | relevance | path

Searched refs:rtl8187b_tx_hdr (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8187.h77 struct rtl8187b_tx_hdr { struct
Ddev.c196 skb_pull(skb, priv->is_rtl8187b ? sizeof(struct rtl8187b_tx_hdr) : in rtl8187_tx_cb()
295 struct rtl8187b_tx_hdr *hdr = in rtl8187_tx()
296 (struct rtl8187b_tx_hdr *)skb_push(skb, sizeof(*hdr)); in rtl8187_tx()
1620 sizeof(struct rtl8187b_tx_hdr); in rtl8187_probe()