Searched refs:bcs (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhscx_irq.c53 hscx_empty_fifo(struct BCState *bcs, int count) argument
56 struct IsdnCardState *cs = bcs->cs;
61 if (bcs->hw.hscx.rcvidx + count > HSCX_BUFMAX) {
64 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, 0x80);
65 bcs->hw.hscx.rcvidx = 0;
68 ptr = bcs->hw.hscx.rcvbuf + bcs->hw.hscx.rcvidx;
69 bcs->hw.hscx.rcvidx += count;
70 READHSCXFIFO(cs, bcs->hw.hscx.hscx, ptr, count);
71 WriteHSCXCMDR(cs, bcs
83 hscx_fill_fifo(struct BCState *bcs) argument
126 struct BCState *bcs = cs->bcs + hscx; local
229 struct BCState *bcs; local
[all...]
H A Dnetjet.c66 static void fill_mem(struct BCState *bcs, u_int *pos, u_int cnt, int chan, u_char fill) argument
80 if (p > bcs->hw.tiger.s_end)
81 p = bcs->hw.tiger.send;
86 mode_tiger(struct BCState *bcs, int mode, int bc) argument
88 struct IsdnCardState *cs = bcs->cs;
93 mode, bc, bcs->channel);
94 bcs->mode = mode;
95 bcs->channel = bc;
98 fill_mem(bcs, bcs
215 make_raw_data(struct BCState *bcs) argument
305 make_raw_data_56k(struct BCState *bcs) argument
379 got_frame(struct BCState *bcs, int count) argument
397 read_raw(struct BCState *bcs, u_int *buf, int cnt) argument
606 netjet_fill_dma(struct BCState *bcs) argument
673 write_raw(struct BCState *bcs, u_int *buf, int cnt) argument
794 struct BCState *bcs = st->l1.bcs; local
853 close_tigerstate(struct BCState *bcs) argument
872 open_tigerstate(struct IsdnCardState *cs, struct BCState *bcs) argument
897 setstack_tiger(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Djade_irq.c43 jade_empty_fifo(struct BCState *bcs, int count) argument
46 struct IsdnCardState *cs = bcs->cs;
51 if (bcs->hw.hscx.rcvidx + count > HSCX_BUFMAX) {
54 WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_RCMD, jadeRCMD_RMC);
55 bcs->hw.hscx.rcvidx = 0;
58 ptr = bcs->hw.hscx.rcvbuf + bcs->hw.hscx.rcvidx;
59 bcs->hw.hscx.rcvidx += count;
60 READJADEFIFO(cs, bcs->hw.hscx.hscx, ptr, count);
61 WriteJADECMDR(cs, bcs
73 jade_fill_fifo(struct BCState *bcs) argument
117 struct BCState *bcs = cs->bcs + jade; local
205 struct BCState *bcs; local
[all...]
H A Davm_pci.c166 if (cs->bcs[0].mode && (cs->bcs[0].channel == channel))
167 return(&cs->bcs[0]);
168 else if (cs->bcs[1].mode && (cs->bcs[1].channel == channel))
169 return(&cs->bcs[1]);
175 write_ctrl(struct BCState *bcs, int which) { argument
177 if (bcs->cs->debug & L1_DEB_HSCX)
178 debugl1(bcs->cs, "hdlc %c wr%x ctrl %x",
179 'A' + bcs
196 modehdlc(struct BCState *bcs, int mode, int bc) argument
245 hdlc_empty_fifo(struct BCState *bcs, int count) argument
297 hdlc_fill_fifo(struct BCState *bcs) argument
361 HDLC_irq(struct BCState *bcs, u_int stat) argument
457 struct BCState *bcs; local
492 struct BCState *bcs = st->l1.bcs; local
550 close_hdlcstate(struct BCState *bcs) argument
569 open_hdlcstate(struct IsdnCardState *cs, struct BCState *bcs) argument
597 setstack_hdlc(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Dst5481_b.c20 static inline void B_L1L2(struct st5481_bcs *bcs, int pr, void *arg) argument
22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
30 static void usb_b_out(struct st5481_bcs *bcs,int buf_nr) argument
32 struct st5481_b_out *b_out = &bcs->b_out;
33 struct st5481_adapter *adapter = bcs->adapter;
41 DBG(4,"ep %d urb %d busy",(bcs->channel+1)*2,buf_nr);
50 DBG(4,"B%d,adjust flow,add %d bytes",bcs->channel+1,B_FLOW_ADJUST);
54 DBG(4,"B%d,adjust flow,remove %d bytes",bcs->channel+1,B_FLOW_ADJUST);
65 DBG(4,"B%d,len=%d",bcs->channel+1,skb->len);
67 if (bcs
132 struct st5481_bcs *bcs = context; local
167 struct st5481_bcs *bcs = urb->context; local
200 st5481B_mode(struct st5481_bcs *bcs, int mode) argument
262 st5481_setup_b_out(struct st5481_bcs *bcs) argument
292 st5481_release_b_out(struct st5481_bcs *bcs) argument
301 st5481_setup_b(struct st5481_bcs *bcs) argument
333 st5481_release_b(struct st5481_bcs *bcs) argument
352 struct st5481_bcs *bcs = ifc->priv; local
[all...]
H A Dhfc_2bs0.c56 GetFreeFifoBytes(struct BCState *bcs) argument
60 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
61 return (bcs->cs->hw.hfc.fifosize);
62 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
64 s += bcs->cs->hw.hfc.fifosize;
65 s = bcs
70 ReadZReg(struct BCState *bcs, u_char reg) argument
82 hfc_clear_fifo(struct BCState *bcs) argument
143 hfc_empty_fifo(struct BCState *bcs, int count) argument
236 hfc_fill_fifo(struct BCState *bcs) argument
325 main_irq_hfc(struct BCState *bcs) argument
398 mode_hfc(struct BCState *bcs, int mode, int bc) argument
454 struct BCState *bcs = st->l1.bcs; local
511 close_hfcstate(struct BCState *bcs) argument
527 open_hfcstate(struct IsdnCardState *cs, struct BCState *bcs) argument
541 setstack_hfc(struct PStack *st, struct BCState *bcs) argument
555 init_send(struct BCState *bcs) argument
[all...]
H A Dhscx.c40 modehscx(struct BCState *bcs, int mode, int bc) argument
42 struct IsdnCardState *cs = bcs->cs;
43 int hscx = bcs->hw.hscx.hscx;
48 bcs->mode = mode;
49 bcs->channel = bc;
67 test_bit(HW_IOM1, &cs->HW_Flags) ? 0x7 : bcs->hw.hscx.tsaxr0);
69 test_bit(HW_IOM1, &cs->HW_Flags) ? 0x7 : bcs->hw.hscx.tsaxr0);
71 cs->BC_Write_Reg(cs, hscx, HSCX_TSAX, bcs->hw.hscx.tsaxr1);
72 cs->BC_Write_Reg(cs, hscx, HSCX_TSAR, bcs->hw.hscx.tsaxr1);
97 struct BCState *bcs local
155 close_hscxstate(struct BCState *bcs) argument
174 open_hscxstate(struct IsdnCardState *cs, struct BCState *bcs) argument
203 setstack_hscx(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Disar.c31 static void isar_pump_cmd(struct BCState *bcs, u_char cmd, u_char para);
32 static void ll_deliver_faxstat(struct BCState *bcs, u_char status);
135 struct isar_reg *ir = cs->bcs[0].hw.isar.reg;
176 if (cs->bcs[0].hw.isar.reg->iis == ISAR_IIS_VNR) {
197 struct isar_reg *ireg = cs->bcs[0].hw.isar.reg;
441 struct BCState *bcs = container_of(work, struct BCState, tqueue); local
444 if (test_and_clear_bit(B_LL_NOCARRIER, &bcs->event))
445 ll_deliver_faxstat(bcs, ISDN_FAX_CLASS1_NOCARR);
446 if (test_and_clear_bit(B_LL_CONNECT, &bcs->event))
447 ll_deliver_faxstat(bcs, ISDN_FAX_CLASS1_CONNEC
453 send_DLE_ETX(struct BCState *bcs) argument
489 isar_rcv_frame(struct IsdnCardState *cs, struct BCState *bcs) argument
668 isar_fill_fifo(struct BCState *bcs) argument
756 send_frames(struct BCState *bcs) argument
813 struct BCState *bcs; local
841 isar_pump_status_rsp(struct BCState *bcs, struct isar_reg *ireg) argument
895 isar_pump_statev_modem(struct BCState *bcs, u_char devt) argument
965 ll_deliver_faxstat(struct BCState *bcs, u_char status) argument
980 isar_pump_statev_fax(struct BCState *bcs, u_char devt) argument
1175 struct BCState *bcs; local
1268 ftimer_handler(struct BCState *bcs) argument
1282 setup_pump(struct BCState *bcs) argument
1331 setup_sart(struct BCState *bcs) argument
1367 setup_iom2(struct BCState *bcs) argument
1395 modeisar(struct BCState *bcs, int mode, int bc) argument
1455 isar_pump_cmd(struct BCState *bcs, u_char cmd, u_char para) argument
1591 struct BCState *bcs = st->l1.bcs; local
1688 close_isarstate(struct BCState *bcs) argument
1708 open_isarstate(struct IsdnCardState *cs, struct BCState *bcs) argument
1730 setstack_isar(struct PStack *st, struct BCState *bcs) argument
1747 struct BCState *bcs; local
[all...]
H A Djade.c78 modejade(struct BCState *bcs, int mode, int bc) argument
80 struct IsdnCardState *cs = bcs->cs;
81 int jade = bcs->hw.hscx.hscx;
89 bcs->mode = mode;
90 bcs->channel = bc;
136 struct BCState *bcs = st->l1.bcs; local
142 spin_lock_irqsave(&bcs->cs->lock, flags);
143 if (bcs->tx_skb) {
144 skb_queue_tail(&bcs
194 close_jadestate(struct BCState *bcs) argument
213 open_jadestate(struct IsdnCardState *cs, struct BCState *bcs) argument
243 setstack_jade(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Dipacx.c44 static void bch_empty_fifo(struct BCState *bcs, int count);
45 static void bch_fill_fifo(struct BCState *bcs);
47 static void bch_mode(struct BCState *bcs, int mode, int bc);
48 static void bch_close_state(struct BCState *bcs);
49 static int bch_open_state(struct IsdnCardState *cs, struct BCState *bcs);
50 static int bch_setstack(struct PStack *st, struct BCState *bcs);
447 struct BCState *bcs = st->l1.bcs; local
453 spin_lock_irqsave(&bcs->cs->lock, flags);
454 if (bcs
508 bch_empty_fifo(struct BCState *bcs, int count) argument
549 bch_fill_fifo(struct BCState *bcs) argument
595 struct BCState *bcs; local
712 bch_mode(struct BCState *bcs, int mode, int bc) argument
760 bch_close_state(struct BCState *bcs) argument
781 bch_open_state(struct IsdnCardState *cs, struct BCState *bcs) argument
812 bch_setstack(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Dhisax_fcpcipnp.c221 static void __fcpci_write_ctrl(struct fritz_bcs *bcs, int which) argument
223 struct fritz_adapter *adapter = bcs->adapter;
224 int idx = bcs->channel ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1;
227 'A' + bcs->channel, which, bcs->ctrl.ctrl);
230 outl(bcs->ctrl.ctrl, adapter->io + AVM_DATA + HDLC_CTRL);
233 static void fcpci_write_ctrl(struct fritz_bcs *bcs, int which) argument
235 struct fritz_adapter *adapter = bcs->adapter;
239 __fcpci_write_ctrl(bcs, which);
311 static void fcpci2_write_ctrl(struct fritz_bcs *bcs, in argument
340 __fcpnp_write_ctrl(struct fritz_bcs *bcs, int which) argument
360 fcpnp_write_ctrl(struct fritz_bcs *bcs, int which) argument
372 B_L1L2(struct fritz_bcs *bcs, int pr, void *arg) argument
380 hdlc_fill_fifo(struct fritz_bcs *bcs) argument
431 hdlc_empty_fifo(struct fritz_bcs *bcs, int count) argument
466 hdlc_rpr_irq(struct fritz_bcs *bcs, u32 stat) argument
510 hdlc_xdu_irq(struct fritz_bcs *bcs) argument
535 hdlc_xpr_irq(struct fritz_bcs *bcs) argument
553 hdlc_irq_one(struct fritz_bcs *bcs, u32 stat) argument
585 modehdlc(struct fritz_bcs *bcs, int mode) argument
624 struct fritz_bcs *bcs = ifc->priv; local
[all...]
H A Dhfc_2bds0.c141 GetFreeFifoBytes_B(struct BCState *bcs) argument
145 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
146 return (bcs->cs->hw.hfcD.bfifosize);
147 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
149 s += bcs->cs->hw.hfcD.bfifosize;
150 s = bcs
181 hfc_empty_fifo(struct BCState *bcs, int count) argument
259 hfc_fill_fifo(struct BCState *bcs) argument
337 hfc_send_data(struct BCState *bcs) argument
349 main_rec_2bds0(struct BCState *bcs) argument
403 mode_2bs0(struct BCState *bcs, int mode, int bc) argument
453 struct BCState *bcs = st->l1.bcs; local
509 close_2bs0(struct BCState *bcs) argument
524 open_hfcstate(struct IsdnCardState *cs, struct BCState *bcs) argument
538 setstack_2b(struct PStack *st, struct BCState *bcs) argument
766 struct BCState *bcs; local
[all...]
H A Dw6692.c207 W6692B_empty_fifo(struct BCState *bcs, int count) argument
210 struct IsdnCardState *cs = bcs->cs;
215 if (bcs->hw.w6692.rcvidx + count > HSCX_BUFMAX) {
218 cs->BC_Write_Reg(cs, bcs->channel, W_B_CMDR, W_B_CMDR_RACK | W_B_CMDR_RACT);
219 bcs->hw.w6692.rcvidx = 0;
222 ptr = bcs->hw.w6692.rcvbuf + bcs->hw.w6692.rcvidx;
223 bcs->hw.w6692.rcvidx += count;
224 READW6692BFIFO(cs, bcs->channel, ptr, count);
225 cs->BC_Write_Reg(cs, bcs
237 W6692B_fill_fifo(struct BCState *bcs) argument
279 struct BCState *bcs; local
728 W6692Bmode(struct BCState *bcs, int mode, int bchan) argument
762 struct BCState *bcs = st->l1.bcs; local
819 close_w6692state(struct BCState *bcs) argument
838 open_w6692state(struct IsdnCardState *cs, struct BCState *bcs) argument
867 setstack_w6692(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Delsa_ser.c240 write_modem(struct BCState *bcs) { argument
242 struct IsdnCardState *cs = bcs->cs;
245 if (!bcs->tx_skb)
247 if (bcs->tx_skb->len <= 0)
249 len = bcs->tx_skb->len;
257 skb_copy_from_linear_data(bcs->tx_skb,
259 skb_pull(bcs->tx_skb, count);
265 skb_copy_from_linear_data(bcs->tx_skb,
267 skb_pull(bcs->tx_skb, count);
280 modem_fill(struct BCState *bcs) { argument
427 close_elsastate(struct BCState *bcs) argument
550 struct BCState *bcs = st->l1.bcs; local
584 setstack_elsa(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Dst5481_init.c84 adapter->bcs[i].adapter = adapter;
85 adapter->bcs[i].channel = i;
86 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
87 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1;
99 retval = st5481_setup_b(&adapter->bcs[0]);
103 retval = st5481_setup_b(&adapter->bcs[1]);
108 b_if[i] = &adapter->bcs[i].b_if;
120 st5481_release_b(&adapter->bcs[1]);
122 st5481_release_b(&adapter->bcs[
[all...]
H A Dhfc_sx.c437 if (cs->bcs[0].mode && (cs->bcs[0].channel == channel))
438 return (&cs->bcs[0]);
439 else if (cs->bcs[1].mode && (cs->bcs[1].channel == channel))
440 return (&cs->bcs[1]);
476 main_rec_hfcsx(struct BCState *bcs) argument
478 struct IsdnCardState *cs = bcs->cs;
485 debugl1(cs, "rec_data %d blocked", bcs->channel);
488 skb = read_fifo(cs, ((bcs
526 hfcsx_fill_fifo(struct BCState *bcs) argument
698 struct BCState *bcs; local
1016 hfcsx_send_data(struct BCState *bcs) argument
1031 mode_hfcsx(struct BCState *bcs, int mode, int bc) argument
1143 struct BCState *bcs = st->l1.bcs; local
1202 close_hfcsx(struct BCState *bcs) argument
1220 open_hfcsxstate(struct IsdnCardState *cs, struct BCState *bcs) argument
1237 setstack_2b(struct PStack *st, struct BCState *bcs) argument
[all...]
H A Dhfc_pci.c194 hfcpci_sched_event(struct BCState *bcs, int event) argument
196 test_and_set_bit(event, &bcs->event);
197 schedule_work(&bcs->tqueue);
207 if (cs->bcs[0].mode && (cs->bcs[0].channel == channel))
208 return (&cs->bcs[0]);
209 else if (cs->bcs[1].mode && (cs->bcs[1].channel == channel))
210 return (&cs->bcs[1]);
273 hfcpci_empty_fifo(struct BCState *bcs, bzfifo_typ argument
400 hfcpci_empty_fifo_trans(struct BCState *bcs, bzfifo_type * bz, u_char * bdata) argument
452 main_rec_hfcpci(struct BCState *bcs) argument
592 hfcpci_fill_fifo(struct BCState *bcs) argument
939 struct BCState *bcs; local
1259 hfcpci_send_data(struct BCState *bcs) argument
1274 mode_hfcpci(struct BCState *bcs, int mode, int bc) argument
1397 struct BCState *bcs = st->l1.bcs; local
1457 close_hfcpci(struct BCState *bcs) argument
1475 open_hfcpcistate(struct IsdnCardState *cs, struct BCState *bcs) argument
1492 setstack_2b(struct PStack *st, struct BCState *bcs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Di4l.c40 struct bc_state *bcs; local
52 bcs = &cs->bcs[channel];
76 return cs->ops->send_skb(bcs, skb);
79 void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb) argument
84 ++bcs->trans_up;
87 dev_warn(bcs->cs->dev, "%s: skb->len==%d\n",
94 bcs->cs->myid, bcs->channel, len);
96 response.driver = bcs
114 struct bc_state *bcs; local
318 gigaset_i4l_channel_cmd(struct bc_state *bcs, int cmd) argument
330 struct bc_state *bcs = at_state->bcs; local
409 struct bc_state *bcs = at_state->bcs; local
453 struct bc_state *bcs = at_state->bcs; local
[all...]
H A Dcommon.c154 if (test_timeout(&cs->bcs[channel].at_state))
175 int gigaset_get_channel(struct bc_state *bcs) argument
179 spin_lock_irqsave(&bcs->cs->lock, flags);
180 if (bcs->use_count) {
182 bcs->channel);
183 spin_unlock_irqrestore(&bcs->cs->lock, flags);
186 ++bcs->use_count;
187 bcs->busy = 1;
188 gig_dbg(DEBUG_ANY, "allocated channel %d", bcs->channel);
189 spin_unlock_irqrestore(&bcs
193 gigaset_free_channel(struct bc_state *bcs) argument
333 gigaset_freebcs(struct bc_state *bcs) argument
469 gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs, struct cardstate *cs, int cid) argument
498 gigaset_inbuf_init(struct inbuf_t *inbuf, struct bc_state *bcs, struct cardstate *cs, int inputstate) argument
552 gigaset_initbcs(struct bc_state *bcs, struct cardstate *cs, int channel) argument
761 gigaset_bcs_reinit(struct bc_state *bcs) argument
[all...]
H A Dasyncdata.c112 struct bc_state *bcs = inbuf->bcs; local
113 int inputstate = bcs->inputstate;
114 __u16 fcs = bcs->fcs;
115 struct sk_buff *skb = bcs->skb;
150 ++bcs->emptycount;
158 gigaset_rcv_error(NULL, cs, bcs);
161 ++bcs->emptycount;
175 bcs->rcvbytes, skb->len);
177 gigaset_rcv_error(compskb, cs, bcs);
273 struct bc_state *bcs = inbuf->bcs; local
550 gigaset_m10x_send_skb(struct bc_state *bcs, struct sk_buff *skb) argument
[all...]
H A Dgigaset.h319 struct bc_state *bcs; member in struct:inbuf_t
357 * - bcs: pointer to the B Channel control structure
362 struct bc_state *bcs; member in struct:isow_urbctx_t
386 struct bc_state *bcs; member in struct:at_state_t
460 struct bc_state *bcs; /* Array of struct bc_state */ member in struct:cardstate
609 int (*init_bchannel)(struct bc_state *bcs);
613 int (*close_bchannel)(struct bc_state *bcs);
615 int (*initbcshw)(struct bc_state *bcs);
617 int (*freebcshw)(struct bc_state *bcs);
619 void (*reinitbcshw)(struct bc_state *bcs);
707 gigaset_isdn_rcv_err(struct bc_state *bcs) argument
814 gigaset_bchannel_down(struct bc_state *bcs) argument
824 gigaset_bchannel_up(struct bc_state *bcs) argument
838 gigaset_rcv_skb(struct sk_buff *skb, struct cardstate *cs, struct bc_state *bcs) argument
849 gigaset_rcv_error(struct sk_buff *procskb, struct cardstate *cs, struct bc_state *bcs) argument
[all...]
H A Dev-layer.c697 struct bc_state *bcs = (*at_state_p)->bcs; local
711 if (bcs) {
713 cs->ops->close_bchannel(bcs);
727 * a newly allocated one with bcs=NULL
742 if (gigaset_get_channel(cs->bcs + i)) {
743 ret = &cs->bcs[i].at_state;
768 at_state = &cs->bcs[i].at_state;
850 if (cid == cs->bcs[i].at_state.cid)
851 return &cs->bcs[
866 bchannel_down(struct bc_state *bcs) argument
883 bchannel_up(struct bc_state *bcs) argument
903 struct bc_state *bcs = at_state->bcs; local
1068 handle_icall(struct cardstate *cs, struct bc_state *bcs, struct at_state_t **p_at_state) argument
1141 do_action(int action, struct cardstate *cs, struct bc_state *bcs, struct at_state_t **p_at_state, char **pp_command, int *p_genresp, int *p_resp_code, struct event_t *ev) argument
1560 struct bc_state *bcs; local
1704 struct bc_state *bcs; local
[all...]
H A Disocdata.c501 int gigaset_isoc_buildframe(struct bc_state *bcs, unsigned char *in, int len) argument
505 switch (bcs->proto2) {
507 result = hdlc_buildframe(bcs->hw.bas->isooutbuf, in, len);
512 result = trans_buildframe(bcs->hw.bas->isooutbuf, in, len);
520 * append byte c to current skb of B channel structure *bcs, updating fcs
522 static inline void hdlc_putbyte(unsigned char c, struct bc_state *bcs) argument
524 bcs->fcs = crc_ccitt_byte(bcs->fcs, c);
525 if (unlikely(bcs->skb == NULL)) {
529 if (unlikely(bcs
542 hdlc_flush(struct bc_state *bcs) argument
561 hdlc_done(struct bc_state *bcs) argument
606 hdlc_frag(struct bc_state *bcs, unsigned inbits) argument
662 hdlc_unpack(unsigned char *src, unsigned count, struct bc_state *bcs) argument
855 trans_receive(unsigned char *src, unsigned count, struct bc_state *bcs) argument
898 gigaset_isoc_receive(unsigned char *src, unsigned count, struct bc_state *bcs) argument
991 gigaset_isoc_send_skb(struct bc_state *bcs, struct sk_buff *skb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dsparcv8plus.S603 * 'bcs,a %xcc,.+8; inc %rd' pair. But the performance improvement
663 bcs,a %xcc,.+8
668 bcs,a %xcc,.+8
677 bcs,a %xcc,.+8
682 bcs,a %xcc,.+8
687 bcs,a %xcc,.+8 !=
696 bcs,a %xcc,.+8 !=
700 bcs,a %xcc,.+8 !=
705 bcs,a %xcc,.+8
710 bcs,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dsparcv8plus.S615 * 'bcs,a %xcc,.+8; inc %rd' pair. But the performance improvement
675 bcs,a %xcc,.+8
680 bcs,a %xcc,.+8
689 bcs,a %xcc,.+8
694 bcs,a %xcc,.+8
699 bcs,a %xcc,.+8 !=
708 bcs,a %xcc,.+8 !=
712 bcs,a %xcc,.+8 !=
717 bcs,a %xcc,.+8
722 bcs,
[all...]

Completed in 166 milliseconds

1234