Home
last modified time | relevance | path

Searched refs:wl1271_tx_hw_descr (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dtx.c84 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta()
133 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate()
134 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate()
151 desc = (struct wl1271_tx_hw_descr *)skb_push( in wl1271_tx_allocate()
180 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr()
185 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr()
576 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet()
707 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_reset()
Dtx.h58 struct wl1271_tx_hw_descr { struct
Dmain.c3330 sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()