Searched refs:pf_cache (Results 1 – 2 of 2) sorted by relevance
173 struct page_frag_cache pf_cache; member1366 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1372 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1378 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1383 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1511 page = virt_to_head_page(queue->pf_cache.va); in nvmet_tcp_release_queue_work()1512 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvmet_tcp_release_queue_work()
150 struct page_frag_cache pf_cache; member485 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()1311 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()1334 if (queue->pf_cache.va) { in nvme_tcp_free_queue()1335 page = virt_to_head_page(queue->pf_cache.va); in nvme_tcp_free_queue()1336 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvme_tcp_free_queue()1337 queue->pf_cache.va = NULL; in nvme_tcp_free_queue()