tx_buf_sz         766 drivers/atm/iphase.c       iadev->tx_buf_sz = IA_TX_BUF_SZ;
tx_buf_sz         774 drivers/atm/iphase.c       iadev->tx_buf_sz = IA_TX_BUF_SZ;
tx_buf_sz         786 drivers/atm/iphase.c       iadev->tx_buf_sz = IA_TX_BUF_SZ;
tx_buf_sz         793 drivers/atm/iphase.c    iadev->rx_pkt_ram = TX_PACKET_RAM + (iadev->num_tx_desc * iadev->tx_buf_sz); 
tx_buf_sz         795 drivers/atm/iphase.c          iadev->num_tx_desc, iadev->tx_buf_sz, iadev->num_rx_desc,
tx_buf_sz        1770 drivers/atm/iphase.c                          (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
tx_buf_sz        1772 drivers/atm/iphase.c 		  vcc->qos.txtp.max_sdu,iadev->tx_buf_sz);
tx_buf_sz        1977 drivers/atm/iphase.c 		tx_pkt_start += iadev->tx_buf_sz;  
tx_buf_sz        2918 drivers/atm/iphase.c         if (skb->len > iadev->tx_buf_sz - 8) {
tx_buf_sz        3083 drivers/atm/iphase.c         if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
tx_buf_sz        3154 drivers/atm/iphase.c                            iadev->num_tx_desc,  iadev->tx_buf_sz,
tx_buf_sz        1009 drivers/atm/iphase.h         u16 num_tx_desc, tx_buf_sz, rate_limit;