tx_max_pdu       1401 drivers/atm/fore200e.c     fore200e_vcc->tx_max_pdu = fore200e_vcc->rx_max_pdu = 0;
tx_max_pdu       1626 drivers/atm/fore200e.c     if (skb_len > fore200e_vcc->tx_max_pdu)
tx_max_pdu       1627 drivers/atm/fore200e.c 	fore200e_vcc->tx_max_pdu = skb_len;
tx_max_pdu       3006 drivers/atm/fore200e.c 			  fore200e_vcc->tx_max_pdu,
tx_max_pdu        883 drivers/atm/fore200e.h     int                    tx_max_pdu;         /* size of largest PDU transmitted    */