Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h276 u32_t dup_ack_threshold; member
/titanic_50/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()