Home
last modified time | relevance | path

Searched refs:tx_max (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/usr.sbin/cxgbetool/
H A Dtcb_common.c274 decompress_val(_TCBVAR *tvp,unsigned ulp_type,unsigned tx_max, in decompress_val() argument
283 tvp->val=(tx_max - rawval) & 0xFFFFFFFF; in decompress_val()
461 unsigned tx_max=0, rcv_nxt=0, rx_frag0_start_idx_raw=0; in parse_tcb() local
469 tx_max=tvp->val; in parse_tcb()
496 decompress_val(tvp,ulp_type,tx_max,rcv_nxt,rx_frag0_start_idx_raw); in parse_tcb()
/freebsd-13.1/sys/dev/usb/net/
H A Dif_cdce.c370 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize); in cdce_ncm_init()
377 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbInMaxSize); in cdce_ncm_init()
394 if ((sc->sc_ncm.tx_max < 32) || in cdce_ncm_init()
395 (sc->sc_ncm.tx_max > CDCE_NCM_TX_MAXLEN)) { in cdce_ncm_init()
397 sc->sc_ncm.tx_max = CDCE_NCM_TX_MAXLEN; in cdce_ncm_init()
409 (sc->sc_ncm.tx_struct_align >= sc->sc_ncm.tx_max)) { in cdce_ncm_init()
423 (sc->sc_ncm.tx_modulus >= sc->sc_ncm.tx_max)) { in cdce_ncm_init()
1411 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames()
1416 rem = sc->sc_ncm.tx_max - offset; in cdce_ncm_fill_tx_frames()
1491 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames()
[all …]
H A Dif_cdcereg.h75 uint32_t tx_max; member
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c1578 u_int fields, tx_max_offset, tx_max; in ktls_write_tls_wr() local
1686 tx_max = tcp_seqno + tx_max_offset; in ktls_write_tls_wr()
1727 if (first_wr || tlsp->prev_seq != tx_max) { in ktls_write_tls_wr()
1733 __func__, tlsp->tid, tx_max, tcp_seqno); in ktls_write_tls_wr()
1736 V_TCB_TX_MAX(M_TCB_TX_MAX), V_TCB_TX_MAX(tx_max)); in ktls_write_tls_wr()
1746 if (tlsp->prev_seq != tx_max || mtod(m_tls, vm_offset_t) != 0) { in ktls_write_tls_wr()
/freebsd-13.1/contrib/ofed/libcxgb4/
H A Dt4fw_api.h488 __be32 tx_max; member
/freebsd-13.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h919 __be32 tx_max; member