Searched refs:tx_max (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/cxgbetool/ |
H A D | tcb_common.c | 272 decompress_val(_TCBVAR *tvp,unsigned ulp_type,unsigned tx_max, in decompress_val() argument 281 tvp->val=(tx_max - rawval) & 0xFFFFFFFF; in decompress_val() 459 unsigned tx_max=0, rcv_nxt=0, rx_frag0_start_idx_raw=0; in parse_tcb() local 467 tx_max=tvp->val; in parse_tcb() 494 decompress_val(tvp,ulp_type,tx_max,rcv_nxt,rx_frag0_start_idx_raw); in parse_tcb()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_cdce.c | 369 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize); in cdce_ncm_init() 376 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbInMaxSize); in cdce_ncm_init() 393 if ((sc->sc_ncm.tx_max < 32) || in cdce_ncm_init() 394 (sc->sc_ncm.tx_max > CDCE_NCM_TX_MAXLEN)) { in cdce_ncm_init() 396 sc->sc_ncm.tx_max = CDCE_NCM_TX_MAXLEN; in cdce_ncm_init() 408 (sc->sc_ncm.tx_struct_align >= sc->sc_ncm.tx_max)) { in cdce_ncm_init() 422 (sc->sc_ncm.tx_modulus >= sc->sc_ncm.tx_max)) { in cdce_ncm_init() 1409 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames() 1414 rem = sc->sc_ncm.tx_max - offset; in cdce_ncm_fill_tx_frames() 1489 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames() [all …]
|
H A D | if_cdcereg.h | 73 uint32_t tx_max; member
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1330 u_int fields, nsegs, tx_max_offset, tx_max; in ktls_write_tls_wr() local 1438 tx_max = tcp_seqno + tx_max_offset; in ktls_write_tls_wr() 1479 if (first_wr || tlsp->prev_seq != tx_max) { in ktls_write_tls_wr() 1485 __func__, tlsp->tid, tx_max, tcp_seqno); in ktls_write_tls_wr() 1488 V_TCB_TX_MAX(M_TCB_TX_MAX), V_TCB_TX_MAX(tx_max)); in ktls_write_tls_wr() 1498 if (tlsp->prev_seq != tx_max || mtod(m_tls, vm_offset_t) != 0) { in ktls_write_tls_wr()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 488 __be32 tx_max; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 917 __be32 tx_max; member
|