Home
last modified time | relevance | path

Searched refs:tx_ctl (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/ath/ath5k/
Ddesc.c88 struct ath5k_hw_2w_tx_ctl *tx_ctl; in ath5k_hw_setup_2word_tx_desc() local
91 tx_ctl = &desc->ud.ds_tx5210.tx_ctl; in ath5k_hw_setup_2word_tx_desc()
123 tx_ctl->tx_control_0 = frame_len & AR5K_2W_TX_DESC_CTL0_FRAME_LEN; in ath5k_hw_setup_2word_tx_desc()
134 tx_ctl->tx_control_1 = pkt_len & AR5K_2W_TX_DESC_CTL1_BUF_LEN; in ath5k_hw_setup_2word_tx_desc()
142 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
161 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
166 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
170 tx_ctl->tx_control_1 |= in ath5k_hw_setup_2word_tx_desc()
176 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
181 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
[all …]
Ddesc.h317 struct ath5k_hw_2w_tx_ctl tx_ctl; member
327 struct ath5k_hw_4w_tx_ctl tx_ctl; member
Ddebug.c1138 ds->ds_data, td->tx_ctl.tx_control_0, td->tx_ctl.tx_control_1, in ath5k_debug_printtxbuf()
1139 td->tx_ctl.tx_control_2, td->tx_ctl.tx_control_3, in ath5k_debug_printtxbuf()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c161 struct ath9k_htc_tx_ctl *tx_ctl; in strip_drv_header() local
164 tx_ctl = HTC_SKB_CB(skb); in strip_drv_header()
166 if (tx_ctl->epid == priv->mgmt_ep) { in strip_drv_header()
171 } else if ((tx_ctl->epid == priv->data_bk_ep) || in strip_drv_header()
172 (tx_ctl->epid == priv->data_be_ep) || in strip_drv_header()
173 (tx_ctl->epid == priv->data_vi_ep) || in strip_drv_header()
174 (tx_ctl->epid == priv->data_vo_ep) || in strip_drv_header()
175 (tx_ctl->epid == priv->cab_ep)) { in strip_drv_header()
181 ath_err(common, "Unsupported EPID: %d\n", tx_ctl->epid); in strip_drv_header()
223 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_tx_mgmt() local
[all …]
Dhtc_drv_beacon.c198 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_send_beacon() local
240 tx_ctl = HTC_SKB_CB(beacon); in ath9k_htc_send_beacon()
241 memset(tx_ctl, 0, sizeof(*tx_ctl)); in ath9k_htc_send_beacon()
243 tx_ctl->type = ATH9K_HTC_BEACON; in ath9k_htc_send_beacon()
244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
Dhif_usb.c377 struct ath9k_htc_tx_ctl *tx_ctl; in hif_usb_send_tx() local
396 tx_ctl = HTC_SKB_CB(skb); in hif_usb_send_tx()
399 if ((tx_ctl->type == ATH9K_HTC_MGMT) || in hif_usb_send_tx()
400 (tx_ctl->type == ATH9K_HTC_BEACON)) { in hif_usb_send_tx()
406 if ((tx_ctl->type == ATH9K_HTC_NORMAL) || in hif_usb_send_tx()
407 (tx_ctl->type == ATH9K_HTC_AMPDU)) { in hif_usb_send_tx()
489 struct ath9k_htc_tx_ctl *tx_ctl; in check_index() local
491 tx_ctl = HTC_SKB_CB(skb); in check_index()
493 if ((tx_ctl->type == ATH9K_HTC_AMPDU) && in check_index()
494 (tx_ctl->sta_idx == idx)) in check_index()
Dhtc_hst.c302 struct ath9k_htc_tx_ctl *tx_ctl; in htc_send() local
304 tx_ctl = HTC_SKB_CB(skb); in htc_send()
305 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
/drivers/net/ethernet/micrel/
Dks8842.c875 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma() local
878 tx_ctl->adesc = NULL; in ks8842_stop_dma()
879 if (tx_ctl->chan) in ks8842_stop_dma()
880 dmaengine_terminate_all(tx_ctl->chan); in ks8842_stop_dma()
897 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs() local
902 if (tx_ctl->chan) in ks8842_dealloc_dma_bufs()
903 dma_release_channel(tx_ctl->chan); in ks8842_dealloc_dma_bufs()
904 tx_ctl->chan = NULL; in ks8842_dealloc_dma_bufs()
912 if (sg_dma_address(&tx_ctl->sg)) in ks8842_dealloc_dma_bufs()
913 dma_unmap_single(adapter->dev, sg_dma_address(&tx_ctl->sg), in ks8842_dealloc_dma_bufs()
[all …]
/drivers/spi/
Dspi-adi-v3.c751 u32 tx_ctl; in adi_spi_tx_dma_isr() local
762 tx_ctl = ioread32(&drv_data->regs->tx_control); in adi_spi_tx_dma_isr()
763 tx_ctl &= ~SPI_TXCTL_TDR_NF; in adi_spi_tx_dma_isr()
764 iowrite32(tx_ctl, &drv_data->regs->tx_control); in adi_spi_tx_dma_isr()