/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx_dqo.c | 19 static bool gve_has_free_tx_qpl_bufs(struct gve_tx_ring *tx, int count) in gve_has_free_tx_qpl_bufs() argument 45 gve_alloc_tx_qpl_buf(struct gve_tx_ring * tx) gve_alloc_tx_qpl_buf() argument 70 gve_free_tx_qpl_bufs(struct gve_tx_ring * tx,struct gve_tx_pending_packet_dqo * pkt) gve_free_tx_qpl_bufs() argument 102 gve_has_pending_packet(struct gve_tx_ring * tx) gve_has_pending_packet() argument 118 struct gve_tx_ring *tx = &priv->tx[tx_qid]; gve_xdp_tx_flush_dqo() local 124 gve_alloc_pending_packet(struct gve_tx_ring * tx) gve_alloc_pending_packet() argument 153 gve_free_pending_packet(struct gve_tx_ring * tx,struct gve_tx_pending_packet_dqo * pending_packet) gve_free_pending_packet() argument 172 gve_tx_clean_pending_packets(struct gve_tx_ring * tx) gve_tx_clean_pending_packets() argument 204 struct gve_tx_ring *tx = &priv->tx[idx]; gve_tx_stop_ring_dqo() local 217 gve_tx_free_ring_dqo(struct gve_priv * priv,struct gve_tx_ring * tx,struct gve_tx_alloc_rings_cfg * cfg) gve_tx_free_ring_dqo() argument 263 gve_tx_qpl_buf_init(struct gve_tx_ring * tx) gve_tx_qpl_buf_init() argument 289 struct gve_tx_ring *tx = &priv->tx[idx]; gve_tx_start_ring_dqo() local 300 gve_tx_alloc_ring_dqo(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * cfg,struct gve_tx_ring * tx,int idx) gve_tx_alloc_ring_dqo() argument 408 struct gve_tx_ring *tx = cfg->tx; gve_tx_alloc_rings_dqo() local 448 struct gve_tx_ring *tx = cfg->tx; gve_tx_free_rings_dqo() local 462 num_avail_tx_slots(const struct gve_tx_ring * tx) num_avail_tx_slots() argument 470 gve_has_tx_slots_available(struct gve_tx_ring * tx,u32 slots_req) gve_has_tx_slots_available() argument 485 gve_has_avail_slots_tx_dqo(struct gve_tx_ring * tx,int desc_count,int buf_count) gve_has_avail_slots_tx_dqo() argument 496 gve_maybe_stop_tx_dqo(struct gve_tx_ring * tx,int desc_count,int buf_count) gve_maybe_stop_tx_dqo() argument 537 gve_tx_fill_pkt_desc_dqo(struct gve_tx_ring * tx,u32 * desc_idx,bool enable_csum,u32 len,u64 addr,s16 compl_tag,bool eop,bool is_gso) gve_tx_fill_pkt_desc_dqo() argument 648 gve_tx_update_tail(struct gve_tx_ring * tx,u32 desc_idx) gve_tx_update_tail() argument 667 gve_tx_add_skb_no_copy_dqo(struct gve_tx_ring * tx,struct sk_buff * skb,struct gve_tx_pending_packet_dqo * pkt,s16 completion_tag,u32 * desc_idx,bool is_gso) gve_tx_add_skb_no_copy_dqo() argument 747 gve_tx_buf_get_addr(struct gve_tx_ring * tx,s16 index,void ** va,dma_addr_t * dma_addr) gve_tx_buf_get_addr() argument 758 gve_tx_add_skb_copy_dqo(struct gve_tx_ring * tx,struct sk_buff * skb,struct gve_tx_pending_packet_dqo * pkt,s16 completion_tag,u32 * desc_idx,bool is_gso) gve_tx_add_skb_copy_dqo() argument 811 gve_tx_add_skb_dqo(struct gve_tx_ring * tx,struct sk_buff * skb) gve_tx_add_skb_dqo() argument 960 gve_try_tx_skb(struct gve_priv * priv,struct gve_tx_ring * tx,struct sk_buff * skb) gve_try_tx_skb() argument 1010 gve_xsk_reorder_queue_push_dqo(struct gve_tx_ring * tx,u16 completion_tag) gve_xsk_reorder_queue_push_dqo() argument 1021 gve_xsk_reorder_queue_head(struct gve_tx_ring * tx) gve_xsk_reorder_queue_head() argument 1036 gve_xsk_reorder_queue_pop_dqo(struct gve_tx_ring * tx) gve_xsk_reorder_queue_pop_dqo() argument 1046 struct gve_tx_ring *tx; gve_tx_dqo() local 1065 gve_xsk_tx_dqo(struct gve_priv * priv,struct gve_tx_ring * tx,int budget) gve_xsk_tx_dqo() argument 1121 add_to_list(struct gve_tx_ring * tx,struct gve_index_list * list,struct gve_tx_pending_packet_dqo * pending_packet) add_to_list() argument 1138 remove_from_list(struct gve_tx_ring * tx,struct gve_index_list * list,struct gve_tx_pending_packet_dqo * pkt) remove_from_list() argument 1184 gve_handle_packet_completion(struct gve_priv * priv,struct gve_tx_ring * tx,bool is_napi,u16 compl_tag,u64 * bytes,u64 * pkts,bool is_reinjection) gve_handle_packet_completion() argument 1267 gve_handle_miss_completion(struct gve_priv * priv,struct gve_tx_ring * tx,u16 compl_tag,u64 * bytes,u64 * pkts) gve_handle_miss_completion() argument 1299 remove_miss_completions(struct gve_priv * priv,struct gve_tx_ring * tx) remove_miss_completions() argument 1345 remove_timed_out_completions(struct gve_priv * priv,struct gve_tx_ring * tx) remove_timed_out_completions() argument 1369 gve_tx_process_xsk_completions(struct gve_tx_ring * tx) gve_tx_process_xsk_completions() argument 1390 gve_clean_tx_done_dqo(struct gve_priv * priv,struct gve_tx_ring * tx,struct napi_struct * napi) gve_clean_tx_done_dqo() argument 1481 struct gve_tx_ring *tx = block->tx; gve_tx_poll_dqo() local 1507 struct gve_tx_ring *tx; gve_xsk_tx_poll_dqo() local 1519 struct gve_tx_ring *tx = block->tx; gve_xdp_poll_dqo() local 1529 gve_xdp_xmit_one_dqo(struct gve_priv * priv,struct gve_tx_ring * tx,struct xdp_frame * xdpf) gve_xdp_xmit_one_dqo() argument 1580 struct gve_tx_ring *tx; gve_xdp_xmit_dqo() local [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() argument 203 struct gve_tx_ring *tx = &priv->tx[idx]; gve_tx_stop_ring_gqi() local 217 gve_tx_free_ring_gqi(struct gve_priv * priv,struct gve_tx_ring * tx,struct gve_tx_alloc_rings_cfg * cfg) gve_tx_free_ring_gqi() argument 253 struct gve_tx_ring *tx = &priv->tx[idx]; gve_tx_start_ring_gqi() local 263 gve_tx_alloc_ring_gqi(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * cfg,struct gve_tx_ring * tx,int idx) gve_tx_alloc_ring_gqi() argument 336 struct gve_tx_ring *tx = cfg->tx; gve_tx_alloc_rings_gqi() local 376 struct gve_tx_ring *tx = cfg->tx; gve_tx_free_rings_gqi() local 396 gve_tx_avail(struct gve_tx_ring * tx) gve_tx_avail() argument 401 gve_skb_fifo_bytes_required(struct gve_tx_ring * tx,struct sk_buff * skb) gve_skb_fifo_bytes_required() argument 446 gve_can_tx(struct gve_tx_ring * tx,int bytes_required) gve_can_tx() argument 459 gve_maybe_stop_tx(struct gve_priv * priv,struct gve_tx_ring * tx,struct sk_buff * skb) gve_maybe_stop_tx() argument 562 gve_tx_add_skb_copy(struct gve_priv * priv,struct gve_tx_ring * tx,struct sk_buff * skb) gve_tx_add_skb_copy() argument 636 gve_tx_add_skb_no_copy(struct gve_priv * priv,struct gve_tx_ring * tx,struct sk_buff * skb) gve_tx_add_skb_no_copy() argument 740 struct gve_tx_ring *tx; gve_tx() local 779 gve_tx_fill_xdp(struct gve_priv * priv,struct gve_tx_ring * tx,void * data,int len,void * frame_p,bool is_xsk) gve_tx_fill_xdp() argument 830 struct gve_tx_ring *tx; gve_xdp_xmit_gqi() local 865 gve_xdp_xmit_one(struct gve_priv * priv,struct gve_tx_ring * tx,void * data,int len,void * frame_p) gve_xdp_xmit_one() argument 881 gve_clean_tx_done(struct gve_priv * priv,struct gve_tx_ring * tx,u32 to_do,bool try_to_wake) gve_clean_tx_done() argument 938 gve_tx_load_event_counter(struct gve_priv * priv,struct gve_tx_ring * tx) gve_tx_load_event_counter() argument 946 gve_xsk_tx(struct gve_priv * priv,struct gve_tx_ring * tx,int budget) gve_xsk_tx() argument 977 struct gve_tx_ring *tx; gve_xsk_tx_poll() local 997 struct gve_tx_ring *tx = block->tx; gve_xdp_poll() local 1013 struct gve_tx_ring *tx = block->tx; gve_tx_poll() local 1035 gve_tx_clean_pending(struct gve_priv * priv,struct gve_tx_ring * tx) gve_tx_clean_pending() argument [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() argument 42 static int adv748x_csi2_register_link(struct adv748x_csi2 *tx, in adv748x_csi2_register_link() argument 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); adv748x_csi2_s_stream() local 181 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); adv748x_csi2_enum_mbus_code() local 212 adv748x_csi2_is_fmt_supported(struct adv748x_csi2 * tx,u32 code) adv748x_csi2_is_fmt_supported() argument 232 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); adv748x_csi2_set_format() local 258 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); adv748x_csi2_get_mbus_config() local 291 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); adv748x_csi2_set_pixelrate() local 313 adv748x_csi2_init_controls(struct adv748x_csi2 * tx) adv748x_csi2_init_controls() argument 332 adv748x_csi2_init(struct adv748x_state * state,struct adv748x_csi2 * tx) adv748x_csi2_init() argument 384 adv748x_csi2_cleanup(struct adv748x_csi2 * tx) adv748x_csi2_cleanup() argument [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; mtk_clk_register_ref2usb_tx() local 105 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); mtk_clk_unregister_ref2usb_tx() local [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) bna_tx_sm_stopped_entry() argument 2806 bna_tx_sm_stopped(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_stopped() argument 2831 bna_tx_sm_start_wait_entry(struct bna_tx * tx) bna_tx_sm_start_wait_entry() argument 2837 bna_tx_sm_start_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_start_wait() argument 2868 bna_tx_sm_started_entry(struct bna_tx * tx) bna_tx_sm_started_entry() argument 2882 bna_tx_sm_started(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_started() argument 2907 bna_tx_sm_stop_wait_entry(struct bna_tx * tx) bna_tx_sm_stop_wait_entry() argument 2912 bna_tx_sm_stop_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_stop_wait() argument 2939 bna_tx_sm_cleanup_wait_entry(struct bna_tx * tx) bna_tx_sm_cleanup_wait_entry() argument 2944 bna_tx_sm_cleanup_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_cleanup_wait() argument 2962 bna_tx_sm_prio_stop_wait_entry(struct bna_tx * tx) bna_tx_sm_prio_stop_wait_entry() argument 2969 bna_tx_sm_prio_stop_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_prio_stop_wait() argument 2995 bna_tx_sm_prio_cleanup_wait_entry(struct bna_tx * tx) bna_tx_sm_prio_cleanup_wait_entry() argument 3001 bna_tx_sm_prio_cleanup_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_prio_cleanup_wait() argument 3026 bna_tx_sm_failed_entry(struct bna_tx * tx) bna_tx_sm_failed_entry() argument 3031 bna_tx_sm_failed(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_failed() argument 3056 bna_tx_sm_quiesce_wait_entry(struct bna_tx * tx) bna_tx_sm_quiesce_wait_entry() argument 3061 bna_tx_sm_quiesce_wait(struct bna_tx * tx,enum bna_tx_event event) bna_tx_sm_quiesce_wait() argument 3086 bna_bfi_tx_enet_start(struct bna_tx * tx) bna_bfi_tx_enet_start() argument 3135 bna_bfi_tx_enet_stop(struct bna_tx * tx) bna_bfi_tx_enet_stop() argument 3149 bna_tx_enet_stop(struct bna_tx * tx) bna_tx_enet_stop() argument 3199 struct bna_tx *tx = NULL; bna_tx_get() local 3214 bna_tx_free(struct bna_tx * tx) bna_tx_free() argument 3245 bna_tx_start(struct bna_tx * tx) bna_tx_start() argument 3253 bna_tx_stop(struct bna_tx * tx) bna_tx_stop() argument 3263 bna_tx_fail(struct bna_tx * tx) bna_tx_fail() argument 3270 bna_bfi_tx_enet_start_rsp(struct bna_tx * tx,struct bfi_msgq_mhdr * msghdr) bna_bfi_tx_enet_start_rsp() argument 3301 bna_bfi_tx_enet_stop_rsp(struct bna_tx * tx,struct bfi_msgq_mhdr * msghdr) bna_bfi_tx_enet_stop_rsp() argument 3309 struct bna_tx *tx; bna_bfi_bw_update_aen() local 3370 struct bna_tx *tx; bna_tx_create() local 3511 bna_tx_destroy(struct bna_tx * tx) bna_tx_destroy() argument 3524 bna_tx_enable(struct bna_tx * tx) bna_tx_enable() argument 3536 bna_tx_disable(struct bna_tx * tx,enum bna_cleanup_type type,void (* cbfn)(void *,struct bna_tx *)) bna_tx_disable() argument 3553 bna_tx_cleanup_complete(struct bna_tx * tx) bna_tx_cleanup_complete() argument 3559 bna_tx_mod_cb_tx_stopped(void * arg,struct bna_tx * tx) bna_tx_mod_cb_tx_stopped() argument 3616 struct bna_tx *tx; bna_tx_mod_start() local 3630 struct bna_tx *tx; bna_tx_mod_stop() local 3651 struct bna_tx *tx; bna_tx_mod_fail() local 3661 bna_tx_coalescing_timeo_set(struct bna_tx * tx,int coalescing_timeo) bna_tx_coalescing_timeo_set() argument [all...] |
/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() argument 138 struct ipoib_txreq *tx; hfi1_ipoib_drain_tx_ring() local 162 struct ipoib_txreq *tx = hfi1_txreq_from_idx(tx_ring, head); hfi1_ipoib_poll_tx_ring() local 190 struct ipoib_txreq *tx = container_of(txreq, struct ipoib_txreq, txreq); hfi1_ipoib_sdma_complete() local 199 hfi1_ipoib_build_ulp_payload(struct ipoib_txreq * tx,struct ipoib_txparms * txp) hfi1_ipoib_build_ulp_payload() argument 230 hfi1_ipoib_build_tx_desc(struct ipoib_txreq * tx,struct ipoib_txparms * txp) hfi1_ipoib_build_tx_desc() argument 256 hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq * tx,struct ipoib_txparms * txp) hfi1_ipoib_build_ib_tx_headers() argument 354 struct ipoib_txreq *tx; hfi1_ipoib_send_dma_common() local 440 hfi1_ipoib_submit_tx(struct hfi1_ipoib_txq * txq,struct ipoib_txreq * tx) hfi1_ipoib_submit_tx() argument 462 struct ipoib_txreq *tx; hfi1_ipoib_send_dma_single() local 513 struct ipoib_txreq *tx; hfi1_ipoib_send_dma_list() local 706 struct ipoib_txreq *tx; hfi1_ipoib_txreq_init() local 776 struct ipoib_txreq *tx = hfi1_ipoib_drain_tx_list() local [all...] |
H A D | user_sdma.c | 571 struct user_sdma_txreq *tx) in compute_data_length() argument 640 struct user_sdma_txreq *tx, in user_sdma_txadd_ahg() argument 680 struct user_sdma_txreq *tx = NULL; user_sdma_send_pkts() local 914 set_txreq_header(struct user_sdma_request * req,struct user_sdma_txreq * tx,u32 datalen) set_txreq_header() argument 1028 set_txreq_header_ahg(struct user_sdma_request * req,struct user_sdma_txreq * tx,u32 datalen) set_txreq_header_ahg() argument 1156 struct user_sdma_txreq *tx = user_sdma_txreq_cb() local 1201 struct user_sdma_txreq *tx = user_sdma_free_request() local [all...] |
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() argument 86 build_vnic_tx_desc(struct sdma_engine * sde,struct vnic_txreq * tx,u64 pbc) build_vnic_tx_desc() argument 132 struct vnic_txreq *tx; hfi1_vnic_send_dma() local [all...] |
/linux/sound/soc/codecs/ |
H A D | lpass-tx-macro.c | 245 struct tx_macro *tx; member 251 struct tx_macro *tx; member 613 static int tx_macro_mclk_enable(struct tx_macro *tx, in tx_macro_mclk_enable() argument 651 is_amic_enabled(struct snd_soc_component * component,struct tx_macro * tx,u8 decimator) is_amic_enabled() argument 676 struct tx_macro *tx; tx_macro_tx_hpf_corner_freq_callback() local 720 struct tx_macro *tx; tx_macro_mute_update_callback() local 738 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_mclk_event() local 756 tx_macro_update_smic_sel_v9(struct snd_soc_component * component,struct snd_soc_dapm_widget * widget,struct tx_macro * tx,u16 mic_sel_reg,unsigned int val) tx_macro_update_smic_sel_v9() argument 778 tx_macro_update_smic_sel_v9_2(struct snd_soc_component * component,struct snd_soc_dapm_widget * widget,struct tx_macro * tx,u16 mic_sel_reg,unsigned int val) tx_macro_update_smic_sel_v9_2() argument 806 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_put_dec_enum() local 867 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_tx_mixer_get() local 887 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_tx_mixer_put() local 920 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_enable_dec() local 1074 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_dec_mode_get() local 1090 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_dec_mode_put() local 1104 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_get_bcs() local 1116 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_set_bcs() local 1131 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_hw_params() local 1174 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_get_channel_map() local 1192 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_digital_mute() local 2085 struct tx_macro *tx = snd_soc_component_get_drvdata(comp); tx_macro_component_extend() local 2111 struct tx_macro *tx = snd_soc_component_get_drvdata(comp); tx_macro_component_probe() local 2148 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_enable() local 2168 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_disable() local 2180 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_is_enabled() local 2203 tx_macro_register_mclk_output(struct tx_macro * tx) tx_macro_register_mclk_output() argument 2246 struct tx_macro *tx; tx_macro_probe() local 2391 struct tx_macro *tx = dev_get_drvdata(&pdev->dev); tx_macro_remove() local 2404 struct tx_macro *tx = dev_get_drvdata(dev); tx_macro_runtime_suspend() local 2418 struct tx_macro *tx = dev_get_drvdata(dev); tx_macro_runtime_resume() local [all...] |
/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() argument 295 static int tsnep_tx_ring_create(struct tsnep_tx *tx) in tsnep_tx_ring_create() argument 334 tsnep_tx_init(struct tsnep_tx * tx) tsnep_tx_init() argument 347 tsnep_tx_enable(struct tsnep_tx * tx) tsnep_tx_enable() argument 358 tsnep_tx_disable(struct tsnep_tx * tx,struct napi_struct * napi) tsnep_tx_disable() argument 381 tsnep_tx_activate(struct tsnep_tx * tx,int index,int length,bool last) tsnep_tx_activate() argument 442 tsnep_tx_desc_available(struct tsnep_tx * tx) tsnep_tx_desc_available() argument 483 tsnep_tx_map(struct sk_buff * skb,struct tsnep_tx * tx,int count,bool do_tstamp) tsnep_tx_map() argument 534 tsnep_tx_unmap(struct tsnep_tx * tx,int index,int count) tsnep_tx_unmap() argument 564 tsnep_xmit_frame_ring(struct sk_buff * skb,struct tsnep_tx * tx) tsnep_xmit_frame_ring() argument 626 tsnep_xdp_tx_map(struct xdp_frame * xdpf,struct tsnep_tx * tx,struct skb_shared_info * shinfo,int count,u32 type) tsnep_xdp_tx_map() argument 683 tsnep_xdp_xmit_frame_ring(struct xdp_frame * xdpf,struct tsnep_tx * tx,u32 type) tsnep_xdp_xmit_frame_ring() argument 725 tsnep_xdp_xmit_flush(struct tsnep_tx * tx) tsnep_xdp_xmit_flush() argument 732 tsnep_xdp_xmit_back(struct tsnep_adapter * adapter,struct xdp_buff * xdp,struct netdev_queue * tx_nq,struct tsnep_tx * tx,bool zc) tsnep_xdp_xmit_back() argument 761 tsnep_xdp_tx_map_zc(struct xdp_desc * xdpd,struct tsnep_tx * tx) tsnep_xdp_tx_map_zc() argument 781 tsnep_xdp_xmit_frame_ring_zc(struct xdp_desc * xdpd,struct tsnep_tx * tx) tsnep_xdp_xmit_frame_ring_zc() argument 791 tsnep_xdp_xmit_zc(struct tsnep_tx * tx) tsnep_xdp_xmit_zc() argument 819 tsnep_tx_poll(struct tsnep_tx * tx,int napi_budget) tsnep_tx_poll() argument 911 tsnep_tx_pending(struct tsnep_tx * tx) tsnep_tx_pending() argument 933 tsnep_tx_open(struct tsnep_tx * tx) tsnep_tx_open() argument 946 tsnep_tx_close(struct tsnep_tx * tx) tsnep_tx_close() argument 1288 tsnep_xdp_run_prog(struct tsnep_rx * rx,struct bpf_prog * prog,struct xdp_buff * xdp,int * status,struct netdev_queue * tx_nq,struct tsnep_tx * tx) tsnep_xdp_run_prog() argument 1333 tsnep_xdp_run_prog_zc(struct tsnep_rx * rx,struct bpf_prog * prog,struct xdp_buff * xdp,int * status,struct netdev_queue * tx_nq,struct tsnep_tx * tx) tsnep_xdp_run_prog_zc() argument 1369 tsnep_finalize_xdp(struct tsnep_adapter * adapter,int status,struct netdev_queue * tx_nq,struct tsnep_tx * tx) tsnep_finalize_xdp() argument 1443 struct tsnep_tx *tx; tsnep_rx_poll() local 1546 struct tsnep_tx *tx; tsnep_rx_poll_zc() local 1919 struct tsnep_tx *tx = queue->tx; tsnep_queue_open() local 2333 struct tsnep_tx *tx; tsnep_netdev_xdp_xmit() local [all...] |
/linux/crypto/async_tx/ |
H A D | async_tx.c | 66 struct dma_async_tx_descriptor *tx) in async_tx_channel_switch() argument 143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() argument 225 struct dma_async_tx_descriptor *tx; async_trigger_callback() local 263 async_tx_quiesce(struct dma_async_tx_descriptor ** tx) async_tx_quiesce() argument [all...] |
/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() argument 52 static inline void dma_cookie_complete(struct dma_async_tx_descriptor *tx) in dma_cookie_complete() argument 114 dmaengine_desc_get_callback(struct dma_async_tx_descriptor * tx,struct dmaengine_desc_callback * cb) dmaengine_desc_get_callback() argument 160 dmaengine_desc_get_callback_invoke(struct dma_async_tx_descriptor * tx,const struct dmaengine_result * result) dmaengine_desc_get_callback_invoke() argument [all...] |
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() argument 19 dma_cookie_t vchan_tx_submit(struct dma_async_tx_descriptor *tx) in vchan_tx_submit() argument 49 int vchan_tx_desc_free(struct dma_async_tx_descriptor *tx) in vchan_tx_desc_free() argument [all...] |
/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 in tegra_ivc_available() local 306 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); tegra_ivc_read_advance() local 358 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); tegra_ivc_write_advance() local 574 tegra_ivc_check_params(unsigned long rx,unsigned long tx,unsigned int num_frames,size_t frame_size) tegra_ivc_check_params() argument 647 tegra_ivc_init(struct tegra_ivc * ivc,struct device * peer,const struct iosys_map * rx,dma_addr_t rx_phys,const struct iosys_map * tx,dma_addr_t tx_phys,unsigned int num_frames,size_t frame_size,void (* notify)(struct tegra_ivc * ivc,void * data),void * data) tegra_ivc_init() argument [all...] |
/linux/net/mac80211/ |
H A D | wpa.c | 30 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) in ieee80211_tx_h_michael_mic_add() argument 194 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb() argument 249 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data * tx) ieee80211_crypto_tkip_encrypt() argument 426 ccmp_encrypt_skb(struct ieee80211_tx_data * tx,struct sk_buff * skb,unsigned int mic_len) ccmp_encrypt_skb() argument 498 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data * tx,unsigned int mic_len) ieee80211_crypto_ccmp_encrypt() argument 627 gcmp_encrypt_skb(struct ieee80211_tx_data * tx,struct sk_buff * skb) gcmp_encrypt_skb() argument 698 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data * tx) ieee80211_crypto_gcmp_encrypt() argument 831 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data * tx) ieee80211_crypto_aes_cmac_encrypt() argument 879 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data * tx) ieee80211_crypto_aes_cmac_256_encrypt() argument 1026 ieee80211_crypto_aes_gmac_encrypt(struct ieee80211_tx_data * tx) ieee80211_crypto_aes_gmac_encrypt() argument [all...] |
/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() argument 221 static void lan966x_fdma_tx_free(struct lan966x_tx *tx) in lan966x_fdma_tx_free() argument 229 lan966x_fdma_tx_activate(struct lan966x_tx * tx) lan966x_fdma_tx_activate() argument 268 lan966x_fdma_tx_disable(struct lan966x_tx * tx) lan966x_fdma_tx_disable() argument 290 lan966x_fdma_tx_reload(struct lan966x_tx * tx) lan966x_fdma_tx_reload() argument 331 struct lan966x_tx *tx = &lan966x->tx; lan966x_fdma_tx_clear_buf() local 571 lan966x_fdma_get_next_dcb(struct lan966x_tx * tx) lan966x_fdma_get_next_dcb() argument 587 lan966x_fdma_tx_start(struct lan966x_tx * tx) lan966x_fdma_tx_start() argument 604 struct lan966x_tx *tx = &lan966x->tx; lan966x_fdma_xmit_xdpf() local 701 struct lan966x_tx *tx = &lan966x->tx; lan966x_fdma_xmit() local [all...] |
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 611 struct xrep_tempexch *tx) in xrep_tempexch_prep_request() argument 659 struct xrep_tempexch *tx) in xrep_tempexch_estimate() argument 743 const struct xrep_tempexch *tx) in xrep_tempexch_reserve_quota() argument 804 struct xrep_tempexch *tx) in xrep_tempexch_trans_reserve() argument 842 xrep_tempexch_trans_alloc(struct xfs_scrub * sc,int whichfork,struct xrep_tempexch * tx) xrep_tempexch_trans_alloc() argument 882 xrep_tempexch_contents(struct xfs_scrub * sc,struct xrep_tempexch * tx) xrep_tempexch_contents() argument [all...] |
/linux/drivers/spi/ |
H A D | spi-loopback-test.c | 604 spi_test_check_loopback_result(struct spi_device * spi,struct spi_message * msg,void * tx,void * rx) spi_test_check_loopback_result() argument 666 spi_test_translate(struct spi_device * spi,void ** ptr,size_t len,void * tx,void * rx) spi_test_translate() argument 793 _spi_test_run_iter(struct spi_device * spi,struct spi_test * test,void * tx,void * rx) _spi_test_run_iter() argument 855 spi_test_run_iter(struct spi_device * spi,const struct spi_test * testtemplate,void * tx,void * rx,size_t len,size_t tx_off,size_t rx_off) spi_test_run_iter() argument 934 spi_test_execute_msg(struct spi_device * spi,struct spi_test * test,void * tx,void * rx) spi_test_execute_msg() argument 1007 spi_test_run_test(struct spi_device * spi,const struct spi_test * test,void * tx,void * rx) spi_test_run_test() argument 1072 char *rx = NULL, *tx = NULL; spi_test_run_tests() local [all...] |
H A D | spi-dln2.c | 108 } tx; in dln2_spi_enable() local 137 } tx; in dln2_spi_cs_set() local 167 } tx; dln2_spi_cs_enable() local 189 } tx; dln2_spi_get_cs_num() local 215 } tx; dln2_spi_get_speed() local 265 } __packed tx; dln2_spi_set_speed() local 292 } tx; dln2_spi_set_mode() local 308 } tx; dln2_spi_set_bpw() local 323 } tx; dln2_spi_get_supported_frame_sizes() local 427 } __packed *tx = dln2->buf; dln2_spi_write_one() local 456 } __packed tx; dln2_spi_read_one() local 498 } __packed *tx; dln2_spi_read_write_one() local [all...] |
/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; plfxlc_usb_disable_tx() local 327 struct plfxlc_usb_tx *tx = &usb->tx; plfxlc_usb_enable_tx() local 390 struct plfxlc_usb_tx *tx = &usb->tx; init_usb_tx() local 562 struct plfxlc_usb_tx *tx = &usb->tx; sta_queue_cleanup_timer_callb() local 585 struct plfxlc_usb_tx *tx; probe() local [all...] |
/linux/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 38 int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime() argument 47 struct timex tx; in clear_time_state() local 113 struct timex tx; in validate_freq() local [all...] |
H A D | change_skew.c | 35 struct timex tx; in change_skew_test() local 57 struct timex tx; in main() local [all...] |
H A D | leap-a-day.c | 97 struct timex tx; in clear_time_state() local 132 struct timex tx; sigalarm() local 239 struct timex tx; main() local [all...] |
/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]; machxo2_write_init() local 257 struct spi_transfer tx; machxo2_write() local 296 struct spi_transfer tx[2]; machxo2_write_complete() local [all...] |
/linux/sound/soc/fsl/ |
H A D | fsl_esai.c | 165 static int fsl_esai_divisor_cal(struct snd_soc_dai *dai, bool tx, u32 ratio, in fsl_esai_divisor_cal() argument 264 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous); in fsl_esai_set_dai_sysclk() local 362 fsl_esai_set_bclk(struct snd_soc_dai * dai,bool tx,u32 freq) fsl_esai_set_bclk() argument 540 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_esai_hw_params() local 649 fsl_esai_trigger_start(struct fsl_esai * esai_priv,bool tx) fsl_esai_trigger_start() argument 689 fsl_esai_trigger_stop(struct fsl_esai * esai_priv,bool tx) fsl_esai_trigger_stop() argument 711 bool tx = true, rx = false, enabled[2]; fsl_esai_hw_reset() local 761 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_esai_trigger() local [all...] |