Searched refs:open_ttags (Results 1 – 1 of 1) sorted by relevance
107 struct nvmf_tcp_command_buffer **open_ttags; /* Controller only */ member537 if (qp->open_ttags[ttag] == NULL) in nvmf_tcp_allocate_ttag()552 qp->open_ttags[ttag] = cb; in nvmf_tcp_allocate_ttag()592 MPASS(qp->open_ttags[cb->ttag] == cb); in nvmf_tcp_send_next_r2t()595 qp->open_ttags[cb->ttag] = NULL; in nvmf_tcp_send_next_r2t()668 cb = qp->open_ttags[ttag]; in nvmf_tcp_handle_h2c_data()1480 qp->open_ttags = mallocarray(qp->num_ttags, in tcp_allocate_qpair()1481 sizeof(*qp->open_ttags), M_NVMF_TCP, M_WAITOK | M_ZERO); in tcp_allocate_qpair()1564 if (qp->open_ttags != NULL) { in tcp_free_qpair()1566 cb = qp->open_ttags[i]; in tcp_free_qpair()[all …]