Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dtcp.c196 struct page_frag_cache pf_cache; member
1473 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1479 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1485 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1490 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1626 page_frag_cache_drain(&queue->pf_cache); in nvmet_tcp_release_queue_work()
/linux-6.15/drivers/vhost/
H A Dnet.c145 struct page_frag_cache pf_cache; member
689 buf = page_frag_alloc_align(&net->pf_cache, buflen, GFP_KERNEL, in vhost_net_build_xdp()
1331 page_frag_cache_init(&n->pf_cache); in vhost_net_open()
1399 page_frag_cache_drain(&n->pf_cache); in vhost_net_release()
/linux-6.15/drivers/nvme/host/
H A Dtcp.c177 struct page_frag_cache pf_cache; member
553 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1435 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
1457 page_frag_cache_drain(&queue->pf_cache); in nvme_tcp_free_queue()