Lines Matching refs:PLCI

62 static void group_optimization(DIVA_CAPI_ADAPTER *a, PLCI *plci);
74 static void plci_remove(PLCI *);
80 static void control_rc(PLCI *, byte, byte, byte, byte, byte);
81 static void data_rc(PLCI *, byte);
82 static void data_ack(PLCI *, byte);
83 static void sig_ind(PLCI *);
84 static void SendInfo(PLCI *, dword, byte **, byte);
85 static void SendSetupInfo(APPL *, PLCI *, dword, byte **, byte);
86 static void SendSSExtInd(APPL *, PLCI *plci, dword Id, byte **parms);
88 static void VSwitchReqInd(PLCI *plci, dword Id, byte **parms);
90 static void nl_ind(PLCI *);
92 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
93 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
94 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
95 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
96 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
97 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
98 static byte info_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
99 static byte info_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
100 static byte alert_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
101 static byte facility_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
102 static byte facility_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
103 static byte connect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
104 static byte connect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
105 static byte connect_b3_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
106 static byte disconnect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
107 static byte disconnect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
108 static byte data_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
109 static byte data_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
110 static byte reset_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
111 static byte reset_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
112 static byte connect_b3_t90_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
113 static byte select_b_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
114 static byte manufacturer_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
115 static byte manufacturer_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
118 static void add_p(PLCI *, byte, byte *);
119 static void add_s(PLCI *plci, byte code, API_PARSE *p);
120 static void add_ss(PLCI *plci, byte code, API_PARSE *p);
121 static void add_ie(PLCI *plci, byte code, byte *p, word p_length);
122 static void add_d(PLCI *, word, byte *);
123 static void add_ai(PLCI *, API_PARSE *);
124 static word add_b1(PLCI *, API_PARSE *, word, word);
125 static word add_b23(PLCI *, API_PARSE *);
126 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms);
127 static void sig_req(PLCI *, byte, byte);
128 static void nl_req_ncci(PLCI *, byte, byte);
129 static void send_req(PLCI *);
130 static void send_data(PLCI *);
131 static word plci_remove_check(PLCI *);
135 static void IndParse(PLCI *, const word *, byte **, byte);
143 static void channel_flow_control_remove(PLCI *plci);
144 static void channel_x_off(PLCI *plci, byte ch, byte flag);
145 static void channel_x_on(PLCI *plci, byte ch);
146 static void channel_request_xon(PLCI *plci, byte ch);
147 static void channel_xmit_xon(PLCI *plci);
148 static int channel_can_xon(PLCI *plci, byte ch);
149 static void channel_xmit_extended_xon(PLCI *plci);
151 static byte SendMultiIE(PLCI *plci, dword Id, byte **parms, byte ie_type, dword info_mask, byte set…
152 static word AdvCodecSupport(DIVA_CAPI_ADAPTER *, PLCI *, APPL *, byte);
153 static void CodecIdCheck(DIVA_CAPI_ADAPTER *, PLCI *);
154 static void SetVoiceChannel(PLCI *, byte *, DIVA_CAPI_ADAPTER *);
155 static void VoiceChannelOff(PLCI *plci);
156 static void adv_voice_write_coefs(PLCI *plci, word write_command);
157 static void adv_voice_clear_config(PLCI *plci);
159 static word get_b1_facilities(PLCI *plci, byte b1_resource);
160 static byte add_b1_facilities(PLCI *plci, byte b1_resource, word b1_facilities);
161 static void adjust_b1_facilities(PLCI *plci, byte new_b1_resource, word new_b1_facilities);
162 static word adjust_b_process(dword Id, PLCI *plci, byte Rc);
163 static void adjust_b1_resource(dword Id, PLCI *plci, API_SAVE *bp_msg, word b1_facilities, word int…
164 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc);
165 static void reset_b3_command(dword Id, PLCI *plci, byte Rc);
166 static void select_b_command(dword Id, PLCI *plci, byte Rc);
167 static void fax_connect_ack_command(dword Id, PLCI *plci, byte Rc);
168 static void fax_edata_ack_command(dword Id, PLCI *plci, byte Rc);
169 static void fax_connect_info_command(dword Id, PLCI *plci, byte Rc);
170 static void fax_adjust_b23_command(dword Id, PLCI *plci, byte Rc);
171 static void fax_disconnect_command(dword Id, PLCI *plci, byte Rc);
172 static void hold_save_command(dword Id, PLCI *plci, byte Rc);
173 static void retrieve_restore_command(dword Id, PLCI *plci, byte Rc);
174 static void init_b1_config(PLCI *plci);
175 static void clear_b1_config(PLCI *plci);
177 static void dtmf_command(dword Id, PLCI *plci, byte Rc);
178 static byte dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_P…
179 static void dtmf_confirmation(dword Id, PLCI *plci);
180 static void dtmf_indication(dword Id, PLCI *plci, byte *msg, word length);
181 static void dtmf_parameter_write(PLCI *plci);
184 static void mixer_set_bchannel_id_esc(PLCI *plci, byte bchannel_id);
185 static void mixer_set_bchannel_id(PLCI *plci, byte *chi);
186 static void mixer_clear_config(PLCI *plci);
187 static void mixer_notify_update(PLCI *plci, byte others);
188 static void mixer_command(dword Id, PLCI *plci, byte Rc);
189 static byte mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_…
190 static void mixer_indication_coefs_set(dword Id, PLCI *plci);
191 static void mixer_indication_xconnect_from(dword Id, PLCI *plci, byte *msg, word length);
192 static void mixer_indication_xconnect_to(dword Id, PLCI *plci, byte *msg, word length);
193 static void mixer_remove(PLCI *plci);
196 static void ec_command(dword Id, PLCI *plci, byte Rc);
197 static byte ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PAR…
198 static void ec_indication(dword Id, PLCI *plci, byte *msg, word length);
201 static void rtp_connect_b3_req_command(dword Id, PLCI *plci, byte Rc);
202 static void rtp_connect_b3_res_command(dword Id, PLCI *plci, byte Rc);
205 static int diva_get_dma_descriptor(PLCI *plci, dword *dma_magic);
206 static void diva_free_dma_descriptor(PLCI *plci, int nr);
241 static PLCI dummy_plci;
247 byte (*function)(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
378 PLCI *plci; in api_put()
700 static void init_internal_command_queue(PLCI *plci) in init_internal_command_queue()
713 static void start_internal_command(dword Id, PLCI *plci, t_std_internal_command command_function) in start_internal_command()
735 static void next_internal_command(dword Id, PLCI *plci) in next_internal_command()
763 static word get_ncci(PLCI *plci, byte ch, word force_ncci) in get_ncci()
837 static void ncci_free_receive_buffers(PLCI *plci, word ncci) in ncci_free_receive_buffers()
902 static void cleanup_ncci_data(PLCI *plci, word ncci) in cleanup_ncci_data()
929 static void ncci_remove(PLCI *plci, word ncci, byte preserve_ncci) in ncci_remove()
1002 static void plci_free_msg_in_queue(PLCI *plci) in plci_free_msg_in_queue()
1032 static void plci_remove(PLCI *plci) in plci_remove()
1079 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_req()
1295 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_res()
1449 PLCI *plci, APPL *appl, API_PARSE *msg) in connect_a_res()
1456 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_req()
1509 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_res()
1537 PLCI *plci, APPL *appl, API_PARSE *parms) in listen_req()
1573 a->codec_listen[appl->Id - 1] = (PLCI *)0; in listen_req()
1587 PLCI *plci, APPL *appl, API_PARSE *msg) in info_req()
1591 PLCI *rc_plci = NULL; in info_req()
1697 PLCI *plci, APPL *appl, API_PARSE *msg) in info_res()
1704 PLCI *plci, APPL *appl, API_PARSE *msg) in alert_req()
1735 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_req()
1749 PLCI *rplci; in facility_req()
2486 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_res()
2493 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_req()
2728 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_res()
2844 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_a_res()
2865 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_req()
2922 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_res()
2979 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_req()
3057 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_res()
3091 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_req()
3133 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_res()
3158 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_t90_a_res()
3193 PLCI *plci, APPL *appl, API_PARSE *msg) in select_b_req()
3311 PLCI *plci, APPL *appl, API_PARSE *parms) in manufacturer_req()
3327 PLCI *v_plci; in manufacturer_req()
3640 PLCI *plci, APPL *appl, API_PARSE *msg) in manufacturer_res()
3719 PLCI *plci; in callback()
3972 static void control_rc(PLCI *plci, byte req, byte rc, byte ch, byte global_req, in control_rc()
3983 PLCI *rplci; in control_rc()
4640 static void data_rc(PLCI *plci, byte ch) in data_rc()
4676 static void data_ack(PLCI *plci, byte ch) in data_ack()
4702 static void sig_ind(PLCI *plci) in sig_ind()
4731 PLCI *tplci = NULL; in sig_ind()
5988 static void SendSetupInfo(APPL *appl, PLCI *plci, dword Id, byte **parms, byte Info_Sent_Flag) in SendSetupInfo()
6062 static void SendInfo(PLCI *plci, dword Id, byte **parms, byte iesent) in SendInfo()
6234 static byte SendMultiIE(PLCI *plci, dword Id, byte **parms, byte ie_type, in SendMultiIE()
6304 static void SendSSExtInd(APPL *appl, PLCI *plci, dword Id, byte **parms) in SendSSExtInd()
6350 static void nl_ind(PLCI *plci) in nl_ind()
7136 PLCI *plci; in get_plci()
7210 static void add_p(PLCI *plci, byte code, byte *p) in add_p()
7222 static void add_s(PLCI *plci, byte code, API_PARSE *p) in add_s()
7230 static void add_ss(PLCI *plci, byte code, API_PARSE *p) in add_ss()
7265 static void add_ie(PLCI *plci, byte code, byte *p, word p_length) in add_ie()
7291 static void add_d(PLCI *plci, word length, byte *p) in add_d()
7309 static void add_ai(PLCI *plci, API_PARSE *ai) in add_ai()
7330 static word add_b1(PLCI *plci, API_PARSE *bp, word b_channel_info, in add_b1()
7795 static word add_b23(PLCI *plci, API_PARSE *bp) in add_b23()
8432 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms) in add_modem_b23()
8569 static void sig_req(PLCI *plci, byte req, byte Id) in sig_req()
8591 static void nl_req_ncci(PLCI *plci, byte req, byte ncci) in nl_req_ncci()
8613 static void send_req(PLCI *plci) in send_req()
8669 static void send_data(PLCI *plci) in send_data()
8751 PLCI *plci; in listen_check()
8791 static void IndParse(PLCI *plci, const word *parms_id, byte **parms, byte multiIEsize) in IndParse()
8953 static void SetVoiceChannel(PLCI *plci, byte *chi, DIVA_CAPI_ADAPTER *a) in SetVoiceChannel()
8971 static void VoiceChannelOff(PLCI *plci) in VoiceChannelOff()
8984 static word AdvCodecSupport(DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, in AdvCodecSupport()
8988 PLCI *splci; in AdvCodecSupport()
9081 static void CodecIdCheck(DIVA_CAPI_ADAPTER *a, PLCI *plci) in CodecIdCheck()
9178 PLCI *splci; in AutomaticLaw()
9202 PLCI *plci; in CapiRelease()
9316 static word plci_remove_check(PLCI *plci) in plci_remove_check()
9350 static byte plci_nl_busy(PLCI *plci) in plci_nl_busy()
9452 static void dtmf_enable_receiver(PLCI *plci, byte enable_mask) in dtmf_enable_receiver()
9490 static void dtmf_send_digits(PLCI *plci, byte *digit_buffer, word digit_count) in dtmf_send_digits()
9523 static void dtmf_rec_clear_config(PLCI *plci) in dtmf_rec_clear_config()
9539 static void dtmf_send_clear_config(PLCI *plci) in dtmf_send_clear_config()
9552 static void dtmf_prepare_switch(dword Id, PLCI *plci) in dtmf_prepare_switch()
9563 static word dtmf_save_config(dword Id, PLCI *plci, byte Rc) in dtmf_save_config()
9573 static word dtmf_restore_config(dword Id, PLCI *plci, byte Rc) in dtmf_restore_config()
9610 static void dtmf_command(dword Id, PLCI *plci, byte Rc) in dtmf_command()
9786 static byte dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API… in dtmf_request()
9985 static void dtmf_confirmation(dword Id, PLCI *plci) in dtmf_confirmation()
10006 static void dtmf_indication(dword Id, PLCI *plci, byte *msg, word length) in dtmf_indication()
10056 static void dtmf_parameter_write(PLCI *plci) in dtmf_parameter_write()
10075 static void dtmf_parameter_clear_config(PLCI *plci) in dtmf_parameter_clear_config()
10086 static void dtmf_parameter_prepare_switch(dword Id, PLCI *plci) in dtmf_parameter_prepare_switch()
10095 static word dtmf_parameter_save_config(dword Id, PLCI *plci, byte Rc) in dtmf_parameter_save_config()
10105 static word dtmf_parameter_restore_config(dword Id, PLCI *plci, byte Rc) in dtmf_parameter_restore_config()
10261 static void mixer_set_bchannel_id_esc(PLCI *plci, byte bchannel_id) in mixer_set_bchannel_id_esc()
10264 PLCI *splci; in mixer_set_bchannel_id_esc()
10316 static void mixer_set_bchannel_id(PLCI *plci, byte *chi) in mixer_set_bchannel_id()
10319 PLCI *splci; in mixer_set_bchannel_id()
10733 static void xconnect_query_addresses(PLCI *plci) in xconnect_query_addresses()
10770 static void xconnect_write_coefs(PLCI *plci, word internal_command) in xconnect_write_coefs()
10782 static byte xconnect_write_coefs_process(dword Id, PLCI *plci, byte Rc) in xconnect_write_coefs_process()
11120 static void mixer_notify_update(PLCI *plci, byte others) in mixer_notify_update()
11124 PLCI *notify_plci; in mixer_notify_update()
11194 static void mixer_clear_config(PLCI *plci) in mixer_clear_config()
11258 static void mixer_prepare_switch(dword Id, PLCI *plci) in mixer_prepare_switch()
11271 static word mixer_save_config(dword Id, PLCI *plci, byte Rc) in mixer_save_config()
11296 static word mixer_restore_config(dword Id, PLCI *plci, byte Rc) in mixer_restore_config()
11382 static void mixer_command(dword Id, PLCI *plci, byte Rc) in mixer_command()
11508 static void li_update_connect(dword Id, DIVA_CAPI_ADAPTER *a, PLCI *plci, in li_update_connect()
11512 PLCI *plci_b; in li_update_connect()
11651 static void li2_update_connect(dword Id, DIVA_CAPI_ADAPTER *a, PLCI *plci, in li2_update_connect()
11655 PLCI *plci_b; in li2_update_connect()
11759 static word li_check_main_plci(dword Id, PLCI *plci) in li_check_main_plci()
11780 static PLCI *li_check_plci_b(dword Id, PLCI *plci, in li_check_plci_b()
11784 PLCI *plci_b; in li_check_plci_b()
11843 static PLCI *li2_check_plci_b(dword Id, PLCI *plci, in li2_check_plci_b()
11847 PLCI *plci_b; in li2_check_plci_b()
11906 static byte mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, AP… in mixer_request()
11911 PLCI *plci_b; in mixer_request()
12309 static void mixer_indication_coefs_set(dword Id, PLCI *plci) in mixer_indication_coefs_set()
12369 static void mixer_indication_xconnect_from(dword Id, PLCI *plci, byte *msg, word length) in mixer_indication_xconnect_from()
12412 static void mixer_indication_xconnect_to(dword Id, PLCI *plci, byte *msg, word length) in mixer_indication_xconnect_to()
12421 static byte mixer_notify_source_removed(PLCI *plci, dword plci_b_id) in mixer_notify_source_removed()
12441 static void mixer_remove(PLCI *plci) in mixer_remove()
12444 PLCI *notify_plci; in mixer_remove()
12495 static void ec_write_parameters(PLCI *plci) in ec_write_parameters()
12516 static void ec_clear_config(PLCI *plci) in ec_clear_config()
12529 static void ec_prepare_switch(dword Id, PLCI *plci) in ec_prepare_switch()
12538 static word ec_save_config(dword Id, PLCI *plci, byte Rc) in ec_save_config()
12548 static word ec_restore_config(dword Id, PLCI *plci, byte Rc) in ec_restore_config()
12585 static void ec_command(dword Id, PLCI *plci, byte Rc) in ec_command()
12702 static byte ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_P… in ec_request()
12892 static void ec_indication(dword Id, PLCI *plci, byte *msg, word length) in ec_indication()
12948 static void adv_voice_write_coefs(PLCI *plci, word write_command) in adv_voice_write_coefs()
13103 static void adv_voice_clear_config(PLCI *plci) in adv_voice_clear_config()
13165 static void adv_voice_prepare_switch(dword Id, PLCI *plci) in adv_voice_prepare_switch()
13174 static word adv_voice_save_config(dword Id, PLCI *plci, byte Rc) in adv_voice_save_config()
13184 static word adv_voice_restore_config(dword Id, PLCI *plci, byte Rc) in adv_voice_restore_config()
13274 static word get_b1_facilities(PLCI *plci, byte b1_resource) in get_b1_facilities()
13306 static byte add_b1_facilities(PLCI *plci, byte b1_resource, word b1_facilities) in add_b1_facilities()
13411 static void adjust_b1_facilities(PLCI *plci, byte new_b1_resource, word new_b1_facilities) in adjust_b1_facilities()
13445 static void adjust_b_clear(PLCI *plci) in adjust_b_clear()
13456 static word adjust_b_process(dword Id, PLCI *plci, byte Rc) in adjust_b_process()
13826 static void adjust_b1_resource(dword Id, PLCI *plci, API_SAVE *bp_msg, word b1_facilities, word i… in adjust_b1_resource()
13848 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc) in adjust_b_restore()
13896 static void reset_b3_command(dword Id, PLCI *plci, byte Rc) in reset_b3_command()
13937 static void select_b_command(dword Id, PLCI *plci, byte Rc) in select_b_command()
13997 static void fax_connect_ack_command(dword Id, PLCI *plci, byte Rc) in fax_connect_ack_command()
14044 static void fax_edata_ack_command(dword Id, PLCI *plci, byte Rc) in fax_edata_ack_command()
14083 static void fax_connect_info_command(dword Id, PLCI *plci, byte Rc) in fax_connect_info_command()
14134 static void fax_adjust_b23_command(dword Id, PLCI *plci, byte Rc) in fax_adjust_b23_command()
14184 static void fax_disconnect_command(dword Id, PLCI *plci, byte Rc) in fax_disconnect_command()
14227 static void rtp_connect_b3_req_command(dword Id, PLCI *plci, byte Rc) in rtp_connect_b3_req_command()
14280 static void rtp_connect_b3_res_command(dword Id, PLCI *plci, byte Rc) in rtp_connect_b3_res_command()
14331 static void hold_save_command(dword Id, PLCI *plci, byte Rc) in hold_save_command()
14373 static void retrieve_restore_command(dword Id, PLCI *plci, byte Rc) in retrieve_restore_command()
14413 static void init_b1_config(PLCI *plci) in init_b1_config()
14439 static void clear_b1_config(PLCI *plci) in clear_b1_config()
14473 static void channel_flow_control_remove(PLCI *plci) { in channel_flow_control_remove()
14484 static void channel_x_on(PLCI *plci, byte ch) { in channel_x_on()
14491 static void channel_x_off(PLCI *plci, byte ch, byte flag) { in channel_x_off()
14500 static void channel_request_xon(PLCI *plci, byte ch) { in channel_request_xon()
14510 static void channel_xmit_extended_xon(PLCI *plci) { in channel_xmit_extended_xon()
14536 static int find_channel_with_pending_x_on(DIVA_CAPI_ADAPTER *a, PLCI *plci) { in find_channel_with_pending_x_on()
14566 static void channel_xmit_xon(PLCI *plci) { in channel_xmit_xon()
14589 static int channel_can_xon(PLCI *plci, byte ch) { in channel_can_xon()
14638 static void group_optimization(DIVA_CAPI_ADAPTER *a, PLCI *plci) in group_optimization()
14644 PLCI *auxplci; in group_optimization()
14759 PLCI *plci; in CapiRegister()
14806 static void VSwitchReqInd(PLCI *plci, dword Id, byte **parms) in VSwitchReqInd()
14894 static int diva_get_dma_descriptor(PLCI *plci, dword *dma_magic) { in diva_get_dma_descriptor()
14928 static void diva_free_dma_descriptor(PLCI *plci, int nr) { in diva_free_dma_descriptor()