[go: nahoru, domu]

Searched refs:tx_min_pdu (Results 1 - 2 of 2) sorted by relevance

/drivers/atm/
H A Dfore200e.h887 int tx_min_pdu; /* size of smallest PDU transmitted */ member in struct:fore200e_vcc
H A Dfore200e.c1490 fore200e_vcc->tx_min_pdu = fore200e_vcc->rx_min_pdu = MAX_PDU_SIZE + 1;
1697 if (skb_len < fore200e_vcc->tx_min_pdu)
1698 fore200e_vcc->tx_min_pdu = skb_len;
3087 fore200e_vcc->tx_min_pdu > 0xFFFF ? 0 : fore200e_vcc->tx_min_pdu,

Completed in 64 milliseconds