Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dtcp.c125 struct page_frag_cache pf_cache; member
1211 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1217 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1223 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1228 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c94 struct page_frag_cache pf_cache; member
371 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1123 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()