Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c134 struct page_frag_cache pf_cache; member
1293 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1299 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1305 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1310 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1433 page = virt_to_head_page(queue->pf_cache.va); in nvmet_tcp_release_queue_work()
1434 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvmet_tcp_release_queue_work()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c146 struct page_frag_cache pf_cache; member
466 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1252 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()