Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib.h481 int ipoib_rx_poll(struct napi_struct *napi, int budget);
H A Dipoib_ib.c450 int ipoib_rx_poll(struct napi_struct *napi, int budget) in ipoib_rx_poll() function
H A Dipoib_main.c1658 netif_napi_add(dev, &priv->recv_napi, ipoib_rx_poll, IPOIB_NUM_WC); in ipoib_napi_add()