Home
last modified time | relevance | path

Searched refs:tx_buf_sz (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.h195 __le32 tx_buf_sz[16]; /* Array of buffer pool sizes */ member
/linux/drivers/atm/
H A Diphase.c766 iadev->tx_buf_sz = IA_TX_BUF_SZ;
774 iadev->tx_buf_sz = IA_TX_BUF_SZ;
786 iadev->tx_buf_sz = IA_TX_BUF_SZ;
793 iadev->rx_pkt_ram = TX_PACKET_RAM + (iadev->num_tx_desc * iadev->tx_buf_sz);
795 iadev->num_tx_desc, iadev->tx_buf_sz, iadev->num_rx_desc,
1772 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1774 vcc->qos.txtp.max_sdu,iadev->tx_buf_sz);
1979 tx_pkt_start += iadev->tx_buf_sz;
2908 if (skb->len > iadev->tx_buf_sz - 8) {
3073 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
[all …]
H A Diphase.h1008 u16 num_tx_desc, tx_buf_sz, rate_limit; member