Searched refs:fore200e_vcc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.c1078 struct fore200e_vcc* fore200e_vcc; local
1086 fore200e_vcc = FORE200E_VCC(vcc);
1087 ASSERT(fore200e_vcc);
1138 if (pdu_len < fore200e_vcc->rx_min_pdu)
1139 fore200e_vcc->rx_min_pdu = pdu_len;
1140 if (pdu_len > fore200e_vcc->rx_max_pdu)
1141 fore200e_vcc->rx_max_pdu = pdu_len;
1142 fore200e_vcc->rx_pdu++;
1423 struct fore200e_vcc* fore200e_vc local
1532 struct fore200e_vcc* fore200e_vcc; local
1582 struct fore200e_vcc* fore200e_vcc = FORE200E_VCC(vcc); local
1968 struct fore200e_vcc* fore200e_vcc = FORE200E_VCC(vcc); local
2759 struct fore200e_vcc* fore200e_vcc; local
[all...]
H A Dfore200e.h66 #define FORE200E_VCC(d) ((struct fore200e_vcc*)((d)->dev_data))
887 typedef struct fore200e_vcc { struct

Completed in 103 milliseconds