Searched refs:r2t_pdu (Results 1 – 1 of 1) sorted by relevance
73 struct nvme_tcp_r2t_pdu *r2t_pdu; member456 struct nvme_tcp_r2t_pdu *pdu = cmd->r2t_pdu; in nvmet_setup_r2t_pdu()679 int left = sizeof(*cmd->r2t_pdu) - cmd->offset + hdgst; in nvmet_try_send_r2t()688 ret = kernel_sendpage(cmd->queue->sock, virt_to_page(cmd->r2t_pdu), in nvmet_try_send_r2t()689 offset_in_page(cmd->r2t_pdu) + cmd->offset, left, flags); in nvmet_try_send_r2t()1351 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()1352 sizeof(*c->r2t_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); in nvmet_tcp_alloc_cmd()1353 if (!c->r2t_pdu) in nvmet_tcp_alloc_cmd()1372 page_frag_free(c->r2t_pdu); in nvmet_tcp_free_cmd()