Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Datmdev.h185 #define ATM_MF_INC_RSV 2 /* Change reservation on increase */ macro
191 #define ATM_MF_SET (ATM_MF_INC_RSV | ATM_MF_INC_SHP | ATM_MF_DEC_RSV | \
/linux-6.1.9/drivers/atm/
Deni.c1969 if ((flgs & ATM_MF_INC_RSV) && (!rate || rate > tx->reserved)) rsv = 1; in eni_change_qos()