Home
last modified time | relevance | path

Searched refs:atm_charge (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/atm/
H A Datm_misc.c15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function
24 EXPORT_SYMBOL(atm_charge);
H A Dclip.c171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
/OK3568_Linux_fs/kernel/include/linux/
H A Datmdev.h287 int atm_charge(struct atm_vcc *vcc,int truesize);
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstar.c2036 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2164 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2182 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2198 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2274 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
H A Didt77252.c1080 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
1156 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1178 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1315 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw()
H A Dsolos-pci.c838 atm_charge(vcc, skb->truesize); in solos_bh()
H A Dzatm.c467 if (!atm_charge(vcc,skb->truesize)) { in poll_rx()
H A Dambassador.c474 if (atm_charge (atm_vcc, skb->truesize)) { in rx_complete()
H A Dfore200e.c1035 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dusbatm.c383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()