Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/linux/arch/arm/include/debug/
H A Dicedcc.S15 .macro senduart, rd, rx
19 .macro busyuart, rd, rx
26 .macro waituartcts, rd, rx
29 .macro waituarttxrdy, rd, rx
42 .macro senduart, rd, rx
46 .macro busyuart, rd, rx
53 .macro waituartcts, rd, rx
56 .macro waituarttxrdy, rd, rx
69 .macro senduart, rd, rx
73 .macro busyuart, rd, rx
[all …]
H A Dsamsung.S12 .macro fifo_level_s5pv210 rd, rx
18 .macro fifo_full_s5pv210 rd, rx
27 .macro fifo_level_s3c2440 rd, rx
37 .macro fifo_full_s3c2440 rd, rx
47 .macro senduart,rd,rx
51 .macro busyuart, rd, rx
72 .macro waituartcts,rd,rx
75 .macro waituarttxrdy,rd,rx
H A Dbcm63xx.S15 .macro senduart, rd, rx
20 .macro waituarttxrdy, rd, rx
26 .macro waituartcts, rd, rx
29 .macro busyuart, rd, rx
H A Dpl01x.S18 .macro senduart,rd,rx
22 .macro waituartcts,rd,rx
25 .macro waituarttxrdy,rd,rx
32 .macro busyuart,rd,rx
H A Dasm9260.S14 .macro waituarttxrdy,rd,rx
17 .macro waituartcts,rd,rx
20 .macro senduart,rd,rx
24 .macro busyuart,rd,rx
H A Dmsm.S14 .macro senduart, rd, rx
20 .macro waituartcts,rd,rx
23 .macro waituarttxrdy, rd, rx
47 .macro busyuart, rd, rx
H A Ddc21285.S27 .macro senduart,rd,rx
31 .macro busyuart,rd,rx
37 .macro waituartcts,rd,rx
40 .macro waituarttxrdy,rd,rx
H A Dvt8500.S21 .macro senduart,rd,rx
25 .macro busyuart,rd,rx
31 .macro waituartcts,rd,rx
34 .macro waituarttxrdy,rd,rx
H A Ddigicolor.S20 .macro senduart,rd,rx
24 .macro waituartcts,rd,rx
27 .macro waituarttxrdy,rd,rx
30 .macro busyuart,rd,rx
H A Dimx.S33 .macro senduart,rd,rx
38 .macro waituartcts,rd,rx
41 .macro waituarttxrdy,rd,rx
44 .macro busyuart,rd,rx
H A Dmeson.S18 .macro senduart,rd,rx
22 .macro busyuart,rd,rx
28 .macro waituartcts,rd,rx
31 .macro waituarttxrdy,rd,rx
H A Dat91.S18 .macro senduart,rd,rx
22 .macro waituarttxrdy,rd,rx
28 .macro waituartcts,rd,rx
31 .macro busyuart,rd,rx
H A Dsti.S22 .macro senduart,rd,rx
26 .macro waituartcts,rd,rx
29 .macro waituarttxrdy,rd,rx
35 .macro busyuart,rd,rx
H A Dsa1100.S50 .macro senduart,rd,rx
54 .macro waituartcts,rd,rx
57 .macro waituarttxrdy,rd,rx
63 .macro busyuart,rd,rx
H A Dstm32.S26 .macro senduart,rd,rx
30 .macro waituartcts,rd,rx
33 .macro waituarttxrdy,rd,rx
39 .macro busyuart,rd,rx
/linux/drivers/net/ethernet/google/gve/
H A Dgve_buffer_mgmt_dqo.c16 struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx) in gve_alloc_buf_state()
40 bool gve_buf_state_is_allocated(struct gve_rx_ring *rx, in gve_buf_state_is_allocated()
48 void gve_free_buf_state(struct gve_rx_ring *rx, in gve_free_buf_state()
57 struct gve_rx_buf_state_dqo *gve_dequeue_buf_state(struct gve_rx_ring *rx, in gve_dequeue_buf_state()
80 void gve_enqueue_buf_state(struct gve_rx_ring *rx, struct gve_index_list *list, in gve_enqueue_buf_state()
98 struct gve_rx_buf_state_dqo *gve_get_recycled_buf_state(struct gve_rx_ring *rx) in gve_get_recycled_buf_state()
129 int gve_alloc_qpl_page_dqo(struct gve_rx_ring *rx, in gve_alloc_qpl_page_dqo()
168 void gve_try_recycle_buf(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_try_recycle_buf()
210 void gve_free_to_page_pool(struct gve_rx_ring *rx, in gve_free_to_page_pool()
223 static int gve_alloc_from_page_pool(struct gve_rx_ring *rx, in gve_alloc_from_page_pool()
[all …]
H A Dgve_rx_dqo.c21 static void gve_rx_free_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_free_hdr_bufs()
33 static void gve_rx_init_ring_state_dqo(struct gve_rx_ring *rx, in gve_rx_init_ring_state_dqo()
70 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_reset_ring_dqo() local
114 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_stop_ring_dqo() local
126 void gve_rx_free_ring_dqo(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_free_ring_dqo()
193 static int gve_rx_alloc_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_alloc_hdr_bufs()
216 struct gve_rx_ring *rx, in gve_rx_alloc_ring_dqo()
305 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() local
314 struct gve_rx_ring *rx; in gve_rx_alloc_rings_dqo() local
346 struct gve_rx_ring *rx = cfg->rx; in gve_rx_free_rings_dqo() local
[all …]
H A Dgve_rx.c27 struct gve_rx_ring *rx, in gve_rx_unfill_pages()
64 static void gve_rx_init_ring_state_gqi(struct gve_rx_ring *rx) in gve_rx_init_ring_state_gqi()
73 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_reset_ring_gqi() local
102 void gve_rx_free_ring_gqi(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_free_ring_gqi()
144 static void gve_setup_rx_buffer(struct gve_rx_ring *rx, in gve_setup_rx_buffer()
162 struct gve_rx_ring *rx) in gve_rx_alloc_buffer()
181 static int gve_rx_prefill_pages(struct gve_rx_ring *rx, in gve_rx_prefill_pages()
275 struct gve_rx_ring *rx, in gve_rx_alloc_ring_gqi()
389 struct gve_rx_ring *rx; in gve_rx_alloc_rings_gqi() local
421 struct gve_rx_ring *rx = cfg->rx; in gve_rx_free_rings_gqi() local
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c20 static int hfi1_netdev_setup_ctxt(struct hfi1_netdev_rx *rx, in hfi1_netdev_setup_ctxt()
121 static int hfi1_netdev_allot_ctxt(struct hfi1_netdev_rx *rx, in hfi1_netdev_allot_ctxt()
186 static int hfi1_netdev_rxq_init(struct hfi1_netdev_rx *rx) in hfi1_netdev_rxq_init()
244 static void hfi1_netdev_rxq_deinit(struct hfi1_netdev_rx *rx) in hfi1_netdev_rxq_deinit()
263 static void enable_queues(struct hfi1_netdev_rx *rx) in enable_queues()
279 static void disable_queues(struct hfi1_netdev_rx *rx) in disable_queues()
309 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_init() local
329 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_destroy() local
355 struct hfi1_netdev_rx *rx; in hfi1_alloc_rx() local
398 struct hfi1_netdev_rx *rx; in hfi1_netdev_enable_queues() local
[all …]
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c561 struct bna_rx *rx = rxf->rx; in bna_rit_init() local
609 struct bna_rx *rx, in bna_rxf_init()
690 bna_rx_cb_rxf_started(struct bna_rx *rx) in bna_rx_cb_rxf_started()
704 bna_rx_cb_rxf_stopped(struct bna_rx *rx) in bna_rx_cb_rxf_stopped()
724 bna_rx_ucast_set(struct bna_rx *rx, const u8 *ucmac) in bna_rx_ucast_set()
746 bna_rx_mcast_add(struct bna_rx *rx, const u8 *addr, in bna_rx_mcast_add()
775 bna_rx_ucast_listset(struct bna_rx *rx, int count, const u8 *uclist) in bna_rx_ucast_listset()
833 bna_rx_mcast_listset(struct bna_rx *rx, int count, const u8 *mclist) in bna_rx_mcast_listset()
893 bna_rx_mcast_delall(struct bna_rx *rx) in bna_rx_mcast_delall()
924 bna_rx_vlan_add(struct bna_rx *rx, int vlan_id) in bna_rx_vlan_add()
[all …]
/linux/net/mac80211/
H A Drx.c903 static void ieee80211_parse_qos(struct ieee80211_rx_data *rx) in ieee80211_parse_qos()
970 static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx) in ieee80211_verify_alignment()
1050 static ieee80211_rx_result ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx) in ieee80211_rx_mesh_check()
1364 static void ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, in ieee80211_rx_reorder_ampdu()
1438 ieee80211_rx_h_check_dup(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_dup()
1493 ieee80211_rx_h_check(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check()
1547 ieee80211_rx_h_check_more_data(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_more_data()
1704 ieee80211_rx_h_uapsd_and_pspoll(struct ieee80211_rx_data *rx) in ieee80211_rx_h_uapsd_and_pspoll()
1755 ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) in ieee80211_rx_h_sta_process()
1890 ieee80211_rx_get_bigtk(struct ieee80211_rx_data *rx, int idx) in ieee80211_rx_get_bigtk()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c164 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_destroy()
172 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_pass_destroy()
179 struct mlx5e_ipsec_rx *rx, in ipsec_rx_rule_add_match_obj()
198 struct mlx5e_ipsec_rx *rx) in rx_add_rule_drop_auth_trailer()
277 static int rx_add_rule_drop_replay(struct mlx5e_ipsec_sa_entry *sa_entry, struct mlx5e_ipsec_rx *rx) in rx_add_rule_drop_replay()
334 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_all_create()
405 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_pass_group_create()
447 struct mlx5e_ipsec_rx *rx, in ipsec_rx_status_pass_create()
491 struct mlx5e_ipsec_rx *rx) in mlx5_ipsec_rx_status_destroy()
499 struct mlx5e_ipsec_rx *rx, in mlx5_ipsec_rx_status_create()
[all …]
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c951 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx) in tsnep_rx_ring_cleanup()
983 static int tsnep_rx_ring_create(struct tsnep_rx *rx) in tsnep_rx_ring_create()
1038 static void tsnep_rx_init(struct tsnep_rx *rx) in tsnep_rx_init()
1051 static void tsnep_rx_enable(struct tsnep_rx *rx) in tsnep_rx_enable()
1059 static void tsnep_rx_disable(struct tsnep_rx *rx) in tsnep_rx_disable()
1069 static int tsnep_rx_desc_available(struct tsnep_rx *rx) in tsnep_rx_desc_available()
1077 static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx) in tsnep_rx_free_page_buffer()
1092 static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx) in tsnep_rx_alloc_page_buffer()
1111 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page()
1120 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_alloc_buffer()
[all …]
/linux/sound/soc/codecs/
H A Dlpass-rx-macro.c162 #define CDC_RX_RXn_RX_PATH_CTL(rx, n) (0x0400 + rx->rxn_reg_stride * n) argument
170 #define CDC_RX_RXn_RX_PATH_CFG0(rx, n) (0x0404 + rx->rxn_reg_stride * n) argument
177 #define CDC_RX_RXn_RX_PATH_CFG1(rx, n) (0x0408 + rx->rxn_reg_stride * n) argument
181 #define CDC_RX_RXn_RX_PATH_CFG2(rx, n) (0x040C + rx->rxn_reg_stride * n) argument
184 #define CDC_RX_RXn_RX_PATH_CFG3(rx, n) (0x0410 + rx->rxn_reg_stride * n) argument
188 #define CDC_RX_RXn_RX_VOL_CTL(rx, n) (0x0414 + rx->rxn_reg_stride * n) argument
190 #define CDC_RX_RXn_RX_PATH_MIX_CTL(rx, n) (0x0418 + rx->rxn_reg_stride * n) argument
197 #define CDC_RX_RXn_RX_VOL_MIX_CTL(rx, n) (0x0420 + rx->rxn_reg_stride * n) argument
202 #define CDC_RX_RXn_RX_PATH_SEC3(rx, n) (0x042c + rx->rxn_reg_stride * n) argument
205 #define CDC_RX_RXn_RX_PATH_SEC7(rx, n) \ argument
[all …]
/linux/net/rxrpc/
H A Dsendmsg.c107 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr() argument
131 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall() argument
171 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr() argument
192 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() argument
229 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx() argument
241 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struc argument
320 rxrpc_send_data(struct rxrpc_sock * rx,struct rxrpc_call * call,struct msghdr * msg,size_t len,rxrpc_notify_end_tx_t notify_end_tx,bool * _dropped_lock) rxrpc_send_data() argument
608 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock * rx,struct msghdr * msg,struct rxrpc_send_params * p) rxrpc_new_client_call_for_sendmsg() argument
659 rxrpc_do_sendmsg(struct rxrpc_sock * rx,struct msghdr * msg,size_t len) rxrpc_do_sendmsg() argument
[all...]

12345678910>>...17