Home
last modified time | relevance | path

Searched refs:ixgbe_poll (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h950 int ixgbe_poll(struct napi_struct *napi, int budget);
H A Dixgbe_lib.c877 netif_napi_add(adapter->netdev, &q_vector->napi, ixgbe_poll); in ixgbe_alloc_q_vector()
H A Dixgbe_main.c3138 int ixgbe_poll(struct napi_struct *napi, int budget) in ixgbe_poll() function