Searched refs:wl1271_tx_hw_descr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
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()
|
D | main.c | 1073 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() 1268 struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_csum() 1662 struct wl1271_tx_hw_descr *last_desc; in wl18xx_pre_pkt_send() 1665 last_desc = (struct wl1271_tx_hw_descr *)(wl->aggr_buf + in wl18xx_pre_pkt_send()
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
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()
|
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()
|
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,
|
D | tx.h | 100 struct wl1271_tx_hw_descr { struct
|
D | main.c | 1392 sizeof(struct wl1271_tx_hw_descr) - sizeof(*hdr); in wl12xx_alloc_dummy_packet() 1400 skb_reserve(skb, sizeof(struct wl1271_tx_hw_descr)); in wl12xx_alloc_dummy_packet() 6234 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1295 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()
|