Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dtcp.c59 struct nvme_tcp_cmd_pdu *cmd_pdu; member
1240 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1241 sizeof(*c->cmd_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()
1242 if (!c->cmd_pdu) in nvmet_tcp_alloc_cmd()
1244 c->req.cmd = &c->cmd_pdu->cmd; in nvmet_tcp_alloc_cmd()
1272 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmd()
1281 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()