Searched refs:wl1271_tx_hw_descr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 95 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta() 207 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate() 208 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate() 226 desc = (struct wl1271_tx_hw_descr *)skb_push( in wl1271_tx_allocate() 269 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr() 278 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr() 450 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_prepare_tx_frame() 768 struct wl1271_tx_hw_descr *desc; in wlcore_tx_work_locked() 833 desc = (struct wl1271_tx_hw_descr *) skb->data; in wlcore_tx_work_locked() 961 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet() [all …]
|
D | hw_ops.h | 38 wlcore_hw_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_blocks() 49 struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_data_len() 137 struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_csum()
|
D | wlcore.h | 44 struct wl1271_tx_hw_descr; 62 struct wl1271_tx_hw_descr *desc, 65 struct wl1271_tx_hw_descr *desc, 83 struct wl1271_tx_hw_descr *desc,
|
D | tx.h | 114 struct wl1271_tx_hw_descr { struct
|
D | main.c | 1366 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr); in wl12xx_alloc_dummy_packet() 1374 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_alloc_dummy_packet() 6060 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 122 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl18xx_tx_complete_packet()
|
D | main.c | 1045 wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_blocks() 1052 wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_data_len() 1181 struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_csum() 1554 struct wl1271_tx_hw_descr *last_desc; in wl18xx_pre_pkt_send() 1557 last_desc = (struct wl1271_tx_hw_descr *)(wl->aggr_buf + in wl18xx_pre_pkt_send()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1310 wl12xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_blocks() 1322 wl12xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_data_len() 1571 struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_csum()
|