Lines Matching refs:fax_control_bits
2499 word fax_control_bits, fax_feature_bits, fax_info_change; in connect_b3_req() local
2565 fax_control_bits = GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low); in connect_b3_req()
2567 if (!(fax_control_bits & T30_CONTROL_BIT_MORE_DOCUMENTS) in connect_b3_req()
2582 fax_control_bits &= ~(T30_CONTROL_BIT_REQUEST_POLLING | T30_CONTROL_BIT_MORE_DOCUMENTS); in connect_b3_req()
2584 fax_control_bits |= T30_CONTROL_BIT_REQUEST_POLLING; in connect_b3_req()
2588 fax_control_bits |= T30_CONTROL_BIT_MORE_DOCUMENTS; in connect_b3_req()
2609 … fax_control_bits &= ~(T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_SEL_POLLING | in connect_b3_req()
2621 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_PASSWORD; in connect_b3_req()
2622 if (fax_control_bits & T30_CONTROL_BIT_ACCEPT_POLLING) in connect_b3_req()
2623 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SEL_POLLING; in connect_b3_req()
2671 … if (fax_control_bits != GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low)) in connect_b3_req()
2673 PUT_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low, fax_control_bits); in connect_b3_req()
7797 word i, fax_control_bits; in add_b23() local
8222 fax_control_bits = T30_CONTROL_BIT_ALL_FEATURES; in add_b23()
8224 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_V34FAX; in add_b23()
8244 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_POLLING; in add_b23()
8246 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_2D_CODING; in add_b23()
8248 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_T6_CODING; in add_b23()
8250 fax_control_bits &= ~T30_CONTROL_BIT_ENABLE_ECM; in add_b23()
8256 fax_control_bits |= GET_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low) & in add_b23()
8328 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SUBADDRESS | T30_CONTROL_BIT_ACCEPT_PASSWORD; in add_b23()
8329 if (fax_control_bits & T30_CONTROL_BIT_ACCEPT_POLLING) in add_b23()
8330 fax_control_bits |= T30_CONTROL_BIT_ACCEPT_SEL_POLLING; in add_b23()
8384 PUT_WORD(&(((T30_INFO *)&nlc[1])->control_bits_low), fax_control_bits); in add_b23()