Searched refs:r2t_pdu (Results 1 – 1 of 1) sorted by relevance
100 struct nvme_tcp_r2t_pdu *r2t_pdu; member464 struct nvme_tcp_r2t_pdu *pdu = cmd->r2t_pdu; in nvmet_setup_r2t_pdu()696 int left = sizeof(*cmd->r2t_pdu) - cmd->offset + hdgst; in nvmet_try_send_r2t()704 bvec_set_virt(&bvec, (void *)cmd->r2t_pdu + cmd->offset, left); in nvmet_try_send_r2t()1383 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1384 sizeof(*c->r2t_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()1385 if (!c->r2t_pdu) in nvmet_tcp_alloc_cmd()1404 page_frag_free(c->r2t_pdu); in nvmet_tcp_free_cmd()