Searched refs:atm_charge (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/atm/ |
D | atm_misc.c | 14 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function 23 EXPORT_SYMBOL(atm_charge);
|
D | clip.c | 170 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
|
/linux-4.1.27/include/linux/ |
D | atmdev.h | 279 int atm_charge(struct atm_vcc *vcc,int truesize);
|
/linux-4.1.27/drivers/atm/ |
D | nicstar.c | 2030 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2158 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2176 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2192 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2268 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
|
D | idt77252.c | 1079 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 1156 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 1179 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 1316 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw()
|
D | solos-pci.c | 839 atm_charge(vcc, skb->truesize); in solos_bh()
|
D | zatm.c | 465 if (!atm_charge(vcc,skb->truesize)) { in poll_rx()
|
D | ambassador.c | 489 if (atm_charge (atm_vcc, skb->truesize)) { in rx_complete()
|
D | fore200e.c | 1122 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 397 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()
|