/drivers/infiniband/hw/hfi1/ |
D | netdev_rx.c | 20 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 393 struct hfi1_netdev_rx *rx; in hfi1_netdev_enable_queues() local [all …]
|
/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 35 static struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx) in gve_alloc_buf_state() 55 static bool gve_buf_state_is_allocated(struct gve_rx_ring *rx, in gve_buf_state_is_allocated() 63 static void gve_free_buf_state(struct gve_rx_ring *rx, in gve_free_buf_state() 73 gve_dequeue_buf_state(struct gve_rx_ring *rx, struct gve_index_list *list) in gve_dequeue_buf_state() 95 static void gve_enqueue_buf_state(struct gve_rx_ring *rx, in gve_enqueue_buf_state() 115 gve_get_recycled_buf_state(struct gve_rx_ring *rx) in gve_get_recycled_buf_state() 164 static int gve_alloc_page_dqo(struct gve_rx_ring *rx, in gve_alloc_page_dqo() 204 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_free_ring_dqo() local 256 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_alloc_ring_dqo() local 334 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() local [all …]
|
D | gve_rx.c | 26 static void gve_rx_unfill_pages(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_unfill_pages() 54 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_free_ring() local 111 static int gve_prefill_rx_pages(struct gve_rx_ring *rx) in gve_prefill_rx_pages() 212 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_alloc_ring() local 347 void gve_rx_write_doorbell(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_write_doorbell() 451 static struct sk_buff *gve_rx_copy_to_pool(struct gve_rx_ring *rx, in gve_rx_copy_to_pool() 539 struct gve_rx_ring *rx, struct gve_rx_slot_page_info *page_info, in gve_rx_qpl() 565 static struct sk_buff *gve_rx_skb(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_skb() 612 struct gve_rx_ring *rx, in gve_xsk_pool_redirect() 636 static int gve_xdp_redirect(struct net_device *dev, struct gve_rx_ring *rx, in gve_xdp_redirect() [all …]
|
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 561 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 …]
|
/drivers/net/ethernet/engleder/ |
D | tsnep_main.c | 891 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx) in tsnep_rx_ring_cleanup() 923 static int tsnep_rx_ring_create(struct tsnep_rx *rx) in tsnep_rx_ring_create() 978 static void tsnep_rx_init(struct tsnep_rx *rx) in tsnep_rx_init() 991 static void tsnep_rx_enable(struct tsnep_rx *rx) in tsnep_rx_enable() 999 static void tsnep_rx_disable(struct tsnep_rx *rx) in tsnep_rx_disable() 1009 static int tsnep_rx_desc_available(struct tsnep_rx *rx) in tsnep_rx_desc_available() 1017 static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx) in tsnep_rx_free_page_buffer() 1032 static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx) in tsnep_rx_alloc_page_buffer() 1051 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page() 1060 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_alloc_buffer() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 1130 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_src_dst() 1140 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv6_dst() 1150 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv6_src() 1160 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv4_5_tuple() 1170 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_src() 1180 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_dst() 1189 struct mlx5dr_match_param *mask, bool inner, bool rx) in mlx5dr_ste_build_eth_l2_tnl() 1199 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv4_misc() 1209 bool inner, bool rx) in mlx5dr_ste_build_eth_ipv6_l3_l4() 1223 void mlx5dr_ste_build_empty_always_hit(struct mlx5dr_ste_build *sb, bool rx) in mlx5dr_ste_build_empty_always_hit() [all …]
|
/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_fdma.c | 14 static struct page *lan966x_fdma_rx_alloc_page(struct lan966x_rx *rx, in lan966x_fdma_rx_alloc_page() 28 static void lan966x_fdma_rx_free_pages(struct lan966x_rx *rx) in lan966x_fdma_rx_free_pages() 39 static void lan966x_fdma_rx_free_page(struct lan966x_rx *rx) in lan966x_fdma_rx_free_page() 50 static void lan966x_fdma_rx_add_dcb(struct lan966x_rx *rx, in lan966x_fdma_rx_add_dcb() 69 static int lan966x_fdma_rx_alloc_page_pool(struct lan966x_rx *rx) in lan966x_fdma_rx_alloc_page_pool() 104 static int lan966x_fdma_rx_alloc(struct lan966x_rx *rx) in lan966x_fdma_rx_alloc() 150 static void lan966x_fdma_rx_advance_dcb(struct lan966x_rx *rx) in lan966x_fdma_rx_advance_dcb() 156 static void lan966x_fdma_rx_free(struct lan966x_rx *rx) in lan966x_fdma_rx_free() 167 static void lan966x_fdma_rx_start(struct lan966x_rx *rx) in lan966x_fdma_rx_start() 205 static void lan966x_fdma_rx_disable(struct lan966x_rx *rx) in lan966x_fdma_rx_disable() [all …]
|
/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_fdma.c | 79 static void sparx5_fdma_rx_add_dcb(struct sparx5_rx *rx, in sparx5_fdma_rx_add_dcb() 113 static void sparx5_fdma_rx_activate(struct sparx5 *sparx5, struct sparx5_rx *rx) in sparx5_fdma_rx_activate() 144 static void sparx5_fdma_rx_deactivate(struct sparx5 *sparx5, struct sparx5_rx *rx) in sparx5_fdma_rx_deactivate() 187 static void sparx5_fdma_rx_reload(struct sparx5 *sparx5, struct sparx5_rx *rx) in sparx5_fdma_rx_reload() 199 static struct sk_buff *sparx5_fdma_rx_alloc_skb(struct sparx5_rx *rx) in sparx5_fdma_rx_alloc_skb() 205 static bool sparx5_fdma_rx_get_frame(struct sparx5 *sparx5, struct sparx5_rx *rx) in sparx5_fdma_rx_get_frame() 260 struct sparx5_rx *rx = container_of(napi, struct sparx5_rx, napi); in sparx5_fdma_napi_callback() local 346 struct sparx5_rx *rx = &sparx5->rx; in sparx5_fdma_rx_alloc() local 440 struct sparx5_rx *rx, int channel) in sparx5_fdma_rx_init()
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 132 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_destroy() 140 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_pass_destroy() 153 struct mlx5e_ipsec_rx *rx) in ipsec_rx_status_drop_create() 224 struct mlx5e_ipsec_rx *rx, in ipsec_rx_status_pass_create() 264 struct mlx5e_ipsec_rx *rx) in mlx5_ipsec_rx_status_destroy() 271 struct mlx5e_ipsec_rx *rx, in mlx5_ipsec_rx_status_create() 343 struct mlx5e_ipsec_rx *rx, u32 family) in rx_destroy() 369 struct mlx5e_ipsec_rx *rx, in ipsec_rx_create_attr_set() 391 struct mlx5e_ipsec_rx *rx, in ipsec_rx_status_pass_dest_get() 418 struct mlx5e_ipsec_rx *rx, in ipsec_rx_ft_connect() [all …]
|
/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 | 212 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct() 236 static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r) in put_rx_struct() 250 struct rx_cxt *rx = &udev->rx; in release_usb() local 305 struct rx_cxt *rx = &udev->rx; in init_usb() local 385 struct rx_cxt *rx = &udev->rx; in do_rx() local 441 static void remove_rx_submit_list(struct usb_rx *r, struct rx_cxt *rx) in remove_rx_submit_list() 460 struct rx_cxt *rx = r->rx; in gdm_usb_rcv_complete() local 491 struct rx_cxt *rx = &udev->rx; in gdm_usb_recv() local 909 struct rx_cxt *rx; in gdm_usb_suspend() local 944 struct rx_cxt *rx; in gdm_usb_resume() local
|
/drivers/staging/most/i2c/ |
D | i2c.c | 38 struct rx { struct 39 struct delayed_work dwork; 40 struct list_head list; 41 bool int_disabled; 42 unsigned int delay; 43 } rx; member
|
/drivers/firmware/tegra/ |
D | ivc.c | 68 } rx; member 103 u32 rx = tegra_ivc_header_read_field(map, rx.count); in tegra_ivc_empty() local 124 u32 rx = tegra_ivc_header_read_field(map, rx.count); in tegra_ivc_full() local 136 u32 rx = tegra_ivc_header_read_field(map, rx.count); in tegra_ivc_available() local 305 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_read_advance() local 359 unsigned int rx = offsetof(struct tegra_ivc_header, rx.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() 646 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx, in tegra_ivc_init()
|
/drivers/spi/ |
D | spi-loopback-test.c | 510 void *rx) in spi_check_rx_ranges() 605 void *tx, void *rx) in spi_test_check_loopback_result() 667 void *tx, void *rx) in spi_test_translate() 794 void *tx, void *rx) in _spi_test_run_iter() 856 void *tx, void *rx, in spi_test_run_iter() 935 void *tx, void *rx) in spi_test_execute_msg() 1008 void *tx, void *rx) in spi_test_run_test() 1073 char *rx = NULL, *tx = NULL; in spi_test_run_tests() local
|
D | spi-bitbang.c | 68 u8 *rx = t->rx_buf; in bitbang_txrx_8() local 97 u16 *rx = t->rx_buf; in bitbang_txrx_16() local 126 u32 *rx = t->rx_buf; in bitbang_txrx_32() local
|
D | spi-dln2.c | 192 } rx; in dln2_spi_get_cs_num() local 218 } rx; in dln2_spi_get_speed() local 268 } rx; in dln2_spi_set_speed() local 327 } *rx = dln2->buf; in dln2_spi_get_supported_frame_sizes() local 460 } __packed *rx = dln2->buf; in dln2_spi_read_one() local 502 } __packed *rx; in dln2_spi_read_write_one() local
|
/drivers/tty/serial/ |
D | max3100.c | 194 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 219 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked() 260 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx() 275 u16 tx, rx; in max3100_work() local 580 u16 tx, rx; in max3100_shutdown() local 625 u16 tx, rx; in max3100_startup() local 750 u16 tx, rx; in max3100_probe() local 870 u16 tx, rx; in max3100_suspend() local
|
/drivers/net/wireless/purelifi/plfxlc/ |
D | usb.c | 202 struct plfxlc_usb_rx *rx = &usb->rx; in __lf_x_usb_enable_rx() local 256 struct plfxlc_usb_rx *rx = &usb->rx; in plfxlc_usb_enable_rx() local 271 struct plfxlc_usb_rx *rx = &usb->rx; in __lf_x_usb_disable_rx() local 296 struct plfxlc_usb_rx *rx = &usb->rx; in plfxlc_usb_disable_rx() local 374 struct plfxlc_usb_rx *rx = &usb->rx; in init_usb_rx() local
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac4_lib.c | 113 u32 chan, bool rx, bool tx) in dwmac4_enable_dma_irq() 127 u32 chan, bool rx, bool tx) in dwmac410_enable_dma_irq() 141 u32 chan, bool rx, bool tx) in dwmac4_disable_dma_irq() 155 u32 chan, bool rx, bool tx) in dwmac410_disable_dma_irq()
|
/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 261 struct lan743x_rx *rx = context; in lan743x_rx_isr() local 2438 static int lan743x_rx_next_index(struct lan743x_rx *rx, int index) in lan743x_rx_next_index() 2443 static void lan743x_rx_update_tail(struct lan743x_rx *rx, int index) in lan743x_rx_update_tail() 2451 static int lan743x_rx_init_ring_element(struct lan743x_rx *rx, int index, in lan743x_rx_init_ring_element() 2508 static void lan743x_rx_reuse_ring_element(struct lan743x_rx *rx, int index) in lan743x_rx_reuse_ring_element() 2525 static void lan743x_rx_release_ring_element(struct lan743x_rx *rx, int index) in lan743x_rx_release_ring_element() 2566 static int lan743x_rx_process_buffer(struct lan743x_rx *rx) in lan743x_rx_process_buffer() 2713 struct lan743x_rx *rx = container_of(napi, struct lan743x_rx, napi); in lan743x_rx_napi_poll() local 2753 static void lan743x_rx_ring_cleanup(struct lan743x_rx *rx) in lan743x_rx_ring_cleanup() 2786 static int lan743x_rx_ring_init(struct lan743x_rx *rx) in lan743x_rx_ring_init() [all …]
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_usb.c | 651 struct zd_usb_rx *rx; in rx_urb_complete() local 748 struct zd_usb_rx *rx = &usb->rx; in __zd_usb_enable_rx() local 800 struct zd_usb_rx *rx = &usb->rx; in zd_usb_enable_rx() local 817 struct zd_usb_rx *rx = &usb->rx; in __zd_usb_disable_rx() local 840 struct zd_usb_rx *rx = &usb->rx; in zd_usb_disable_rx() local 853 struct zd_usb_rx *rx = &usb->rx; in zd_usb_reset_rx() local 1150 struct zd_usb_rx *rx = &usb->rx; in zd_usb_reset_rx_idle_timer() local 1168 struct zd_usb_rx *rx = &usb->rx; in init_usb_rx() local
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.h | 77 struct pasemi_mac_rxring *rx; member 96 #define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)]) argument 97 #define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)]) argument 98 #define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)]) argument
|
/drivers/net/usb/ |
D | asix_common.c | 115 static void reset_asix_rx_fixup_info(struct asix_rx_fixup_info *rx) in reset_asix_rx_fixup_info() 137 struct asix_rx_fixup_info *rx) in asix_rx_fixup_internal() 245 struct asix_rx_fixup_info *rx = &dp->rx_fixup_info; in asix_rx_fixup_common() local 252 struct asix_rx_fixup_info *rx; in asix_rx_fixup_common_free() local
|
/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 252 int rx = s->video_channel; in cobalt_dma_start_streaming() local 286 int rx = s->video_channel; in cobalt_start_streaming() local 354 int rx = s->video_channel; in cobalt_dma_stop_streaming() local 392 int rx = s->video_channel; in cobalt_stop_streaming() local 500 int rx = s->video_channel; in cobalt_video_input_status_show() local
|
/drivers/mfd/ |
D | ipaq-micro.c | 139 struct ipaq_micro_rxdev *rx = µ->rx; in micro_process_char() local 295 struct ipaq_micro_rxdev *rx = µ->rx; in micro_reset_comm() local
|