Searched refs:b_out (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_b.c32 struct st5481_b_out *b_out = &bcs->b_out; local
40 if (test_and_set_bit(buf_nr, &b_out->busy)) {
44 urb = b_out->urb[buf_nr];
47 if(b_out->flow_event & (OUT_DOWN | OUT_UNDERRUN)) {
51 } else if(b_out->flow_event & OUT_UP){
59 b_out->flow_event = 0;
63 if ((skb = b_out->tx_skb)) {
80 len += isdnhdlc_encode(&b_out->hdlc_state,
89 b_out
168 struct st5481_b_out *b_out = &bcs->b_out; local
202 struct st5481_b_out *b_out = &bcs->b_out; local
268 struct st5481_b_out *b_out = &bcs->b_out; local
294 struct st5481_b_out *b_out = &bcs->b_out; local
[all...]
H A Dst5481.h374 struct st5481_b_out b_out; member in struct:st5481_bcs
H A Dst5481_usb.c231 adapter->bcs[j].b_out.flow_event |= data[FFINT_B1 + j];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c138 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member in struct:mon_reader_bin
143 struct mutex fetch_lock; /* Protect b_read, b_out */
317 * it accesses both b_cnt and b_out.
324 if ((rp->b_out += size) >= rp->b_size)
325 rp->b_out -= rp->b_size;
585 ep = MON_OFF2HDR(rp, rp->b_out);
593 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0;
650 ep = MON_OFF2HDR(rp, rp->b_out);
667 offset = rp->b_out + PKT_SIZE;
711 ep = MON_OFF2HDR(rp, rp->b_out);
[all...]

Completed in 55 milliseconds