Home
last modified time | relevance | path

Searched refs:atm_charge (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/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); variable
H A Dclip.c171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
/kernel/linux/linux-6.6/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); variable
H A Dclip.c171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
/kernel/linux/linux-5.10/include/linux/
H A Datmdev.h287 int atm_charge(struct atm_vcc *vcc,int truesize);
/kernel/linux/linux-6.6/include/linux/
H A Datmdev.h288 int atm_charge(struct atm_vcc *vcc,int truesize);
/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c2036 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2038 ("nicstar%d: atm_charge() dropped aal0 packets.\n", 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()
1081 RXPRINTK("%s: atm_charge() dropped aal0 packets.\n", in dequeue_rx()
1156 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1178 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1316 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw()
1317 RXPRINTK("%s: atm_charge() dropped AAL0 packets.\n", 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()
491 PRINTD (DBG_INFO|DBG_RX, "dropped thanks to atm_charge (vc %hu, truesize %u)", vc, skb->truesize); in rx_complete()
492 // drop stats incremented in atm_charge in rx_complete()
H A Dfore200e.c1035 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c2042 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2044 ("nicstar%d: atm_charge() dropped aal0 packets.\n", in dequeue_rx()
2170 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2188 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2204 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2280 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
H A Didt77252.c1080 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
1081 RXPRINTK("%s: atm_charge() dropped aal0 packets.\n", 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()
1316 RXPRINTK("%s: atm_charge() dropped AAL0 packets.\n", in idt77252_rx_raw()
H A Dsolos-pci.c838 atm_charge(vcc, skb->truesize); in solos_bh()
H A Dfore200e.c1033 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.c383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()
384 atm_rldbg(instance, "%s: failed atm_charge (skb->truesize: %u)!\n", in usbatm_extract_one_cell()
387 goto out; /* atm_charge increments rx_drop */ in usbatm_extract_one_cell()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.c383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()
384 atm_rldbg(instance, "%s: failed atm_charge (skb->truesize: %u)!\n", in usbatm_extract_one_cell()
387 goto out; /* atm_charge increments rx_drop */ in usbatm_extract_one_cell()

Completed in 35 milliseconds