Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Datmdev.h186 #define ATM_MF_INC_SHP 4 /* Change shaping on increase */ macro
191 #define ATM_MF_SET (ATM_MF_INC_RSV | ATM_MF_INC_SHP | ATM_MF_DEC_RSV | \
/Linux-v5.10/drivers/atm/
Deni.c1969 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()