Lines Matching defs:extack

1042 			    struct netlink_ext_ack *extack)
1063 NL_SET_ERR_MSG(extack, "Invalid interval for schedule entry");
1074 struct netlink_ext_ack *extack)
1082 NL_SET_ERR_MSG(extack, "Could not parse nested entry");
1088 return fill_sched_entry(q, tb, entry, extack);
1093 struct netlink_ext_ack *extack)
1106 NL_SET_ERR_MSG(extack, "Attribute is not of type 'entry'");
1112 NL_SET_ERR_MSG(extack, "Not enough memory for entry");
1116 err = parse_sched_entry(q, n, entry, i, extack);
1133 struct netlink_ext_ack *extack)
1138 NL_SET_ERR_MSG(extack, "Adding a single entry is not supported");
1153 new, extack);
1165 NL_SET_ERR_MSG(extack, "'cycle_time' can never be 0");
1170 NL_SET_ERR_MSG(extack, "'cycle_time' is too big");
1184 struct netlink_ext_ack *extack,
1190 NL_SET_ERR_MSG(extack, "'mqprio' configuration is necessary");
1202 NL_SET_ERR_MSG(extack, "Number of traffic classes is greater than number of HW queues");
1210 extack);
1513 struct netlink_ext_ack *extack)
1521 NL_SET_ERR_MSG(extack,
1532 NL_SET_ERR_MSG_MOD(extack,
1541 NL_SET_ERR_MSG(extack,
1546 offload->extack = extack;
1548 offload->mqprio.extack = extack;
1557 NL_SET_ERR_MSG_WEAK(extack,
1566 * device driver, so clear up the netlink extack pointer so that the
1569 offload->extack = NULL;
1570 offload->mqprio.extack = NULL;
1578 struct netlink_ext_ack *extack)
1589 NL_SET_ERR_MSG(extack,
1597 NL_SET_ERR_MSG(extack,
1618 struct netlink_ext_ack *extack)
1632 NL_SET_ERR_MSG(extack,
1641 NL_SET_ERR_MSG(extack,
1655 NL_SET_ERR_MSG(extack,
1675 NL_SET_ERR_MSG(extack, "Invalid 'clockid'");
1684 NL_SET_ERR_MSG(extack, "Specifying a 'clockid' is mandatory");
1700 struct netlink_ext_ack *extack)
1708 taprio_tc_policy, extack);
1713 NL_SET_ERR_MSG_MOD(extack, "TC entry index missing");
1719 NL_SET_ERR_MSG_MOD(extack, "TC entry index out of range");
1724 NL_SET_ERR_MSG_MOD(extack, "Duplicate TC entry");
1733 NL_SET_ERR_MSG_MOD(extack, "TC max SDU exceeds device max MTU");
1748 struct netlink_ext_ack *extack)
1770 extack);
1784 NL_SET_ERR_MSG(extack,
1790 NL_SET_ERR_MSG(extack,
1826 struct netlink_ext_ack *extack)
1834 NL_SET_ERR_MSG_MOD(extack, "Changing 'flags' of a running schedule is not supported");
1839 NL_SET_ERR_MSG_MOD(extack, "Specified 'flags' are not valid");
1847 struct netlink_ext_ack *extack)
1860 taprio_policy, extack);
1868 q->flags, extack);
1874 err = taprio_parse_mqprio_opt(dev, mqprio, extack, q->flags);
1878 err = taprio_parse_tc_entries(sch, opt, extack);
1884 NL_SET_ERR_MSG(extack, "Not enough memory for a new schedule");
1897 NL_SET_ERR_MSG(extack, "Changing the traffic mapping of a running schedule is not supported");
1919 err = parse_taprio_schedule(q, tb, new_admin, extack);
1924 NL_SET_ERR_MSG(extack, "There should be at least one entry in the schedule");
1929 err = taprio_parse_clockid(sch, tb, extack);
1937 err = taprio_enable_offload(dev, q, new_admin, extack);
1939 err = taprio_disable_offload(dev, q, extack);
1948 NL_SET_ERR_MSG_MOD(extack, "txtime-delay can only be set when txtime-assist mode is enabled");
1965 NL_SET_ERR_MSG(extack, "Internal error: failed get start time");
2004 NL_SET_ERR_MSG_MOD(extack,
2072 struct netlink_ext_ack *extack)
2094 NL_SET_ERR_MSG_MOD(extack, "Can only be attached as root qdisc");
2099 NL_SET_ERR_MSG_MOD(extack, "Multi-queue device is required");
2120 extack);
2135 return taprio_change(sch, opt, extack);
2188 struct netlink_ext_ack *extack)