Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dtx.c91 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta()
183 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate()
184 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate()
213 desc = (struct wl1271_tx_hw_descr *)skb_push( in wl1271_tx_allocate()
258 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr()
267 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr()
442 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_prepare_tx_frame()
696 struct wl1271_tx_hw_descr *desc; in wl1271_tx_work_locked()
749 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_work_locked()
873 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet()
[all …]
Dtx.h100 struct wl1271_tx_hw_descr { struct
Dmain.c1620 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr); in wl12xx_alloc_dummy_packet()
1628 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_alloc_dummy_packet()
5205 sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()