Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dtcp.c145 struct page_frag_cache pf_cache; member
1315 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1321 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1327 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1332 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1464 page = virt_to_head_page(queue->pf_cache.va); in nvmet_tcp_release_queue_work()
1465 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvmet_tcp_release_queue_work()
/Linux-v6.1/drivers/nvme/host/
Dtcp.c149 struct page_frag_cache pf_cache; member
472 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1288 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
1311 if (queue->pf_cache.va) { in nvme_tcp_free_queue()
1312 page = virt_to_head_page(queue->pf_cache.va); in nvme_tcp_free_queue()
1313 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvme_tcp_free_queue()
1314 queue->pf_cache.va = NULL; in nvme_tcp_free_queue()