Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c17 static bool gve_has_free_tx_qpl_bufs(struct gve_tx_ring *tx, int count) in gve_has_free_tx_qpl_bufs()
43 gve_alloc_tx_qpl_buf(struct gve_tx_ring *tx) in gve_alloc_tx_qpl_buf()
68 gve_free_tx_qpl_bufs(struct gve_tx_ring *tx, in gve_free_tx_qpl_bufs()
100 static bool gve_has_pending_packet(struct gve_tx_ring *tx) in gve_has_pending_packet()
114 gve_alloc_pending_packet(struct gve_tx_ring *tx) in gve_alloc_pending_packet()
143 gve_free_pending_packet(struct gve_tx_ring *tx, in gve_free_pending_packet()
162 static void gve_tx_clean_pending_packets(struct gve_tx_ring *tx) in gve_tx_clean_pending_packets()
194 struct gve_tx_ring *tx = &priv->tx[idx]; in gve_tx_stop_ring_dqo() local
206 static void gve_tx_free_ring_dqo(struct gve_priv *priv, struct gve_tx_ring *tx, in gve_tx_free_ring_dqo()
249 static int gve_tx_qpl_buf_init(struct gve_tx_ring *tx) in gve_tx_qpl_buf_init()
[all …]
Dgve_tx.c26 struct gve_tx_ring *tx = &priv->tx[tx_qid]; in gve_xdp_tx_flush() local
157 static int gve_clean_xdp_done(struct gve_priv *priv, struct gve_tx_ring *tx, in gve_clean_xdp_done()
203 struct gve_tx_ring *tx = &priv->tx[idx]; in gve_tx_stop_ring_gqi() local
214 static void gve_tx_free_ring_gqi(struct gve_priv *priv, struct gve_tx_ring *tx, in gve_tx_free_ring_gqi()
250 struct gve_tx_ring *tx = &priv->tx[idx]; in gve_tx_start_ring_gqi() local
260 struct gve_tx_ring *tx, in gve_tx_alloc_ring_gqi()
333 struct gve_tx_ring *tx = cfg->tx; in gve_tx_alloc_rings_gqi() local
378 struct gve_tx_ring *tx = cfg->tx; in gve_tx_free_rings_gqi() local
400 static inline u32 gve_tx_avail(struct gve_tx_ring *tx) in gve_tx_avail()
405 static inline int gve_skb_fifo_bytes_required(struct gve_tx_ring *tx, in gve_skb_fifo_bytes_required()
[all …]
/linux-6.12.1/drivers/media/i2c/adv748x/
Dadv748x-csi2.c25 int adv748x_csi2_set_virtual_channel(struct adv748x_csi2 *tx, unsigned int vc) in adv748x_csi2_set_virtual_channel()
42 static int adv748x_csi2_register_link(struct adv748x_csi2 *tx, in adv748x_csi2_register_link()
104 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_registered() local
156 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_s_stream() local
181 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_enum_mbus_code() local
212 static bool adv748x_csi2_is_fmt_supported(struct adv748x_csi2 *tx, u32 code) in adv748x_csi2_is_fmt_supported()
232 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_set_format() local
258 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_get_mbus_config() local
291 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_set_pixelrate() local
313 static int adv748x_csi2_init_controls(struct adv748x_csi2 *tx) in adv748x_csi2_init_controls()
[all …]
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dmem_protect.c574 const struct pkvm_mem_transition tx; member
579 const struct pkvm_mem_transition tx; member
639 const struct pkvm_mem_transition *tx) in host_request_owned_transition()
649 const struct pkvm_mem_transition *tx) in host_request_unshare()
659 const struct pkvm_mem_transition *tx) in host_initiate_share()
669 const struct pkvm_mem_transition *tx) in host_initiate_unshare()
679 const struct pkvm_mem_transition *tx) in host_initiate_donation()
688 static bool __host_ack_skip_pgtable_check(const struct pkvm_mem_transition *tx) in __host_ack_skip_pgtable_check()
694 static int __host_ack_transition(u64 addr, const struct pkvm_mem_transition *tx, in __host_ack_transition()
705 static int host_ack_donation(u64 addr, const struct pkvm_mem_transition *tx) in host_ack_donation()
[all …]
/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c2758 #define call_tx_stop_cbfn(tx) \ argument
2800 bna_tx_sm_stopped_entry(struct bna_tx *tx) in bna_tx_sm_stopped_entry()
2806 bna_tx_sm_stopped(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_stopped()
2831 bna_tx_sm_start_wait_entry(struct bna_tx *tx) in bna_tx_sm_start_wait_entry()
2837 bna_tx_sm_start_wait(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_start_wait()
2868 bna_tx_sm_started_entry(struct bna_tx *tx) in bna_tx_sm_started_entry()
2882 bna_tx_sm_started(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_started()
2907 bna_tx_sm_stop_wait_entry(struct bna_tx *tx) in bna_tx_sm_stop_wait_entry()
2912 bna_tx_sm_stop_wait(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_stop_wait()
2939 bna_tx_sm_cleanup_wait_entry(struct bna_tx *tx) in bna_tx_sm_cleanup_wait_entry()
[all …]
/linux-6.12.1/drivers/clk/mediatek/
Dclk-apmixed.c32 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_is_prepared() local
39 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_prepare() local
59 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_unprepare() local
76 struct mtk_ref2usb_tx *tx; in mtk_clk_register_ref2usb_tx() local
105 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_clk_unregister_ref2usb_tx() local
/linux-6.12.1/sound/soc/codecs/
Dlpass-tx-macro.c246 struct tx_macro *tx; member
252 struct tx_macro *tx; member
614 static int tx_macro_mclk_enable(struct tx_macro *tx, in tx_macro_mclk_enable()
652 struct tx_macro *tx, u8 decimator) in is_amic_enabled()
677 struct tx_macro *tx; in tx_macro_tx_hpf_corner_freq_callback() local
721 struct tx_macro *tx; in tx_macro_mute_update_callback() local
739 struct tx_macro *tx = snd_soc_component_get_drvdata(component); in tx_macro_mclk_event() local
757 struct tx_macro *tx, u16 mic_sel_reg, in tx_macro_update_smic_sel_v9()
779 struct tx_macro *tx, u16 mic_sel_reg, in tx_macro_update_smic_sel_v9_2()
807 struct tx_macro *tx = snd_soc_component_get_drvdata(component); in tx_macro_put_dec_enum() local
[all …]
/linux-6.12.1/drivers/infiniband/hw/hfi1/
Dipoib_tx.c114 static void hfi1_ipoib_free_tx(struct ipoib_txreq *tx, int budget) in hfi1_ipoib_free_tx()
138 struct ipoib_txreq *tx; in hfi1_ipoib_drain_tx_ring() local
162 struct ipoib_txreq *tx = hfi1_txreq_from_idx(tx_ring, head); in hfi1_ipoib_poll_tx_ring() local
190 struct ipoib_txreq *tx = container_of(txreq, struct ipoib_txreq, txreq); in hfi1_ipoib_sdma_complete() local
199 static int hfi1_ipoib_build_ulp_payload(struct ipoib_txreq *tx, in hfi1_ipoib_build_ulp_payload()
230 static int hfi1_ipoib_build_tx_desc(struct ipoib_txreq *tx, in hfi1_ipoib_build_tx_desc()
256 static void hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq *tx, in hfi1_ipoib_build_ib_tx_headers()
354 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_common() local
440 struct ipoib_txreq *tx) in hfi1_ipoib_submit_tx()
462 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_single() local
[all …]
Duser_sdma.c571 struct user_sdma_txreq *tx) in compute_data_length()
640 struct user_sdma_txreq *tx, in user_sdma_txadd_ahg()
680 struct user_sdma_txreq *tx = NULL; in user_sdma_send_pkts() local
914 struct user_sdma_txreq *tx, u32 datalen) in set_txreq_header()
1028 struct user_sdma_txreq *tx, u32 datalen) in set_txreq_header_ahg()
1156 struct user_sdma_txreq *tx = in user_sdma_txreq_cb() local
1201 struct user_sdma_txreq *tx = in user_sdma_free_request() local
/linux-6.12.1/drivers/net/ethernet/engleder/
Dtsnep_main.c277 static void tsnep_tx_ring_cleanup(struct tsnep_tx *tx) in tsnep_tx_ring_cleanup()
294 static int tsnep_tx_ring_create(struct tsnep_tx *tx) in tsnep_tx_ring_create()
333 static void tsnep_tx_init(struct tsnep_tx *tx) in tsnep_tx_init()
346 static void tsnep_tx_enable(struct tsnep_tx *tx) in tsnep_tx_enable()
357 static void tsnep_tx_disable(struct tsnep_tx *tx, struct napi_struct *napi) in tsnep_tx_disable()
380 static void tsnep_tx_activate(struct tsnep_tx *tx, int index, int length, in tsnep_tx_activate()
442 static int tsnep_tx_desc_available(struct tsnep_tx *tx) in tsnep_tx_desc_available()
483 static int tsnep_tx_map(struct sk_buff *skb, struct tsnep_tx *tx, int count) in tsnep_tx_map()
530 static int tsnep_tx_unmap(struct tsnep_tx *tx, int index, int count) in tsnep_tx_unmap()
560 struct tsnep_tx *tx) in tsnep_xmit_frame_ring()
[all …]
/linux-6.12.1/crypto/async_tx/
Dasync_tx.c66 struct dma_async_tx_descriptor *tx) in async_tx_channel_switch()
143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit()
225 struct dma_async_tx_descriptor *tx; in async_trigger_callback() local
263 void async_tx_quiesce(struct dma_async_tx_descriptor **tx) in async_tx_quiesce()
/linux-6.12.1/drivers/firmware/tegra/
Divc.c62 } tx; member
102 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_empty() local
123 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_full() local
135 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_available() local
306 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_read_advance() local
358 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_write_advance() local
574 static int tegra_ivc_check_params(unsigned long rx, unsigned long tx, in tegra_ivc_check_params()
647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init()
/linux-6.12.1/drivers/dma/
Ddmaengine.h29 static inline dma_cookie_t dma_cookie_assign(struct dma_async_tx_descriptor *tx) in dma_cookie_assign()
52 static inline void dma_cookie_complete(struct dma_async_tx_descriptor *tx) in dma_cookie_complete()
114 dmaengine_desc_get_callback(struct dma_async_tx_descriptor *tx, in dmaengine_desc_get_callback()
160 dmaengine_desc_get_callback_invoke(struct dma_async_tx_descriptor *tx, in dmaengine_desc_get_callback_invoke()
Dvirt-dma.c14 static struct virt_dma_desc *to_virt_desc(struct dma_async_tx_descriptor *tx) in to_virt_desc()
19 dma_cookie_t vchan_tx_submit(struct dma_async_tx_descriptor *tx) in vchan_tx_submit()
49 int vchan_tx_desc_free(struct dma_async_tx_descriptor *tx) in vchan_tx_desc_free()
/linux-6.12.1/net/mac80211/
Dwpa.c30 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) in ieee80211_tx_h_michael_mic_add()
194 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb()
249 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_tkip_encrypt()
426 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb()
498 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_ccmp_encrypt()
630 static int gcmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in gcmp_encrypt_skb()
701 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_gcmp_encrypt()
834 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt()
882 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_256_encrypt()
1029 ieee80211_crypto_aes_gmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_gmac_encrypt()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_fdma.c197 static int lan966x_fdma_tx_alloc(struct lan966x_tx *tx) in lan966x_fdma_tx_alloc()
221 static void lan966x_fdma_tx_free(struct lan966x_tx *tx) in lan966x_fdma_tx_free()
229 static void lan966x_fdma_tx_activate(struct lan966x_tx *tx) in lan966x_fdma_tx_activate()
268 static void lan966x_fdma_tx_disable(struct lan966x_tx *tx) in lan966x_fdma_tx_disable()
290 static void lan966x_fdma_tx_reload(struct lan966x_tx *tx) in lan966x_fdma_tx_reload()
331 struct lan966x_tx *tx = &lan966x->tx; in lan966x_fdma_tx_clear_buf() local
571 static int lan966x_fdma_get_next_dcb(struct lan966x_tx *tx) in lan966x_fdma_get_next_dcb()
587 static void lan966x_fdma_tx_start(struct lan966x_tx *tx) in lan966x_fdma_tx_start()
604 struct lan966x_tx *tx = &lan966x->tx; in lan966x_fdma_xmit_xdpf() local
701 struct lan966x_tx *tx = &lan966x->tx; in lan966x_fdma_xmit() local
/linux-6.12.1/drivers/staging/gdm724x/
Dgdm_usb.c149 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct()
166 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx_sdu *t_sdu) in put_tx_struct()
251 struct tx_cxt *tx = &udev->tx; in release_usb() local
304 struct tx_cxt *tx = &udev->tx; in init_usb() local
546 struct tx_cxt *tx = t->tx; in gdm_usb_send_complete() local
594 struct tx_cxt *tx = &udev->tx; in packet_aggregation() local
643 struct tx_cxt *tx = &udev->tx; in do_tx() local
710 struct tx_cxt *tx = &udev->tx; in gdm_usb_sdu_send() local
766 struct tx_cxt *tx = &udev->tx; in gdm_usb_hci_send() local
943 struct tx_cxt *tx; in gdm_usb_resume() local
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c499 struct xrep_tempexch *tx) in xrep_tempexch_prep_request()
546 struct xrep_tempexch *tx) in xrep_tempexch_estimate()
630 const struct xrep_tempexch *tx) in xrep_tempexch_reserve_quota()
688 struct xrep_tempexch *tx) in xrep_tempexch_trans_reserve()
726 struct xrep_tempexch *tx) in xrep_tempexch_trans_alloc()
765 struct xrep_tempexch *tx) in xrep_tempexch_contents()
/linux-6.12.1/drivers/media/radio/wl128x/
Dfmdrv_tx.c225 struct fmtx_data *tx = &fmdev->tx_data; in set_audio_io() local
243 struct fmtx_data *tx = &fmdev->tx_data; in enable_xmit() local
282 struct fmtx_data *tx = &fmdev->tx_data; in fm_tx_set_pwr_lvl() local
320 struct fmtx_data *tx = &fmdev->tx_data; in fm_tx_set_preemph_filter() local
372 struct fmtx_data *tx = &fmdev->tx_data; in fm_tx_set_freq() local
/linux-6.12.1/drivers/spi/
Dspi-loopback-test.c604 void *tx, void *rx) in spi_test_check_loopback_result()
666 void *tx, void *rx) in spi_test_translate()
793 void *tx, void *rx) in _spi_test_run_iter()
855 void *tx, void *rx, in spi_test_run_iter()
934 void *tx, void *rx) in spi_test_execute_msg()
1007 void *tx, void *rx) in spi_test_run_test()
1072 char *rx = NULL, *tx = NULL; in spi_test_run_tests() local
Dspi-dln2.c108 } tx; in dln2_spi_enable() local
137 } tx; in dln2_spi_cs_set() local
167 } tx; in dln2_spi_cs_enable() local
189 } tx; in dln2_spi_get_cs_num() local
215 } tx; in dln2_spi_get_speed() local
265 } __packed tx; in dln2_spi_set_speed() local
292 } tx; in dln2_spi_set_mode() local
308 } tx; in dln2_spi_set_bpw() local
323 } tx; in dln2_spi_get_supported_frame_sizes() local
427 } __packed *tx = dln2->buf; in dln2_spi_write_one() local
[all …]
/linux-6.12.1/drivers/net/wireless/purelifi/plfxlc/
Dusb.c38 struct plfxlc_usb_tx *tx = &usb->tx; in plfxlc_send_packet_from_data_queue() local
71 struct plfxlc_usb_tx *tx; in rx_urb_complete() local
306 struct plfxlc_usb_tx *tx = &usb->tx; in plfxlc_usb_disable_tx() local
327 struct plfxlc_usb_tx *tx = &usb->tx; in plfxlc_usb_enable_tx() local
390 struct plfxlc_usb_tx *tx = &usb->tx; in init_usb_tx() local
560 struct plfxlc_usb_tx *tx = &usb->tx; in sta_queue_cleanup_timer_callb() local
583 struct plfxlc_usb_tx *tx; in probe() local
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_fdma.c105 static void sparx5_fdma_tx_activate(struct sparx5 *sparx5, struct sparx5_tx *tx) in sparx5_fdma_tx_activate()
129 static void sparx5_fdma_tx_deactivate(struct sparx5 *sparx5, struct sparx5_tx *tx) in sparx5_fdma_tx_deactivate()
216 struct sparx5_tx *tx = &sparx5->tx; in sparx5_fdma_xmit() local
270 struct sparx5_tx *tx = &sparx5->tx; in sparx5_fdma_tx_alloc() local
310 struct sparx5_tx *tx, int channel) in sparx5_fdma_tx_init()
/linux-6.12.1/sound/soc/fsl/
Dfsl_sai.c188 int clk_id, unsigned int freq, bool tx) in fsl_sai_set_dai_sysclk_tr()
273 unsigned int fmt, bool tx) in fsl_sai_set_dai_fmt_tr()
413 static int fsl_sai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) in fsl_sai_set_bclk()
528 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_hw_params() local
727 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_hw_free() local
748 bool tx = dir == TX; in fsl_sai_config_disable() local
789 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_trigger() local
874 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_startup() local
1300 u32 rx, tx, type; in fsl_sai_read_dlcfg() local
Dfsl_esai.c165 static int fsl_esai_divisor_cal(struct snd_soc_dai *dai, bool tx, u32 ratio, in fsl_esai_divisor_cal()
264 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous); in fsl_esai_set_dai_sysclk() local
362 static int fsl_esai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) in fsl_esai_set_bclk()
540 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_esai_hw_params() local
649 static void fsl_esai_trigger_start(struct fsl_esai *esai_priv, bool tx) in fsl_esai_trigger_start()
689 static void fsl_esai_trigger_stop(struct fsl_esai *esai_priv, bool tx) in fsl_esai_trigger_stop()
711 bool tx = true, rx = false, enabled[2]; in fsl_esai_hw_reset() local
761 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_esai_trigger() local

12345678910>>...26