Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c68 struct wl1271_tx_hw_descr *tx_desc; in wl18xx_tx_complete_packet()
81 tx_desc = (struct wl1271_tx_hw_descr *)skb->data; in wl18xx_tx_complete_packet()
112 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl18xx_tx_complete_packet()
H A Dmain.c1073 wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_blocks()
1080 wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_data_len()
1218 struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_csum()
1595 struct wl1271_tx_hw_descr *last_desc; in wl18xx_pre_pkt_send()
1598 last_desc = (struct wl1271_tx_hw_descr *)(wl->aggr_buf + in wl18xx_pre_pkt_send()
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c82 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta()
194 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate()
195 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate()
254 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr()
263 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr()
434 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_prepare_tx_frame()
752 struct wl1271_tx_hw_descr *desc; in wlcore_tx_work_locked()
817 desc = (struct wl1271_tx_hw_descr *) skb->data; in wlcore_tx_work_locked()
947 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet()
1111 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_tx_reset()
H A Dhw_ops.h24 wlcore_hw_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_blocks()
35 struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_data_len()
123 struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_csum()
H A Dwlcore.h33 struct wl1271_tx_hw_descr;
51 struct wl1271_tx_hw_descr *desc,
54 struct wl1271_tx_hw_descr *desc,
72 struct wl1271_tx_hw_descr *desc,
H A Dtx.h100 struct wl1271_tx_hw_descr { struct
H A Dmain.c1313 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr); in wl12xx_alloc_dummy_packet()
1321 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_alloc_dummy_packet()
6152 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1295 wl12xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_blocks()
1307 wl12xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_data_len()
1563 struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_csum()