Lines Matching refs:napi
135 static int gfar_poll_rx(struct napi_struct *napi, int budget);
136 static int gfar_poll_tx(struct napi_struct *napi, int budget);
137 static int gfar_poll_rx_sq(struct napi_struct *napi, int budget);
138 static int gfar_poll_tx_sq(struct napi_struct *napi, int budget);
3160 static int gfar_poll_rx_sq(struct napi_struct *napi, int budget) in gfar_poll_rx_sq() argument
3163 container_of(napi, struct gfar_priv_grp, napi_rx); in gfar_poll_rx_sq()
3177 napi_complete(napi); in gfar_poll_rx_sq()
3191 static int gfar_poll_tx_sq(struct napi_struct *napi, int budget) in gfar_poll_tx_sq() argument
3194 container_of(napi, struct gfar_priv_grp, napi_tx); in gfar_poll_tx_sq()
3208 napi_complete(napi); in gfar_poll_tx_sq()
3219 static int gfar_poll_rx(struct napi_struct *napi, int budget) in gfar_poll_rx() argument
3222 container_of(napi, struct gfar_priv_grp, napi_rx); in gfar_poll_rx()
3266 napi_complete(napi); in gfar_poll_rx()
3281 static int gfar_poll_tx(struct napi_struct *napi, int budget) in gfar_poll_tx() argument
3284 container_of(napi, struct gfar_priv_grp, napi_tx); in gfar_poll_tx()
3307 napi_complete(napi); in gfar_poll_tx()