Searched refs:bnx2x_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 38 static int bnx2x_poll(struct napi_struct *napi, int budget); 47 bnx2x_poll, NAPI_POLL_WEIGHT); in bnx2x_add_all_napi_cnic() 58 bnx2x_poll, NAPI_POLL_WEIGHT); in bnx2x_add_all_napi() 3220 static int bnx2x_poll(struct napi_struct *napi, int budget) in bnx2x_poll() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 39 static int bnx2x_poll(struct napi_struct *napi, int budget); 47 netif_napi_add(bp->dev, &bnx2x_fp(bp, i, napi), bnx2x_poll); in bnx2x_add_all_napi_cnic() 57 netif_napi_add(bp->dev, &bnx2x_fp(bp, i, napi), bnx2x_poll); in bnx2x_add_all_napi() 3236 static int bnx2x_poll(struct napi_struct *napi, int budget) in bnx2x_poll() function
|
Completed in 11 milliseconds