Home
last modified time | relevance | path

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

/src/usr.sbin/cxgbetool/
H A Dtcb_common.c281 decompress_val(_TCBVAR *tvp,unsigned ulp_type,unsigned tx_max, in decompress_val() argument
290 tvp->val=(tx_max - rawval) & 0xFFFFFFFF; in decompress_val()
474 unsigned tx_max=0, rcv_nxt=0, rx_frag0_start_idx_raw=0; in parse_tcb() local
482 tx_max=tvp->val; in parse_tcb()
509 decompress_val(tvp,ulp_type,tx_max,rcv_nxt,rx_frag0_start_idx_raw); in parse_tcb()
/src/sys/dev/usb/net/
H A Dif_cdce.c368 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize); in cdce_ncm_init()
375 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbInMaxSize); in cdce_ncm_init()
392 if ((sc->sc_ncm.tx_max < 32) || in cdce_ncm_init()
393 (sc->sc_ncm.tx_max > CDCE_NCM_TX_MAXLEN)) { in cdce_ncm_init()
395 sc->sc_ncm.tx_max = CDCE_NCM_TX_MAXLEN; in cdce_ncm_init()
407 (sc->sc_ncm.tx_struct_align >= sc->sc_ncm.tx_max)) { in cdce_ncm_init()
421 (sc->sc_ncm.tx_modulus >= sc->sc_ncm.tx_max)) { in cdce_ncm_init()
1408 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames()
1413 rem = sc->sc_ncm.tx_max - offset; in cdce_ncm_fill_tx_frames()
1488 if (offset >= sc->sc_ncm.tx_max) in cdce_ncm_fill_tx_frames()
[all …]
H A Dif_cdcereg.h73 uint32_t tx_max; member
/src/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1332 u_int fields, nsegs, tx_max_offset, tx_max; in ktls_write_tls_wr() local
1440 tx_max = tcp_seqno + tx_max_offset; in ktls_write_tls_wr()
1481 if (first_wr || tlsp->prev_seq != tx_max) { in ktls_write_tls_wr()
1487 __func__, tlsp->tid, tx_max, tcp_seqno); in ktls_write_tls_wr()
1490 V_TCB_TX_MAX(M_TCB_TX_MAX), V_TCB_TX_MAX(tx_max)); in ktls_write_tls_wr()
1500 if (tlsp->prev_seq != tx_max || mtod(m_tls, vm_offset_t) != 0) { in ktls_write_tls_wr()
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.c452 u8 tx_max; /* Maximum transmit sequence allowed */ member
685 return (bus->tx_max - bus->tx_seq - tx_rsv) != 0 && in data_ok()
686 ((bus->tx_max - bus->tx_seq - tx_rsv) & 0x80) == 0; in data_ok()
693 return (bus->tx_max - bus->tx_seq) != 0 && in txctl_ok()
694 ((bus->tx_max - bus->tx_seq) & 0x80) == 0; in txctl_ok()
1476 bus->tx_max = tx_seq_max; in brcmf_sdio_hdparse()
2349 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()
/src/sys/dev/ice/
H A Dvirtchnl.h2059 u64 tx_max; member
/src/contrib/ofed/libcxgb4/
H A Dt4fw_api.h488 __be32 tx_max; member
/src/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h944 __be32 tx_max; member