Lines Matching refs:seqno
384 struct tls_hdr *tls_hdr, unsigned int plen, uint64_t seqno)
401 cpl->scmd1 = htobe64(seqno);
1083 tls_update_tcb(struct adapter *sc, struct toepcb *toep, uint64_t seqno)
1128 * contain seqno and are set when enabling TLS
1145 CTR3(KTR_CXGBE, "%s: tid %d enable TLS seqno %lu", __func__,
1146 toep->tid, seqno);
1148 V_TCB_TLS_SEQ(M_TCB_TLS_SEQ), V_TCB_TLS_SEQ(seqno));
1177 uint64_t seqno;
1184 have_header = ktls_pending_rx_info(sb, &seqno, &resid);
1185 CTR5(KTR_CXGBE, "%s: tid %d have_header %d seqno %lu resid %zu",
1186 __func__, toep->tid, have_header, seqno, resid);
1201 tls_update_tcb(sc, toep, seqno);