Searched refs:wl1271_tx_hw_descr (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 82 struct wl1271_tx_hw_descr *tx_desc; in wl18xx_tx_complete_packet() 95 tx_desc = (struct wl1271_tx_hw_descr *)skb->data; in wl18xx_tx_complete_packet() 126 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl18xx_tx_complete_packet()
|
D | main.c | 1087 wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_blocks() 1094 wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_data_len() 1232 struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_csum() 1612 struct wl1271_tx_hw_descr *last_desc; in wl18xx_pre_pkt_send() 1615 last_desc = (struct wl1271_tx_hw_descr *)(wl->aggr_buf + in wl18xx_pre_pkt_send()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
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 | tx.c | 96 sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_ap_update_inconnection_sta() 208 struct wl1271_tx_hw_descr *desc; in wl1271_tx_allocate() 209 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; in wl1271_tx_allocate() 268 struct wl1271_tx_hw_descr *desc; in wl1271_tx_fill_hdr() 277 desc = (struct wl1271_tx_hw_descr *) skb->data; in wl1271_tx_fill_hdr() 448 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_prepare_tx_frame() 766 struct wl1271_tx_hw_descr *desc; in wlcore_tx_work_locked() 831 desc = (struct wl1271_tx_hw_descr *) skb->data; in wlcore_tx_work_locked() 962 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl1271_tx_complete_packet() 1126 skb_pull(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_tx_reset()
|
D | wlcore.h | 47 struct wl1271_tx_hw_descr; 65 struct wl1271_tx_hw_descr *desc, 68 struct wl1271_tx_hw_descr *desc, 86 struct wl1271_tx_hw_descr *desc,
|
D | tx.h | 114 struct wl1271_tx_hw_descr { struct
|
D | main.c | 1324 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr); in wl12xx_alloc_dummy_packet() 1332 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_alloc_dummy_packet() 6223 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
|
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1312 wl12xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_blocks() 1324 wl12xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_data_len() 1573 struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_csum()
|