Home
last modified time | relevance | path

Searched refs:tx_ctl (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A 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 in ath5k_hw_setup_2word_tx_desc()
253 struct ath5k_hw_4w_tx_ctl *tx_ctl; ath5k_hw_setup_4word_tx_desc() local
385 struct ath5k_hw_4w_tx_ctl *tx_ctl; ath5k_hw_setup_mrr_tx_desc() local
[all...]
H A Ddesc.h313 * @tx_ctl: The &struct ath5k_hw_2w_tx_ctl
317 struct ath5k_hw_2w_tx_ctl tx_ctl; member
323 * @tx_ctl: The &struct ath5k_hw_4w_tx_ctl
327 struct ath5k_hw_4w_tx_ctl tx_ctl; member
H A Ddebug.c1101 ds->ds_data, td->tx_ctl.tx_control_0, td->tx_ctl.tx_control_1, in ath5k_debug_printtxbuf()
1102 td->tx_ctl.tx_control_2, td->tx_ctl.tx_control_3, in ath5k_debug_printtxbuf()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A 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 in ath5k_hw_setup_2word_tx_desc()
253 struct ath5k_hw_4w_tx_ctl *tx_ctl; ath5k_hw_setup_4word_tx_desc() local
385 struct ath5k_hw_4w_tx_ctl *tx_ctl; ath5k_hw_setup_mrr_tx_desc() local
[all...]
H A Ddesc.h313 * @tx_ctl: The &struct ath5k_hw_2w_tx_ctl
317 struct ath5k_hw_2w_tx_ctl tx_ctl; member
323 * @tx_ctl: The &struct ath5k_hw_4w_tx_ctl
327 struct ath5k_hw_4w_tx_ctl tx_ctl; member
H A Ddebug.c1099 ds->ds_data, td->tx_ctl.tx_control_0, td->tx_ctl.tx_control_1, in ath5k_debug_printtxbuf()
1100 td->tx_ctl.tx_control_2, td->tx_ctl.tx_control_3, in ath5k_debug_printtxbuf()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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
268 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_tx_data() local
445 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_tx_process() local
689 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_txep() local
714 struct ath9k_htc_tx_ctl *tx_ctl; check_packet() local
[all...]
H A 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()
H A Dhif_usb.c380 struct ath9k_htc_tx_ctl *tx_ctl; in hif_usb_send_tx() local
399 tx_ctl = HTC_SKB_CB(skb); in hif_usb_send_tx()
402 if ((tx_ctl->type == ATH9K_HTC_MGMT) || in hif_usb_send_tx()
403 (tx_ctl->type == ATH9K_HTC_BEACON)) { in hif_usb_send_tx()
409 if ((tx_ctl->type == ATH9K_HTC_NORMAL) || in hif_usb_send_tx()
410 (tx_ctl->type == ATH9K_HTC_AMPDU)) { in hif_usb_send_tx()
492 struct ath9k_htc_tx_ctl *tx_ctl; in check_index() local
494 tx_ctl = HTC_SKB_CB(skb); in check_index()
496 if ((tx_ctl->type == ATH9K_HTC_AMPDU) && in check_index()
497 (tx_ctl in check_index()
[all...]
H A Dhtc_hst.c306 struct ath9k_htc_tx_ctl *tx_ctl; in htc_send() local
308 tx_ctl = HTC_SKB_CB(skb); in htc_send()
309 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A 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
268 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_tx_data() local
450 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_tx_process() local
694 struct ath9k_htc_tx_ctl *tx_ctl; ath9k_htc_txep() local
719 struct ath9k_htc_tx_ctl *tx_ctl; check_packet() local
[all...]
H A 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()
H A Dhif_usb.c378 struct ath9k_htc_tx_ctl *tx_ctl; in hif_usb_send_tx() local
397 tx_ctl = HTC_SKB_CB(skb); in hif_usb_send_tx()
400 if ((tx_ctl->type == ATH9K_HTC_MGMT) || in hif_usb_send_tx()
401 (tx_ctl->type == ATH9K_HTC_BEACON)) { in hif_usb_send_tx()
407 if ((tx_ctl->type == ATH9K_HTC_NORMAL) || in hif_usb_send_tx()
408 (tx_ctl->type == ATH9K_HTC_AMPDU)) { in hif_usb_send_tx()
490 struct ath9k_htc_tx_ctl *tx_ctl; in check_index() local
492 tx_ctl = HTC_SKB_CB(skb); in check_index()
494 if ((tx_ctl->type == ATH9K_HTC_AMPDU) && in check_index()
495 (tx_ctl in check_index()
[all...]
H A Dhtc_hst.c306 struct ath9k_htc_tx_ctl *tx_ctl; in htc_send() local
308 tx_ctl = HTC_SKB_CB(skb); in htc_send()
309 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dks8842.c861 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma() local
864 tx_ctl->adesc = NULL; in ks8842_stop_dma()
865 if (tx_ctl->chan) in ks8842_stop_dma()
866 dmaengine_terminate_all(tx_ctl->chan); in ks8842_stop_dma()
883 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs() local
888 if (tx_ctl->chan) in ks8842_dealloc_dma_bufs()
889 dma_release_channel(tx_ctl->chan); in ks8842_dealloc_dma_bufs()
890 tx_ctl->chan = NULL; in ks8842_dealloc_dma_bufs()
898 if (sg_dma_address(&tx_ctl->sg)) in ks8842_dealloc_dma_bufs()
899 dma_unmap_single(adapter->dev, sg_dma_address(&tx_ctl in ks8842_dealloc_dma_bufs()
915 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; ks8842_alloc_dma_bufs() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dks8842.c863 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma() local
866 tx_ctl->adesc = NULL; in ks8842_stop_dma()
867 if (tx_ctl->chan) in ks8842_stop_dma()
868 dmaengine_terminate_all(tx_ctl->chan); in ks8842_stop_dma()
885 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs() local
890 if (tx_ctl->chan) in ks8842_dealloc_dma_bufs()
891 dma_release_channel(tx_ctl->chan); in ks8842_dealloc_dma_bufs()
892 tx_ctl->chan = NULL; in ks8842_dealloc_dma_bufs()
900 if (sg_dma_address(&tx_ctl->sg)) in ks8842_dealloc_dma_bufs()
901 dma_unmap_single(adapter->dev, sg_dma_address(&tx_ctl in ks8842_dealloc_dma_bufs()
917 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; ks8842_alloc_dma_bufs() local
[all...]
/kernel/linux/linux-5.10/sound/soc/qcom/
H A Dlpass-cpu.c571 struct lpass_hdmi_tx_ctl *tx_ctl; in lpass_hdmi_init_bitfields() local
582 tx_ctl = devm_kzalloc(dev, sizeof(*tx_ctl), GFP_KERNEL); in lpass_hdmi_init_bitfields()
583 if (!tx_ctl) in lpass_hdmi_init_bitfields()
586 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->soft_reset, tx_ctl->soft_reset); in lpass_hdmi_init_bitfields()
587 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->force_reset, tx_ctl->force_reset); in lpass_hdmi_init_bitfields()
588 drvdata->tx_ctl = tx_ctl; in lpass_hdmi_init_bitfields()
H A Dlpass-hdmi.c77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params()
81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
H A Dlpass.h112 struct lpass_hdmi_tx_ctl *tx_ctl; member
/kernel/linux/linux-6.6/sound/soc/qcom/
H A Dlpass-hdmi.c77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params()
81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
H A Dlpass-cpu.c618 struct lpass_hdmi_tx_ctl *tx_ctl; in lpass_hdmi_init_bitfields() local
629 tx_ctl = devm_kzalloc(dev, sizeof(*tx_ctl), GFP_KERNEL); in lpass_hdmi_init_bitfields()
630 if (!tx_ctl) in lpass_hdmi_init_bitfields()
633 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->soft_reset, tx_ctl->soft_reset); in lpass_hdmi_init_bitfields()
634 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->force_reset, tx_ctl->force_reset); in lpass_hdmi_init_bitfields()
635 drvdata->tx_ctl = tx_ctl; in lpass_hdmi_init_bitfields()
H A Dlpass.h176 struct lpass_hdmi_tx_ctl *tx_ctl; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c823 u32 tx_ctl = vgpu_vreg_t(vgpu, DP_TP_CTL(PORT_E)); in fdi_auto_training_started() local
828 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
829 (tx_ctl & DP_TP_CTL_FDI_AUTOTRAIN)) in fdi_auto_training_started()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c572 u32 tx_ctl = vgpu_vreg_t(vgpu, DP_TP_CTL(PORT_E)); in fdi_auto_training_started() local
577 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
578 (tx_ctl & DP_TP_CTL_FDI_AUTOTRAIN)) in fdi_auto_training_started()

Completed in 32 milliseconds