Searched refs:ice_napi_poll (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.h | 383 int ice_napi_poll(struct napi_struct *napi, int budget);
|
H A D | ice_base.c | 127 netif_napi_add(vsi->netdev, &q_vector->napi, ice_napi_poll, in ice_vsi_alloc_q_vector()
|
H A D | ice_txrx.c | 1606 * ice_napi_poll - NAPI polling Rx/Tx cleanup routine 1614 int ice_napi_poll(struct napi_struct *napi, int budget) in ice_napi_poll() function
|
H A D | ice_main.c | 2910 ice_napi_poll, NAPI_POLL_WEIGHT); in ice_napi_add()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.h | 478 int ice_napi_poll(struct napi_struct *napi, int budget);
|
H A D | ice_eswitch.c | 274 ice_napi_poll); in ice_eswitch_setup_reprs()
|
H A D | ice_base.c | 158 netif_napi_add(vsi->netdev, &q_vector->napi, ice_napi_poll); in ice_vsi_alloc_q_vector()
|
H A D | ice_txrx.c | 1504 * ice_napi_poll - NAPI polling Rx/Tx cleanup routine 1512 int ice_napi_poll(struct napi_struct *napi, int budget) in ice_napi_poll() function
|
H A D | ice_main.c | 3380 ice_napi_poll); in ice_napi_add()
|
Completed in 27 milliseconds