Lines Matching refs:resend_cont
191 int resend_cont; /* need to resend control packet */ member
505 if (p_priv->resend_cont) { in usa26_outcont_callback()
507 keyspan_usa26_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa26_outcont_callback()
642 if (p_priv->resend_cont) { in usa28_outcont_callback()
644 keyspan_usa28_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa28_outcont_callback()
730 if (p_priv->resend_cont) { in usa49_glocont_callback()
732 keyspan_usa49_send_setup(serial, port, p_priv->resend_cont - 1); in usa49_glocont_callback()
1001 if (p_priv->resend_cont) { in usa90_outcont_callback()
1003 keyspan_usa90_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa90_outcont_callback()
1662 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa26_send_setup()
1663 p_priv->resend_cont = reset_port + 1; in keyspan_usa26_send_setup()
1766 p_priv->resend_cont = 0; in keyspan_usa26_send_setup()
1813 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa28_send_setup()
1814 p_priv->resend_cont = reset_port + 1; in keyspan_usa28_send_setup()
1892 p_priv->resend_cont = 0; in keyspan_usa28_send_setup()
1946 if ((reset_port+1) > p_priv->resend_cont) in keyspan_usa49_send_setup()
1947 p_priv->resend_cont = reset_port + 1; in keyspan_usa49_send_setup()
2058 p_priv->resend_cont = 0; in keyspan_usa49_send_setup()
2105 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa90_send_setup()
2106 p_priv->resend_cont = reset_port + 1; in keyspan_usa90_send_setup()
2204 p_priv->resend_cont = 0; in keyspan_usa90_send_setup()