Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dtcp.c116 struct nvme_tcp_r2t_pdu *r2t_pdu; member
488 struct nvme_tcp_r2t_pdu *pdu = cmd->r2t_pdu; in nvmet_setup_r2t_pdu()
720 int left = sizeof(*cmd->r2t_pdu) - cmd->offset + hdgst; in nvmet_try_send_r2t()
728 bvec_set_virt(&bvec, (void *)cmd->r2t_pdu + cmd->offset, left); in nvmet_try_send_r2t()
1483 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1484 sizeof(*c->r2t_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()
1485 if (!c->r2t_pdu) in nvmet_tcp_alloc_cmd()
1508 page_frag_free(c->r2t_pdu); in nvmet_tcp_free_cmd()