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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.c1019 struct fore200e_vcc* fore200e_vcc; local
1027 fore200e_vcc = FORE200E_VCC(vcc);
1028 ASSERT(fore200e_vcc);
1079 if (pdu_len < fore200e_vcc->rx_min_pdu)
1080 fore200e_vcc->rx_min_pdu = pdu_len;
1081 if (pdu_len > fore200e_vcc->rx_max_pdu)
1082 fore200e_vcc->rx_max_pdu = pdu_len;
1083 fore200e_vcc->rx_pdu++;
1364 struct fore200e_vcc* fore200e_vc local
1473 struct fore200e_vcc* fore200e_vcc; local
1523 struct fore200e_vcc* fore200e_vcc = FORE200E_VCC(vcc); local
1909 struct fore200e_vcc* fore200e_vcc = FORE200E_VCC(vcc); local
2747 struct fore200e_vcc* fore200e_vcc; local
[all...]
H A Dfore200e.h65 #define FORE200E_VCC(d) ((struct fore200e_vcc*)((d)->dev_data))
882 typedef struct fore200e_vcc { struct

Completed in 55 milliseconds