Searched refs:refill_work (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 198 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in put_recvmsg() 260 disable_work(&sc->recv_io.posted.refill_work); in smb_direct_disconnect_rdma_work() 316 disable_work(&sc->recv_io.posted.refill_work); in smb_direct_disconnect_rdma_connection() 487 disable_work_sync(&sc->recv_io.posted.refill_work); in free_transport() 722 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in recv_done() 1022 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smb_direct_post_recv_credits() 1534 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in smb_direct_post_send_data() 2601 INIT_WORK(&sc->recv_io.posted.refill_work, smb_direct_post_recv_credits); in smb_direct_prepare() 2602 smb_direct_post_recv_credits(&sc->recv_io.posted.refill_work); in smb_direct_prepare()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 218 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_work() 273 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_connection() 716 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smbd_post_send_credits() 895 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in recv_done() 1460 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in smbd_post_send_iter() 1797 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in put_receive_buffer() 1919 disable_work_sync(&sc->recv_io.posted.refill_work); in smbd_destroy() 2285 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 D | otx2_common.h | 301 struct refill_work { struct 520 struct refill_work *refill_wrk;
|
| H A D | otx2_common.c | 1157 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 D | otx2_txrx.c | 613 struct refill_work *work; in otx2_napi_handler()
|