Lines Matching defs:wx
646 struct wx *wx = q_vector->wx; in wx_poll() local
876 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local
898 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all()
910 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all()
930 static void wx_set_rss_queues(struct wx *wx) in wx_set_rss_queues()
936 static void wx_set_num_queues(struct wx *wx) in wx_set_num_queues()
954 static int wx_acquire_msix_vectors(struct wx *wx) in wx_acquire_msix_vectors()
999 static int wx_set_interrupt_capability(struct wx *wx) in wx_set_interrupt_capability()
1039 static void wx_cache_ring_rss(struct wx *wx) in wx_cache_ring_rss()
1069 static int wx_alloc_q_vector(struct wx *wx, in wx_alloc_q_vector()
1179 static void wx_free_q_vector(struct wx *wx, int v_idx) in wx_free_q_vector()
1202 static int wx_alloc_q_vectors(struct wx *wx) in wx_alloc_q_vectors()
1249 static void wx_free_q_vectors(struct wx *wx) in wx_free_q_vectors()
1261 void wx_reset_interrupt_capability(struct wx *wx) in wx_reset_interrupt_capability()
1283 void wx_clear_interrupt_scheme(struct wx *wx) in wx_clear_interrupt_scheme()
1290 int wx_init_interrupt_scheme(struct wx *wx) in wx_init_interrupt_scheme()
1330 void wx_free_irq(struct wx *wx) in wx_free_irq()
1361 int wx_setup_isb_resources(struct wx *wx) in wx_setup_isb_resources()
1384 void wx_free_isb_resources(struct wx *wx) in wx_free_isb_resources()
1394 u32 wx_misc_isb(struct wx *wx, enum wx_isb_idx idx) in wx_misc_isb()
1413 static void wx_set_ivar(struct wx *wx, s8 direction, in wx_set_ivar()
1447 struct wx *wx = q_vector->wx; in wx_write_eitr() local
1468 void wx_configure_vectors(struct wx *wx) in wx_configure_vectors()
1563 void wx_clean_all_rx_rings(struct wx *wx) in wx_clean_all_rx_rings()
1605 static void wx_free_all_rx_resources(struct wx *wx) in wx_free_all_rx_resources()
1679 void wx_clean_all_tx_rings(struct wx *wx) in wx_clean_all_tx_rings()
1715 static void wx_free_all_tx_resources(struct wx *wx) in wx_free_all_tx_resources()
1723 void wx_free_resources(struct wx *wx) in wx_free_resources()
1822 static int wx_setup_all_rx_resources(struct wx *wx) in wx_setup_all_rx_resources()
1905 static int wx_setup_all_tx_resources(struct wx *wx) in wx_setup_all_tx_resources()
1926 int wx_setup_resources(struct wx *wx) in wx_setup_resources()
1963 struct wx *wx = netdev_priv(netdev); in wx_get_stats64() local