Searched refs:atm_charge (Results 1 – 10 of 10) sorted by relevance
/linux/net/atm/ |
A D | atm_misc.c | 15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function 24 EXPORT_SYMBOL(atm_charge);
|
A D | clip.c | 171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
|
/linux/include/linux/ |
A D | atmdev.h | 288 int atm_charge(struct atm_vcc *vcc,int truesize);
|
/linux/drivers/atm/ |
A D | nicstar.c | 2048 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2176 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2194 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2210 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2286 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
|
A D | idt77252.c | 1080 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()
|
A D | solos-pci.c | 838 atm_charge(vcc, skb->truesize); in solos_bh()
|
A D | zatm.c | 467 if (!atm_charge(vcc,skb->truesize)) { in poll_rx()
|
A D | ambassador.c | 474 if (atm_charge (atm_vcc, skb->truesize)) { in rx_complete()
|
A D | fore200e.c | 1033 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
|
/linux/drivers/usb/atm/ |
A D | usbatm.c | 383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()
|
Completed in 31 milliseconds