Lines Matching refs:fax_control_bits
2622 word fax_control_bits, fax_feature_bits, fax_info_change; in connect_b3_req() local
2688 fax_control_bits = GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low); in connect_b3_req()
2690 if (!(fax_control_bits & T30_CONTROL_BIT_MORE_DOCUMENTS) in connect_b3_req()
2705 fax_control_bits &= ~(T30_CONTROL_BIT_REQUEST_POLLING | T30_CONTROL_BIT_MORE_DOCUMENTS); in connect_b3_req()
2707 fax_control_bits |= T30_CONTROL_BIT_REQUEST_POLLING; in connect_b3_req()
2711 fax_control_bits |= T30_CONTROL_BIT_MORE_DOCUMENTS; in connect_b3_req()
2732 … fax_control_bits &= ~(T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_SEL_POLLING | in connect_b3_req()
2744 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_PASSWORD; in connect_b3_req()
2745 if (fax_control_bits & T30_CONTROL_BIT_ACCEPT_POLLING) in connect_b3_req()
2746 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SEL_POLLING; in connect_b3_req()
2794 … if (fax_control_bits != GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low)) in connect_b3_req()
2796 PUT_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low, fax_control_bits); in connect_b3_req()
7935 word i, fax_control_bits; in add_b23() local
8360 fax_control_bits = T30_CONTROL_BIT_ALL_FEATURES; in add_b23()
8362 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_V34FAX; in add_b23()
8382 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_POLLING; in add_b23()
8384 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_2D_CODING; in add_b23()
8386 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_T6_CODING; in add_b23()
8388 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_ECM; in add_b23()
8394 fax_control_bits |= GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low) & in add_b23()
8466 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_PASSWORD; in add_b23()
8467 if (fax_control_bits & T30_CONTROL_BIT_ACCEPT_POLLING) in add_b23()
8468 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SEL_POLLING; in add_b23()
8522 PUT_WORD(&(((T30_INFO *)&nlc[1])->control_bits_low), fax_control_bits); in add_b23()