Lines Matching refs:extack

1027 			     struct netlink_ext_ack *extack)
1046 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1054 NL_SET_ERR_MSG_MOD(extack, "Error allocating txschq");
1074 NL_SET_ERR_MSG_MOD(extack,
1128 struct netlink_ext_ack *extack,
1136 NL_SET_ERR_MSG_MOD(extack, "Unsupported quantum value");
1143 NL_SET_ERR_MSG_MOD(extack, "Only one DWRR group is allowed");
1151 struct netlink_ext_ack *extack,
1156 NL_SET_ERR_MSG_MOD(extack, "DWRR child group with same priority exists");
1161 NL_SET_ERR_MSG_MOD(extack,
1221 struct netlink_ext_ack *extack)
1233 NL_SET_ERR_MSG_MOD(extack, "Valid priority range 0 to 7");
1239 NL_SET_ERR_MSG_MOD(extack, "Invalid quantum, range 1 - 2147483647 bytes");
1247 NL_SET_ERR_MSG_MOD(extack, "parent node not found");
1252 NL_SET_ERR_MSG_MOD(extack, "HTB qos max levels reached");
1258 ret = otx2_qos_validate_configuration(parent, extack, pfvf, prio,
1264 ret = otx2_qos_validate_dwrr_cfg(parent, extack, pfvf, prio,
1280 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1289 NL_SET_ERR_MSG_MOD(extack, "Reached max supported QOS SQ's");
1301 NL_SET_ERR_MSG_MOD(extack, "Unable to allocate leaf node");
1309 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1315 NL_SET_ERR_MSG_MOD(extack, "HTB HW configuration error");
1359 u32 quantum, struct netlink_ext_ack *extack)
1372 NL_SET_ERR_MSG_MOD(extack, "Valid priority range 0 to 7");
1378 NL_SET_ERR_MSG_MOD(extack, "Invalid quantum, range 1 - 2147483647 bytes");
1386 NL_SET_ERR_MSG_MOD(extack, "HTB node not found");
1392 NL_SET_ERR_MSG_MOD(extack, "HTB qos level not supported");
1399 ret = otx2_qos_validate_dwrr_cfg(node, extack, pfvf, prio,
1418 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1435 NL_SET_ERR_MSG_MOD(extack, "Unable to allocate leaf node");
1443 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1449 NL_SET_ERR_MSG_MOD(extack, "HTB HW configuration error");
1526 struct netlink_ext_ack *extack)
1538 NL_SET_ERR_MSG_MOD(extack, "HTB node not found");
1602 struct netlink_ext_ack *extack)
1617 NL_SET_ERR_MSG_MOD(extack, "HTB node not found");
1627 NL_SET_ERR_MSG_MOD(extack, "parent node not found");
1655 NL_SET_ERR_MSG_MOD(extack, "HTB failed to create txsch configuration");
1664 NL_SET_ERR_MSG_MOD(extack, "Memory allocation error");
1671 NL_SET_ERR_MSG_MOD(extack, "HTB HW configuration error");
1734 htb->classid, htb->extack);
1742 htb->extack);
1751 htb->quantum, htb->extack);
1753 return otx2_qos_leaf_del(pfvf, &htb->classid, htb->extack);
1758 htb->extack);