Home
last modified time | relevance | path

Searched refs:rx_min_pdu (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/atm/
Dfore200e.c1028 if (pdu_len < fore200e_vcc->rx_min_pdu) in fore200e_push_rpd()
1029 fore200e_vcc->rx_min_pdu = pdu_len; in fore200e_push_rpd()
1400 fore200e_vcc->tx_min_pdu = fore200e_vcc->rx_min_pdu = MAX_PDU_SIZE + 1; in fore200e_open()
2997 fore200e_vcc->rx_min_pdu > 0xFFFF ? 0 : fore200e_vcc->rx_min_pdu, in fore200e_proc_read()
Dfore200e.h880 int rx_min_pdu; /* size of smallest PDU received */ member