Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/target/
Dtcp.c96 struct nvme_tcp_cmd_pdu *cmd_pdu; member
1350 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1351 sizeof(*c->cmd_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()
1352 if (!c->cmd_pdu) in nvmet_tcp_alloc_cmd()
1354 c->req.cmd = &c->cmd_pdu->cmd; in nvmet_tcp_alloc_cmd()
1382 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmd()
1391 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()