Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Datmdev.h187 #define ATM_MF_DEC_RSV 8 /* Change reservation on decrease */ 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.c1968 if ((flgs & ATM_MF_DEC_RSV) && rate && rate < tx->reserved) rsv = 1; in eni_change_qos()