| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ | 
| D | bna_tx_rx.c | 561 	struct bna_rx *rx = rxf->rx;  in bna_rit_init()  local609 		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-v5.4/net/mac80211/ | 
| D | rx.c | 877 static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)  in ieee80211_parse_qos()944 static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx)  in ieee80211_verify_alignment()
 1046 static ieee80211_rx_result ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx)  in ieee80211_rx_mesh_check()
 1359 static void ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx,  in ieee80211_rx_reorder_ampdu()
 1436 ieee80211_rx_h_check_dup(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_check_dup()
 1474 ieee80211_rx_h_check(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_check()
 1530 ieee80211_rx_h_check_more_data(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_check_more_data()
 1690 ieee80211_rx_h_uapsd_and_pspoll(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_uapsd_and_pspoll()
 1741 ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_sta_process()
 1874 ieee80211_rx_h_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_decrypt()
 [all …]
 
 | 
| D | wpa.c | 94 ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx)  in ieee80211_rx_h_michael_mic_verify()264 ieee80211_crypto_tkip_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_tkip_decrypt()
 494 ieee80211_crypto_ccmp_decrypt(struct ieee80211_rx_data *rx,  in ieee80211_crypto_ccmp_decrypt()
 723 ieee80211_crypto_gcmp_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_gcmp_decrypt()
 839 ieee80211_crypto_cs_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_cs_decrypt()
 1024 ieee80211_crypto_aes_cmac_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_aes_cmac_decrypt()
 1074 ieee80211_crypto_aes_cmac_256_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_aes_cmac_256_decrypt()
 1173 ieee80211_crypto_aes_gmac_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_aes_gmac_decrypt()
 1259 ieee80211_crypto_hw_decrypt(struct ieee80211_rx_data *rx)  in ieee80211_crypto_hw_decrypt()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/google/gve/ | 
| D | gve_rx.c | 21 	struct gve_rx_ring *rx = &priv->rx[idx];  in gve_rx_free_ring()  local58 static int gve_prefill_rx_pages(struct gve_rx_ring *rx)  in gve_prefill_rx_pages()
 91 	struct gve_rx_ring *rx = &priv->rx[queue_idx];  in gve_rx_add_to_block()  local
 99 	struct gve_rx_ring *rx = &priv->rx[idx];  in gve_rx_alloc_ring()  local
 212 void gve_rx_write_doorbell(struct gve_priv *priv, struct gve_rx_ring *rx)  in gve_rx_write_doorbell()
 275 static bool gve_rx(struct gve_rx_ring *rx, struct gve_rx_desc *rx_desc,  in gve_rx()
 365 static bool gve_rx_work_pending(struct gve_rx_ring *rx)  in gve_rx_work_pending()
 381 bool gve_clean_rx_done(struct gve_rx_ring *rx, int budget,  in gve_clean_rx_done()
 429 	struct gve_rx_ring *rx = block->rx;  in gve_rx_poll()  local
 
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | af_rxrpc.c | 76 static int rxrpc_validate_address(struct rxrpc_sock *rx,  in rxrpc_validate_address()133 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_bind()  local
 211 	struct rxrpc_sock *rx = rxrpc_sk(sk);  in rxrpc_listen()  local
 293 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_kernel_begin_call()  local
 438 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_kernel_new_call_notification()  local
 479 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_connect()  local
 528 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_sendmsg()  local
 606 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_setsockopt()  local
 734 	struct rxrpc_sock *rx = rxrpc_sk(sk);  in rxrpc_poll()  local
 761 	struct rxrpc_sock *rx;  in rxrpc_create()  local
 [all …]
 
 | 
| D | call_accept.c | 29 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx,  in rxrpc_service_prealloc_one()161 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp)  in rxrpc_service_prealloc()
 185 void rxrpc_discard_prealloc(struct rxrpc_sock *rx)  in rxrpc_discard_prealloc()
 246 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx,  in rxrpc_alloc_incoming_call()
 332 					   struct rxrpc_sock *rx,  in rxrpc_new_incoming_call()
 446 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx,  in rxrpc_accept_call()
 573 int rxrpc_reject_call(struct rxrpc_sock *rx)  in rxrpc_reject_call()
 646 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_kernel_charge_accept()  local
 
 | 
| D | sendmsg.c | 23 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx,  in rxrpc_wait_for_tx_window_intr()52 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx,  in rxrpc_wait_for_tx_window_nonintr()
 98 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx,  in rxrpc_wait_for_tx_window()
 144 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call,  in rxrpc_notify_end_tx()
 156 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call,  in rxrpc_queue_packet()
 261 static int rxrpc_send_data(struct rxrpc_sock *rx,  in rxrpc_send_data()
 566 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg,  in rxrpc_new_client_call_for_sendmsg()
 609 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)  in rxrpc_do_sendmsg()
 
 | 
| D | call_object.c | 62 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx,  in rxrpc_find_call_by_user_ID()98 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp,  in rxrpc_alloc_call()
 169 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx,  in rxrpc_alloc_client_call()
 216 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx,  in rxrpc_new_client_call()
 330 void rxrpc_incoming_call(struct rxrpc_sock *rx,  in rxrpc_incoming_call()
 444 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call)  in rxrpc_release_call()
 508 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx)  in rxrpc_release_calls_on_socket()
 
 | 
| D | peer_object.c | 152 static void rxrpc_assess_MTU_size(struct rxrpc_sock *rx,  in rxrpc_assess_MTU_size()242 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer,  in rxrpc_init_peer()
 278 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx,  in rxrpc_create_peer()
 303 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local,  in rxrpc_new_incoming_peer()
 321 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx,  in rxrpc_lookup_peer()
 
 | 
| D | recvmsg.c | 25 	struct rxrpc_sock *rx;  in rxrpc_notify_socket()  local109 static int rxrpc_recvmsg_new_call(struct rxrpc_sock *rx,  in rxrpc_recvmsg_new_call()
 444 	struct rxrpc_sock *rx = rxrpc_sk(sock->sk);  in rxrpc_recvmsg()  local
 
 | 
| /Linux-v5.4/drivers/staging/most/i2c/ | 
| D | i2c.c | 39 	struct rx {  struct40 		struct delayed_work dwork;
 41 		struct list_head list;
 42 		bool int_disabled;
 43 		unsigned int delay;
 44 	} rx;  member
 
 | 
| /Linux-v5.4/drivers/firmware/tegra/ | 
| D | ivc.c | 68 	} rx;  member98 	u32 rx = READ_ONCE(header->rx.count);  in tegra_ivc_empty()  local
 120 	u32 rx = READ_ONCE(header->rx.count);  in tegra_ivc_full()  local
 133 	u32 rx = READ_ONCE(header->rx.count);  in tegra_ivc_available()  local
 293 	unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);  in tegra_ivc_read_advance()  local
 347 	unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);  in tegra_ivc_write_advance()  local
 561 static int tegra_ivc_check_params(unsigned long rx, unsigned long tx,  in tegra_ivc_check_params()
 612 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx,  in tegra_ivc_init()
 
 | 
| /Linux-v5.4/drivers/staging/gdm724x/ | 
| D | gdm_mux.c | 111 static struct mux_rx *get_rx_struct(struct rx_cxt *rx)  in get_rx_struct()131 static void put_rx_struct(struct rx_cxt *rx, struct mux_rx *r)  in put_rx_struct()
 210 	struct rx_cxt *rx = &mux_dev->rx;  in do_rx()  local
 233 static void remove_rx_submit_list(struct mux_rx *r, struct rx_cxt *rx)  in remove_rx_submit_list()
 251 	struct rx_cxt *rx = &mux_dev->rx;  in gdm_mux_rcv_complete()  local
 277 	struct rx_cxt *rx = &mux_dev->rx;  in gdm_mux_recv()  local
 431 	struct rx_cxt		*rx = &mux_dev->rx;  in release_usb()  local
 466 	struct rx_cxt *rx = &mux_dev->rx;  in init_usb()  local
 585 	struct rx_cxt *rx;  in gdm_mux_suspend()  local
 
 | 
| D | gdm_usb.c | 208 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc)  in get_rx_struct()232 static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r)  in put_rx_struct()
 246 	struct rx_cxt	*rx = &udev->rx;  in release_usb()  local
 301 	struct rx_cxt *rx = &udev->rx;  in init_usb()  local
 381 	struct rx_cxt *rx = &udev->rx;  in do_rx()  local
 437 static void remove_rx_submit_list(struct usb_rx *r, struct rx_cxt *rx)  in remove_rx_submit_list()
 456 	struct rx_cxt *rx = r->rx;  in gdm_usb_rcv_complete()  local
 487 	struct rx_cxt *rx = &udev->rx;  in gdm_usb_recv()  local
 905 	struct rx_cxt *rx;  in gdm_usb_suspend()  local
 940 	struct rx_cxt *rx;  in gdm_usb_resume()  local
 
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-loopback-test.c | 465 			       void *rx)  in spi_check_rx_ranges()560 					  void *tx, void *rx)  in spi_test_check_loopback_result()
 622 			      void *tx, void *rx)  in spi_test_translate()
 749 			      void *tx, void *rx)  in _spi_test_run_iter()
 811 			     void *tx, void *rx,  in spi_test_run_iter()
 890 			 void *tx, void *rx)  in spi_test_execute_msg()
 963 		      void *tx, void *rx)  in spi_test_run_test()
 1026 	char *rx = NULL, *tx = NULL;  in spi_test_run_tests()  local
 
 | 
| D | spi-bitbang.c | 67 	u8			*rx = t->rx_buf;  in bitbang_txrx_8()  local95 	u16			*rx = t->rx_buf;  in bitbang_txrx_16()  local
 123 	u32			*rx = t->rx_buf;  in bitbang_txrx_32()  local
 
 | 
| /Linux-v5.4/drivers/usb/musb/ | 
| D | cppi_dma.c | 86 static void cppi_reset_rx(struct cppi_rx_stateram __iomem *rx)  in cppi_reset_rx()192 		struct cppi_rx_stateram __iomem *rx;  in cppi_controller_start()  local
 355 	struct cppi_rx_stateram __iomem	*rx = c->state_ram;  in cppi_dump_rx()  local
 438 static void cppi_dump_rxq(int level, const char *tag, struct cppi_channel *rx)  in cppi_dump_rxq()
 453 static inline int cppi_autoreq_update(struct cppi_channel *rx,  in cppi_autoreq_update()
 762 cppi_next_rx_segment(struct musb *musb, struct cppi_channel *rx, int onepacket)  in cppi_next_rx_segment()
 1003 	struct cppi_channel		*rx = &cppi->rx[ch];  in cppi_rx_scan()  local
 1147 	u32			rx, tx;  in cppi_interrupt()  local
 
 | 
| /Linux-v5.4/tools/spi/ | 
| D | spidev_test.c | 113 static void transfer(int fd, uint8_t const *tx, uint8_t const *rx, size_t len)  in transfer()301 	uint8_t *rx;  in transfer_escaped_string()  local
 323 	uint8_t *rx;  in transfer_file()  local
 370 	uint8_t *rx;  in transfer_buf()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ | 
| D | dr_ste.c | 85 #define DR_STE_CALC_LU_TYPE(lookup_type, rx, inner) \  argument1102 				    bool inner, bool rx)  in mlx5dr_ste_build_eth_l2_src_des()
 1148 				      bool inner, bool rx)  in mlx5dr_ste_build_eth_l3_ipv6_dst()
 1188 				      bool inner, bool rx)  in mlx5dr_ste_build_eth_l3_ipv6_src()
 1261 					  bool inner, bool rx)  in mlx5dr_ste_build_eth_l3_ipv4_5_tuple()
 1413 				 bool inner, bool rx)  in mlx5dr_ste_build_eth_l2_src()
 1450 				 bool inner, bool rx)  in mlx5dr_ste_build_eth_l2_dst()
 1536 				 struct mlx5dr_match_param *mask, bool inner, bool rx)  in mlx5dr_ste_build_eth_l2_tnl()
 1570 				       bool inner, bool rx)  in mlx5dr_ste_build_eth_l3_ipv4_misc()
 1630 				 bool inner, bool rx)  in mlx5dr_ste_build_ipv6_l3_l4()
 [all …]
 
 | 
| /Linux-v5.4/arch/csky/abiv1/ | 
| D | alignment.c | 13 static inline uint32_t get_ptreg(struct pt_regs *regs, uint32_t rx)  in get_ptreg()18 static inline void put_ptreg(struct pt_regs *regs, uint32_t rx, uint32_t val)  in put_ptreg()
 217 	uint32_t rx     = 0;  in csky_alignment()  local
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | max3100.c | 191 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx)  in max3100_sr()216 static int max3100_handlerx(struct max3100_port *s, u16 rx)  in max3100_handlerx()
 260 	u16 tx, rx;  in max3100_work()  local
 571 		u16 tx, rx;  in max3100_shutdown()  local
 616 		u16 tx, rx;  in max3100_startup()  local
 741 	u16 tx, rx;  in max3100_probe()  local
 860 		u16 tx, rx;  in max3100_suspend()  local
 
 | 
| /Linux-v5.4/net/dccp/ | 
| D | feat.c | 36 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx)  in dccp_hdlr_ccid()54 static int dccp_hdlr_seq_win(struct sock *sk, u64 seq_win, bool rx)  in dccp_hdlr_seq_win()
 70 static int dccp_hdlr_ack_ratio(struct sock *sk, u64 ratio, bool rx)  in dccp_hdlr_ack_ratio()
 79 static int dccp_hdlr_ackvec(struct sock *sk, u64 enable, bool rx)  in dccp_hdlr_ackvec()
 96 static int dccp_hdlr_ndp(struct sock *sk, u64 enable, bool rx)  in dccp_hdlr_ndp()
 112 static int dccp_hdlr_min_cscov(struct sock *sk, u64 cscov, bool rx)  in dccp_hdlr_min_cscov()
 306 	bool rx;  in __dccp_feat_activate()  local
 1448 	} tx, rx;  in dccp_feat_init()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/microchip/ | 
| D | lan743x_main.c | 197 	struct lan743x_rx *rx = context;  in lan743x_rx_isr()  local1892 static int lan743x_rx_next_index(struct lan743x_rx *rx, int index)  in lan743x_rx_next_index()
 1897 static struct sk_buff *lan743x_rx_allocate_skb(struct lan743x_rx *rx)  in lan743x_rx_allocate_skb()
 1906 static int lan743x_rx_init_ring_element(struct lan743x_rx *rx, int index,  in lan743x_rx_init_ring_element()
 1940 static void lan743x_rx_reuse_ring_element(struct lan743x_rx *rx, int index)  in lan743x_rx_reuse_ring_element()
 1956 static void lan743x_rx_release_ring_element(struct lan743x_rx *rx, int index)  in lan743x_rx_release_ring_element()
 1982 static int lan743x_rx_process_packet(struct lan743x_rx *rx)  in lan743x_rx_process_packet()
 2163 	struct lan743x_rx *rx = container_of(napi, struct lan743x_rx, napi);  in lan743x_rx_napi_poll()  local
 2210 static void lan743x_rx_ring_cleanup(struct lan743x_rx *rx)  in lan743x_rx_ring_cleanup()
 2245 static int lan743x_rx_ring_init(struct lan743x_rx *rx)  in lan743x_rx_ring_init()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/zydas/zd1211rw/ | 
| D | zd_usb.c | 655 	struct zd_usb_rx *rx;  in rx_urb_complete()  local752 	struct zd_usb_rx *rx = &usb->rx;  in __zd_usb_enable_rx()  local
 804 	struct zd_usb_rx *rx = &usb->rx;  in zd_usb_enable_rx()  local
 821 	struct zd_usb_rx *rx = &usb->rx;  in __zd_usb_disable_rx()  local
 844 	struct zd_usb_rx *rx = &usb->rx;  in zd_usb_disable_rx()  local
 857 	struct zd_usb_rx *rx = &usb->rx;  in zd_usb_reset_rx()  local
 1154 	struct zd_usb_rx *rx = &usb->rx;  in zd_usb_reset_rx_idle_timer()  local
 1172 	struct zd_usb_rx *rx = &usb->rx;  in init_usb_rx()  local
 
 | 
| /Linux-v5.4/sound/soc/samsung/ | 
| D | dmaengine.c | 18 				       const char *tx, const char *rx,  in samsung_asoc_dma_platform_register()
 |