Home
last modified time | relevance | path

Searched refs:tx_buf_sz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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,
1770 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1772 vcc->qos.txtp.max_sdu,iadev->tx_buf_sz);
1977 tx_pkt_start += iadev->tx_buf_sz;
2906 if (skb->len > iadev->tx_buf_sz - 8) {
3071 if ((!skb)||(skb->len>(iadev->tx_buf_sz
[all...]
H A Diphase.h1009 u16 num_tx_desc, tx_buf_sz, rate_limit; member
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c765 iadev->tx_buf_sz = IA_TX_BUF_SZ;
773 iadev->tx_buf_sz = IA_TX_BUF_SZ;
785 iadev->tx_buf_sz = IA_TX_BUF_SZ;
792 iadev->rx_pkt_ram = TX_PACKET_RAM + (iadev->num_tx_desc * iadev->tx_buf_sz);
794 iadev->num_tx_desc, iadev->tx_buf_sz, iadev->num_rx_desc,
1771 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1773 vcc->qos.txtp.max_sdu,iadev->tx_buf_sz);
1978 tx_pkt_start += iadev->tx_buf_sz;
2907 if (skb->len > iadev->tx_buf_sz - 8) {
3072 if ((!skb)||(skb->len>(iadev->tx_buf_sz
[all...]
H A Diphase.h1008 u16 num_tx_desc, tx_buf_sz, rate_limit; member

Completed in 17 milliseconds