Lines Matching defs:extack
45 struct netlink_ext_ack *extack)
58 NL_SET_ERR_MSG(extack, "Dynamic clockids are not supported");
63 NL_SET_ERR_MSG(extack, "Invalid clockid. CLOCK_TAI must be used");
68 NL_SET_ERR_MSG(extack, "Delta must be positive");
320 struct netlink_ext_ack *extack)
330 NL_SET_ERR_MSG(extack, "Specified device does not support ETF offload");
339 NL_SET_ERR_MSG(extack, "Specified device failed to setup ETF hardware offload");
347 struct netlink_ext_ack *extack)
356 NL_SET_ERR_MSG(extack,
362 extack);
367 NL_SET_ERR_MSG(extack, "Missing mandatory ETF parameters");
378 err = validate_input_params(qopt, extack);
385 err = etf_enable_offload(dev, q, extack);
411 NL_SET_ERR_MSG(extack, "Clockid is not supported");