Lines Matching refs:resend_cont

115 	int		resend_cont;	/* need to resend control packet */  member
376 if (p_priv->resend_cont) { in usa26_outcont_callback()
379 p_priv->resend_cont - 1); in usa26_outcont_callback()
493 if (p_priv->resend_cont) { in usa28_outcont_callback()
496 p_priv->resend_cont - 1); in usa28_outcont_callback()
569 if (p_priv->resend_cont) { in usa49_glocont_callback()
572 p_priv->resend_cont - 1); in usa49_glocont_callback()
893 if (p_priv->resend_cont) { in usa90_outcont_callback()
896 p_priv->resend_cont - 1); in usa90_outcont_callback()
966 if (p_priv->resend_cont) { in usa67_glocont_callback()
969 p_priv->resend_cont - 1); in usa67_glocont_callback()
1579 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa26_send_setup()
1580 p_priv->resend_cont = reset_port + 1; in keyspan_usa26_send_setup()
1683 p_priv->resend_cont = 0; in keyspan_usa26_send_setup()
1720 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa28_send_setup()
1721 p_priv->resend_cont = reset_port + 1; in keyspan_usa28_send_setup()
1801 p_priv->resend_cont = 0; in keyspan_usa28_send_setup()
1846 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa49_send_setup()
1847 p_priv->resend_cont = reset_port + 1; in keyspan_usa49_send_setup()
1958 p_priv->resend_cont = 0; in keyspan_usa49_send_setup()
2016 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa90_send_setup()
2017 p_priv->resend_cont = reset_port + 1; in keyspan_usa90_send_setup()
2109 p_priv->resend_cont = 0; in keyspan_usa90_send_setup()
2149 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa67_send_setup()
2150 p_priv->resend_cont = reset_port + 1; in keyspan_usa67_send_setup()
2251 p_priv->resend_cont = 0; in keyspan_usa67_send_setup()