Searched refs:wl1271_tx_hw_descr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | tx.c | 68 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()
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 82 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta() 191 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate() 192 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate() 251 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr() 260 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr() 431 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_prepare_tx_frame() 749 struct wl1271_tx_hw_descr *desc; in wlcore_tx_work_locked() 814 desc = (struct wl1271_tx_hw_descr *) skb->data; in wlcore_tx_work_locked() 944 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet() 1108 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_tx_reset()
|
H A D | hw_ops.h | 24 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 D | wlcore.h | 33 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 D | tx.h | 100 struct wl1271_tx_hw_descr { struct
|