Home
last modified time | relevance | path

Searched refs:refill_work (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dsmbdirect.c199 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_work()
254 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_connection()
620 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smbd_post_send_credits()
783 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in recv_done()
1496 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in put_receive_buffer()
1618 disable_work_sync(&sc->recv_io.posted.refill_work); in smbd_destroy()
1984 INIT_WORK(&sc->recv_io.posted.refill_work, smbd_post_send_credits); in _smbd_get_connection()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1157 struct refill_work *wrk; in otx2_pool_refill_task()
1161 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1207 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
H A Dotx2_txrx.c613 struct refill_work *work; in otx2_napi_handler()
/linux/drivers/net/
H A Dvirtio_net.c2951 static void refill_work(struct work_struct *work) in refill_work() function
6562 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()