/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx_dqo.c | 17 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 …]
|
H A D | gve_tx.c | 26 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 217 static void gve_tx_free_ring_gqi(struct gve_priv *priv, struct gve_tx_ring *tx, in gve_tx_free_ring_gqi() 253 struct gve_tx_ring *tx = &priv->tx[idx]; in gve_tx_start_ring_gqi() local 263 struct gve_tx_ring *tx, in gve_tx_alloc_ring_gqi() 336 struct gve_tx_ring *tx = cfg->tx; in gve_tx_alloc_rings_gqi() local 376 struct gve_tx_ring *tx = cfg->tx; in gve_tx_free_rings_gqi() local 396 static inline u32 gve_tx_avail(struct gve_tx_ring *tx) in gve_tx_avail() 401 static inline int gve_skb_fifo_bytes_required(struct gve_tx_ring *tx, in gve_skb_fifo_bytes_required() [all …]
|
/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 25 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/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 2758 #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/drivers/clk/mediatek/ |
H A D | clk-apmixed.c | 32 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/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 114 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 …]
|
H A D | user_sdma.c | 571 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
|
H A D | vnic_sdma.c | 41 struct vnic_txreq *tx = container_of(txreq, struct vnic_txreq, txreq); in vnic_sdma_complete() local 50 struct vnic_txreq *tx) in build_vnic_ulp_payload() 86 struct vnic_txreq *tx, in build_vnic_tx_desc() 132 struct vnic_txreq *tx; in hfi1_vnic_send_dma() local
|
H A D | sdma.h | 498 struct sdma_txreq *tx, in sdma_txinit_ahg() 566 struct sdma_txreq *tx, in sdma_txinit() 594 struct sdma_txreq *tx, in make_tx_sdma_desc() 631 static inline void sdma_txclean(struct hfi1_devdata *dd, struct sdma_txreq *tx) in sdma_txclean() 639 struct sdma_txreq *tx) in _sdma_close_tx() 653 struct sdma_txreq *tx, in _sdma_txadd_daddr() 709 struct sdma_txreq *tx, in sdma_txadd_page() 761 struct sdma_txreq *tx, in sdma_txadd_daddr() 796 struct sdma_txreq *tx, in sdma_txadd_kvaddr() 880 struct sdma_txreq *tx) in sdma_progress()
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 278 static void tsnep_tx_ring_cleanup(struct tsnep_tx *tx) in tsnep_tx_ring_cleanup() 295 static int tsnep_tx_ring_create(struct tsnep_tx *tx) in tsnep_tx_ring_create() 334 static void tsnep_tx_init(struct tsnep_tx *tx) in tsnep_tx_init() 347 static void tsnep_tx_enable(struct tsnep_tx *tx) in tsnep_tx_enable() 358 static void tsnep_tx_disable(struct tsnep_tx *tx, struct napi_struct *napi) in tsnep_tx_disable() 381 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() 534 static int tsnep_tx_unmap(struct tsnep_tx *tx, int index, int count) in tsnep_tx_unmap() 564 struct tsnep_tx *tx) in tsnep_xmit_frame_ring() [all …]
|
/linux/crypto/async_tx/ |
H A D | async_tx.c | 66 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()
|
H A D | async_raid6_recov.c | 36 struct dma_async_tx_descriptor *tx; in async_sum_product() local 104 struct dma_async_tx_descriptor *tx; in async_mult() local 157 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_4() local 207 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_5() local 298 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_n() local 475 struct dma_async_tx_descriptor *tx = NULL; in async_raid6_datap_recov() local
|
/linux/drivers/firmware/tegra/ |
H A D | ivc.c | 62 } 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/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdma.c | 197 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/drivers/dma/ |
H A D | dmaengine.h | 29 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()
|
H A D | virt-dma.c | 14 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/sound/soc/fsl/ |
H A D | fsl_sai.c | 170 bool tx = true; in fsl_sai_set_dai_tdm_slot_tx() local 182 bool tx = false; in fsl_sai_set_dai_tdm_slot_rx() local 220 int clk_id, unsigned int freq, bool tx) in fsl_sai_set_dai_sysclk_tr() 305 unsigned int fmt, bool tx) in fsl_sai_set_dai_fmt_tr() 445 static int fsl_sai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) in fsl_sai_set_bclk() 560 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_hw_params() local 759 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_hw_free() local 780 bool tx = dir == TX; in fsl_sai_config_disable() local 823 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_trigger() local 908 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in fsl_sai_startup() local [all …]
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 611 struct xrep_tempexch *tx) in xrep_tempexch_prep_request() 659 struct xrep_tempexch *tx) in xrep_tempexch_estimate() 743 const struct xrep_tempexch *tx) in xrep_tempexch_reserve_quota() 804 struct xrep_tempexch *tx) in xrep_tempexch_trans_reserve() 842 struct xrep_tempexch *tx) in xrep_tempexch_trans_alloc() 882 struct xrep_tempexch *tx) in xrep_tempexch_contents()
|
/linux/drivers/spi/ |
H A D | spi-loopback-test.c | 604 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
|
/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | usb.c | 38 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 562 struct plfxlc_usb_tx *tx = &usb->tx; in sta_queue_cleanup_timer_callb() local 585 struct plfxlc_usb_tx *tx; in probe() local
|
/linux/drivers/fpga/ |
H A D | machxo2-spi.c | 69 struct spi_transfer rx, tx; in get_status() local 139 struct spi_transfer tx[2]; in machxo2_cleanup() local 193 struct spi_transfer tx[3]; in machxo2_write_init() local 257 struct spi_transfer tx; in machxo2_write() local 296 struct spi_transfer tx[2]; in machxo2_write_complete() local
|
/linux/net/mac80211/ |
H A D | tx.c | 43 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration() 190 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps() 267 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc() 378 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf() 458 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf() 537 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf() 549 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol() 564 ieee80211_select_link_key(struct ieee80211_tx_data *tx) in ieee80211_select_link_key() 593 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key() 667 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl() [all …]
|
/linux/tools/testing/selftests/timers/ |
H A D | set-tai.c | 30 struct timex tx; in set_tai() local 42 struct timex tx; in get_tai() local
|
H A D | change_skew.c | 35 struct timex tx; in change_skew_test() local 57 struct timex tx; in main() local
|
H A D | leapcrash.c | 30 struct timex tx; in clear_time_state() local 60 struct timex tx; in main() local
|