Searched refs:ech (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Dhwchannel.c181 recv_Echannel(struct dchannel *ech, struct dchannel *dch) argument
185 if (ech->rx_skb->len < 2) { /* at least 2 for sapi / tei */
186 dev_kfree_skb(ech->rx_skb);
187 ech->rx_skb = NULL;
190 hh = mISDN_HEAD_P(ech->rx_skb);
192 hh->id = get_sapi_tei(ech->rx_skb->data);
193 skb_queue_tail(&dch->rqueue, ech->rx_skb);
194 ech->rx_skb = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dhwchannel.c181 recv_Echannel(struct dchannel *ech, struct dchannel *dch) argument
185 if (ech->rx_skb->len < 2) { /* at least 2 for sapi / tei */
186 dev_kfree_skb(ech->rx_skb);
187 ech->rx_skb = NULL;
190 hh = mISDN_HEAD_P(ech->rx_skb);
192 hh->id = get_sapi_tei(ech->rx_skb->data);
193 skb_queue_tail(&dch->rqueue, ech->rx_skb);
194 ech->rx_skb = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.c57 static struct ubi_ec_hdr *ech; variable in typeref:struct:ubi_ec_hdr
741 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0);
763 if (ech->version != UBI_VERSION) {
765 UBI_VERSION, (int)ech->version);
769 ec = be64_to_cpu(ech->ec);
780 ubi_dbg_dump_ec_hdr(ech);
795 image_seq = be32_to_cpu(ech->image_seq);
802 ubi_dbg_dump_ec_hdr(ech);
993 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL);
994 if (!ech)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dscan.c57 static struct ubi_ec_hdr *ech; variable in typeref:struct:ubi_ec_hdr
741 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0);
763 if (ech->version != UBI_VERSION) {
765 UBI_VERSION, (int)ech->version);
769 ec = be64_to_cpu(ech->ec);
780 ubi_dbg_dump_ec_hdr(ech);
795 image_seq = be32_to_cpu(ech->image_seq);
802 ubi_dbg_dump_ec_hdr(ech);
993 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL);
994 if (!ech)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h265 struct dchannel *ech; /* link to hfcsusb_t->ech, TODO: E-CHANNEL */ member in struct:usb_fifo
274 struct dchannel ech; /* TODO : wait for struct echannel ;) */ member in struct:hfcsusb
H A Dhfcsusb.c446 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags);
453 set_bit(FLG_ACTIVE, &hw->ech.Flags);
454 _queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND,
858 "dch(%p) bch(%p) ech(%p)\n",
860 fifo->dch, fifo->bch, fifo->ech);
865 if ((!!fifo->dch + !!fifo->bch + !!fifo->ech) != 1) {
882 if (fifo->ech) {
883 rx_skb = fifo->ech->rx_skb;
884 maxlen = fifo->ech->maxlen;
895 if (fifo->ech)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h265 struct dchannel *ech; /* link to hfcsusb_t->ech, TODO: E-CHANNEL */ member in struct:usb_fifo
274 struct dchannel ech; /* TODO : wait for struct echannel ;) */ member in struct:hfcsusb
H A Dhfcsusb.c446 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags);
453 set_bit(FLG_ACTIVE, &hw->ech.Flags);
454 _queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND,
858 "dch(%p) bch(%p) ech(%p)\n",
860 fifo->dch, fifo->bch, fifo->ech);
865 if ((!!fifo->dch + !!fifo->bch + !!fifo->ech) != 1) {
882 if (fifo->ech) {
883 rx_skb = fifo->ech->rx_skb;
884 maxlen = fifo->ech->maxlen;
895 if (fifo->ech)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c673 rx_d_frame(struct hfc4s8s_l1 *l1p, int ech) argument
686 (l1p->st_num * 8 + ((ech) ? 7 : 5)));
785 if (ech)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c673 rx_d_frame(struct hfc4s8s_l1 *l1p, int ech) argument
686 (l1p->st_num * 8 + ((ech) ? 7 : 5)));
785 if (ech)

Completed in 102 milliseconds