Home
last modified time | relevance | path

Searched refs:dup_ack_threshold (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h276 u32_t dup_ack_threshold; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c299 l4_params->dup_ack_threshold = def_params->l4cli_dup_ack_threshold; in _lm_get_default_l4cli_params()
910 u32_t dup_ack_threshold; in _lm_set_ofld_params_tstorm_common() local
914 dup_ack_threshold = l4_params->dup_ack_threshold; in _lm_set_ofld_params_tstorm_common()
915 if(dup_ack_threshold > TCP_TSTORM_MAX_DUP_ACK_TH) { in _lm_set_ofld_params_tstorm_common()
918 dup_ack_threshold, TCP_TSTORM_MAX_DUP_ACK_TH); in _lm_set_ofld_params_tstorm_common()
919 dup_ack_threshold = TCP_TSTORM_MAX_DUP_ACK_TH; in _lm_set_ofld_params_tstorm_common()
923 …LM_INTMEM_WRITE32(pdev, TSTORM_TCP_DUPLICATE_ACK_THRESHOLD_OFFSET(func), dup_ack_threshold, BAR_TS… in _lm_set_ofld_params_tstorm_common()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c1523 ofld->state_blks[idx].params.dup_ack_threshold = 3; in init_ofld_resc()