Lines Matching refs:resend_cont
588 int resend_cont; /* need to resend control packet */ member
847 if (p_priv->resend_cont) { in usa26_outcont_callback()
850 p_priv->resend_cont - 1); in usa26_outcont_callback()
965 if (p_priv->resend_cont) { in usa28_outcont_callback()
968 p_priv->resend_cont - 1); in usa28_outcont_callback()
1044 if (p_priv->resend_cont) { in usa49_glocont_callback()
1047 p_priv->resend_cont - 1); in usa49_glocont_callback()
1371 if (p_priv->resend_cont) { in usa90_outcont_callback()
1374 p_priv->resend_cont - 1); in usa90_outcont_callback()
1447 if (p_priv->resend_cont) { in usa67_glocont_callback()
1450 p_priv->resend_cont - 1); in usa67_glocont_callback()
2056 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa26_send_setup()
2057 p_priv->resend_cont = reset_port + 1; in keyspan_usa26_send_setup()
2160 p_priv->resend_cont = 0; in keyspan_usa26_send_setup()
2197 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa28_send_setup()
2198 p_priv->resend_cont = reset_port + 1; in keyspan_usa28_send_setup()
2278 p_priv->resend_cont = 0; in keyspan_usa28_send_setup()
2323 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa49_send_setup()
2324 p_priv->resend_cont = reset_port + 1; in keyspan_usa49_send_setup()
2435 p_priv->resend_cont = 0; in keyspan_usa49_send_setup()
2493 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa90_send_setup()
2494 p_priv->resend_cont = reset_port + 1; in keyspan_usa90_send_setup()
2586 p_priv->resend_cont = 0; in keyspan_usa90_send_setup()
2626 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa67_send_setup()
2627 p_priv->resend_cont = reset_port + 1; in keyspan_usa67_send_setup()
2728 p_priv->resend_cont = 0; in keyspan_usa67_send_setup()