Searched refs:MAX_PDU_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/atm/
H A Dfore200e.h16 #define MAX_PDU_SIZE 65535 /* maximum PDU size supported by AALs */ macro
52 #define RSD_REQUIRED (((MAX_PDU_SIZE - SMALL_BUFFER_SIZE + LARGE_BUFFER_SIZE) / LARGE_BUFFER_SIZE) + 1)
H A Dfore200e.c1398 fore200e_vcc->tx_min_pdu = fore200e_vcc->rx_min_pdu = MAX_PDU_SIZE + 1;
/linux-master/net/can/
H A Disotp.c97 #define MAX_PDU_SIZE (1025 * 1024U) macro
1718 max_pdu_size = min_t(unsigned int, max_pdu_size, MAX_PDU_SIZE);

Completed in 139 milliseconds