Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dtcp.c97 struct nvme_tcp_cmd_pdu *cmd_pdu; member
1366 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1367 sizeof(*c->cmd_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()
1368 if (!c->cmd_pdu) in nvmet_tcp_alloc_cmd()
1370 c->req.cmd = &c->cmd_pdu->cmd; in nvmet_tcp_alloc_cmd()
1398 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmd()
1407 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()