Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/target/
Dtcp.c97 struct nvme_tcp_cmd_pdu *cmd_pdu; member
1364 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1365 sizeof(*c->cmd_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()
1366 if (!c->cmd_pdu) in nvmet_tcp_alloc_cmd()
1368 c->req.cmd = &c->cmd_pdu->cmd; in nvmet_tcp_alloc_cmd()
1396 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmd()
1405 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()