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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Datm_misc.c14 int atm_charge(struct atm_vcc *vcc, int truesize) function
23 EXPORT_SYMBOL(atm_charge); variable
H A Dclip.c168 if (!vcc || !atm_charge(vcc, skb->truesize)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmdev.h492 int atm_charge(struct atm_vcc *vcc,int truesize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dnicstar.c2051 if (!atm_charge(vcc, sb->truesize)) {
2053 ("nicstar%d: atm_charge() dropped aal0 packets.\n",
2179 if (!atm_charge(vcc, skb->truesize)) {
2200 if (!atm_charge(vcc, sb->truesize)) {
2219 if (!atm_charge(vcc, skb->truesize)) {
2298 if (!atm_charge(vcc, hb->truesize)) {
H A Didt77252.c1072 if (!atm_charge(vcc, sb->truesize)) {
1073 RXPRINTK("%s: atm_charge() dropped aal0 packets.\n",
1149 if (!atm_charge(vcc, skb->truesize)) {
1172 if (!atm_charge(vcc, skb->truesize)) {
1310 if (!atm_charge(vcc, sb->truesize)) {
1311 RXPRINTK("%s: atm_charge() dropped AAL0 packets.\n",
H A Dsolos-pci.c718 atm_charge(vcc, skb->truesize);
H A Dambassador.c248 if (atm_charge (atm_vcc, skb->truesize)) {
265 PRINTD (DBG_INFO|DBG_RX, "dropped thanks to atm_charge (vc %hu, truesize %u)", vc, skb->truesize);
266 // drop stats incremented in atm_charge
H A Dzatm.c419 if (!atm_charge(vcc,skb->truesize)) {
H A Dfore200e.c1086 if (atm_charge(vcc, skb->truesize) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.c395 if (!atm_charge(vcc, skb->truesize)) {
396 atm_rldbg(instance, "%s: failed atm_charge (skb->truesize: %u)!\n",
399 goto out; /* atm_charge increments rx_drop */

Completed in 200 milliseconds