Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c78 uint16_t next_ttag; /* Controller only */ member
535 ttag = qp->next_ttag; in nvmf_tcp_allocate_ttag()
543 MPASS(ttag != qp->next_ttag); in nvmf_tcp_allocate_ttag()
546 qp->next_ttag = 0; in nvmf_tcp_allocate_ttag()
548 qp->next_ttag = ttag + 1; in nvmf_tcp_allocate_ttag()
/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c74 uint16_t next_ttag; /* Controller only */ member
1349 ttag = qp->next_ttag++; in tcp_receive_r2t_data()