Home
last modified time | relevance | path

Searched refs:txdesc (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.h116 void fill_txdesc_checksum_common(u8 *txdesc, size_t words) in fill_txdesc_checksum_common() argument
119 __le16 *data = (__le16 *)(txdesc); in fill_txdesc_checksum_common()
120 struct rtw_tx_desc *tx_desc = (struct rtw_tx_desc *)txdesc; in fill_txdesc_checksum_common()
133 u8 *txdesc) in rtw_tx_fill_txdesc_checksum() argument
137 chip->ops->fill_txdesc_checksum(rtwdev, pkt_info, txdesc); in rtw_tx_fill_txdesc_checksum()
H A Dfw.c1227 bool txdesc) in rtw_alloc_rsvd_page() argument
1239 rsvd_pkt->add_txdesc = txdesc; in rtw_alloc_rsvd_page()
1256 bool txdesc) in rtw_add_rsvd_page() argument
1260 rsvd_pkt = rtw_alloc_rsvd_page(rtwdev, type, txdesc); in rtw_add_rsvd_page()
H A Drtw8723d.c1968 u8 *txdesc) in rtw8723d_fill_txdesc_checksum() argument
1972 __le16 *data = (__le16 *)(txdesc); in rtw8723d_fill_txdesc_checksum()
1973 struct rtw_tx_desc *tx_desc = (struct rtw_tx_desc *)txdesc; in rtw8723d_fill_txdesc_checksum()
H A Drtw8821c.c1185 u8 *txdesc) in rtw8821c_fill_txdesc_checksum() argument
1187 fill_txdesc_checksum_common(txdesc, 16); in rtw8821c_fill_txdesc_checksum()
H A Drtw8822b.c1611 u8 *txdesc) in rtw8822b_fill_txdesc_checksum() argument
1615 fill_txdesc_checksum_common(txdesc, words); in rtw8822b_fill_txdesc_checksum()
H A Dmain.h889 u8 *txdesc);
H A Drtw8822c.c4592 u8 *txdesc) in rtw8822c_fill_txdesc_checksum() argument
4599 fill_txdesc_checksum_common(txdesc, words); in rtw8822c_fill_txdesc_checksum()
/freebsd/sys/dev/usb/wlan/
H A Dif_upgt.c2113 struct upgt_lmac_tx_desc *txdesc; in upgt_tx_start() local
2140 txdesc = (struct upgt_lmac_tx_desc *)(mem + 1); in upgt_tx_start()
2145 txdesc->header1.flags = UPGT_H1_FLAGS_TX_MGMT; in upgt_tx_start()
2147 memset(txdesc->rates, 0x10, sizeof(txdesc->rates)); in upgt_tx_start()
2150 txdesc->header1.flags = UPGT_H1_FLAGS_TX_DATA; in upgt_tx_start()
2151 memcpy(txdesc->rates, sc->sc_cur_rateset, sizeof(txdesc->rates)); in upgt_tx_start()
2153 txdesc->header1.type = UPGT_H1_TYPE_TX_DATA; in upgt_tx_start()
2154 txdesc->header1.len = htole16(m->m_pkthdr.len); in upgt_tx_start()
2155 txdesc->header2.reqid = htole32(data->addr); in upgt_tx_start()
2158 txdesc->type = htole32(UPGT_TX_DESC_TYPE_DATA); in upgt_tx_start()
[all …]
/freebsd/sys/dev/ti/
H A Dif_ti.c2913 struct ti_tx_desc txdesc; in ti_txeof() local
2934 ti_mem_read(sc, TI_TX_RING_BASE + idx * sizeof(txdesc), in ti_txeof()
2935 sizeof(txdesc), &txdesc); in ti_txeof()
2936 cur_tx = &txdesc; in ti_txeof()
3042 struct ti_tx_desc txdesc; in ti_encap() local
3093 bzero(&txdesc, sizeof(txdesc)); in ti_encap()
3094 f = &txdesc; in ti_encap()
3109 sizeof(txdesc), sizeof(txdesc), &txdesc); in ti_encap()
3117 txdesc.ti_flags |= TI_BDFLAG_END; in ti_encap()
3118 ti_mem_write(sc, TI_TX_RING_BASE + frag * sizeof(txdesc), in ti_encap()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1187 struct sk_buff *txdesc = NULL; in ath10k_htt_mgmt_tx() local
1222 txdesc = ath10k_htc_alloc_skb(ar, len); in ath10k_htt_mgmt_tx()
1223 if (!txdesc) { in ath10k_htt_mgmt_tx()
1236 skb_put(txdesc, len); in ath10k_htt_mgmt_tx()
1237 cmd = (struct htt_cmd *)txdesc->data; in ath10k_htt_mgmt_tx()
1248 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
1258 dev_kfree_skb_any(txdesc); in ath10k_htt_mgmt_tx()
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py244 ib.txdesc = busaddr + (addr_txdesc - cpuaddr)
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h3048 void *txdesc);
3051 void *txdesc);
5085 void *txdesc) in rtw89_chip_fill_txdesc() argument
5089 chip->ops->fill_txdesc(rtwdev, desc_info, txdesc); in rtw89_chip_fill_txdesc()
5095 void *txdesc) in rtw89_chip_fill_txdesc_fwcmd() argument
5099 chip->ops->fill_txdesc_fwcmd(rtwdev, desc_info, txdesc); in rtw89_chip_fill_txdesc_fwcmd()
5241 void *txdesc);
5244 void *txdesc);
5247 void *txdesc);
H A Dcore.c1159 void *txdesc) in rtw89_core_fill_txdesc() argument
1161 struct rtw89_txwd_body *txwd_body = (struct rtw89_txwd_body *)txdesc; in rtw89_core_fill_txdesc()
1182 void *txdesc) in rtw89_core_fill_txdesc_v1() argument
1184 struct rtw89_txwd_body_v1 *txwd_body = (struct rtw89_txwd_body_v1 *)txdesc; in rtw89_core_fill_txdesc_v1()
1220 void *txdesc) in rtw89_core_fill_txdesc_fwcmd_v1() argument
1222 struct rtw89_rxdesc_short *txwd_v1 = (struct rtw89_rxdesc_short *)txdesc; in rtw89_core_fill_txdesc_fwcmd_v1()
H A Dpci.c1274 void *txdesc; in rtw89_pci_fwcmd_submit() local
1281 txdesc = skb_push(skb, txdesc_size); in rtw89_pci_fwcmd_submit()
1282 memset(txdesc, 0, txdesc_size); in rtw89_pci_fwcmd_submit()
1283 rtw89_chip_fill_txdesc_fwcmd(rtwdev, desc_info, txdesc); in rtw89_pci_fwcmd_submit()