Searched refs:tx_max (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/usr.sbin/cxgbetool/ |
| H A D | tcb_common.c | 274 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 D | if_cdce.c | 370 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 D | if_cdcereg.h | 75 uint32_t tx_max; member
|
| /freebsd-13.1/sys/dev/cxgbe/crypto/ |
| H A D | t4_kern_tls.c | 1578 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 D | t4fw_api.h | 488 __be32 tx_max; member
|
| /freebsd-13.1/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 919 __be32 tx_max; member
|