rx_max_pdu       1030 drivers/atm/fore200e.c     if (pdu_len > fore200e_vcc->rx_max_pdu)
rx_max_pdu       1031 drivers/atm/fore200e.c 	fore200e_vcc->rx_max_pdu = pdu_len;
rx_max_pdu       1401 drivers/atm/fore200e.c     fore200e_vcc->tx_max_pdu = fore200e_vcc->rx_max_pdu = 0;
rx_max_pdu       3009 drivers/atm/fore200e.c 			  fore200e_vcc->rx_max_pdu);
rx_max_pdu        881 drivers/atm/fore200e.h     int                    rx_max_pdu;         /* size of largest PDU received       */