MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rx_intr_vec_disable

Function rx_intr_vec_disable

dpdk/drivers/net/mana/mana.c:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static void
115rx_intr_vec_disable(struct mana_priv *priv)
116{
117 struct rte_intr_handle *intr_handle = priv->intr_handle;
118
119 rte_intr_free_epoll_fd(intr_handle);
120 rte_intr_vec_list_free(intr_handle);
121 rte_intr_nb_efd_set(intr_handle, 0);
122}
123
124static int
125rx_intr_vec_enable(struct mana_priv *priv)

Callers 2

rx_intr_vec_enableFunction · 0.85
rxq_intr_disableFunction · 0.85

Calls 3

rte_intr_vec_list_freeFunction · 0.85
rte_intr_nb_efd_setFunction · 0.85
rte_intr_free_epoll_fdFunction · 0.50

Tested by

no test coverage detected