Searched refs:ech (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/isdn/mISDN/ |
D | hwchannel.c | 239 recv_Echannel(struct dchannel *ech, struct dchannel *dch) in recv_Echannel() argument 243 if (ech->rx_skb->len < 2) { /* at least 2 for sapi / tei */ in recv_Echannel() 244 dev_kfree_skb(ech->rx_skb); in recv_Echannel() 245 ech->rx_skb = NULL; in recv_Echannel() 248 hh = mISDN_HEAD_P(ech->rx_skb); in recv_Echannel() 250 hh->id = get_sapi_tei(ech->rx_skb->data); in recv_Echannel() 251 skb_queue_tail(&dch->rqueue, ech->rx_skb); in recv_Echannel() 252 ech->rx_skb = NULL; in recv_Echannel()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | attach.c | 95 static struct ubi_ec_hdr *ech; variable 836 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_peb() 874 if (ech->version != UBI_VERSION) { in scan_peb() 876 UBI_VERSION, (int)ech->version); in scan_peb() 880 ec = be64_to_cpu(ech->ec); in scan_peb() 891 ubi_dump_ec_hdr(ech); in scan_peb() 906 image_seq = be32_to_cpu(ech->image_seq); in scan_peb() 912 ubi_dump_ec_hdr(ech); in scan_peb() 1238 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all() 1239 if (!ech) in scan_all() [all …]
|
D | fastmap.c | 455 struct ubi_ec_hdr *ech; in scan_pool() local 459 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool() 460 if (!ech) in scan_pool() 465 kfree(ech); in scan_pool() 487 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_pool() 500 image_seq = be32_to_cpu(ech->image_seq); in scan_pool() 504 be32_to_cpu(ech->image_seq), ubi->image_seq); in scan_pool() 511 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool() 532 new_aeb->ec = be64_to_cpu(ech->ec); in scan_pool() 558 kfree(ech); in scan_pool() [all …]
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 437 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel() 444 set_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel() 445 _queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND, in open_dchannel() 827 fifo->dch, fifo->bch, fifo->ech); in hfcsusb_rx_frame() 832 if ((!!fifo->dch + !!fifo->bch + !!fifo->ech) != 1) { in hfcsusb_rx_frame() 863 if (fifo->ech) { in hfcsusb_rx_frame() 864 rx_skb = fifo->ech->rx_skb; in hfcsusb_rx_frame() 865 maxlen = fifo->ech->maxlen; in hfcsusb_rx_frame() 869 if (fifo->dch || fifo->ech) { in hfcsusb_rx_frame() 875 if (fifo->ech) in hfcsusb_rx_frame() [all …]
|
D | hfcsusb.h | 265 struct dchannel *ech; /* link to hfcsusb_t->ech, TODO: E-CHANNEL */ member 274 struct dchannel ech; /* TODO : wait for struct echannel ;) */ member
|
/linux-4.1.27/arch/metag/include/uapi/asm/ |
D | Kbuild | 5 header-y += ech.h
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 631 rx_d_frame(struct hfc4s8s_l1 *l1p, int ech) in rx_d_frame() argument 644 (l1p->st_num * 8 + ((ech) ? 7 : 5))); in rx_d_frame() 721 if (ech) in rx_d_frame()
|