Searched refs:NL_SET_ERR_MSG_FMT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/can/dev/ |
H A D | bittiming.c | 22 NL_SET_ERR_MSG_FMT(extack, "sjw: %u greater than max sjw: %u", in can_sjw_check() 28 NL_SET_ERR_MSG_FMT(extack, in can_sjw_check() 35 NL_SET_ERR_MSG_FMT(extack, in can_sjw_check() 59 NL_SET_ERR_MSG_FMT(extack, "prop-seg + phase-seg1: %u less than tseg1-min: %u", in can_fixup_bittiming() 64 NL_SET_ERR_MSG_FMT(extack, "prop-seg + phase-seg1: %u greater than tseg1-max: %u", in can_fixup_bittiming() 69 NL_SET_ERR_MSG_FMT(extack, "phase-seg2: %u less than tseg2-min: %u", in can_fixup_bittiming() 74 NL_SET_ERR_MSG_FMT(extack, "phase-seg2: %u greater than tseg2-max: %u", in can_fixup_bittiming() 95 NL_SET_ERR_MSG_FMT(extack, "resulting brp: %u less than brp-min: %u", in can_fixup_bittiming() 100 NL_SET_ERR_MSG_FMT(extack, "resulting brp: %u greater than brp-max: %u", in can_fixup_bittiming() 127 NL_SET_ERR_MSG_FMT(extack, "bitrate %u bps not supported", in can_validate_bitrate()
|
H A D | calc_bittiming.c | 137 NL_SET_ERR_MSG_FMT(extack, in can_calc_bittiming() 142 NL_SET_ERR_MSG_FMT(extack, in can_calc_bittiming()
|
H A D | netlink.c | 271 NL_SET_ERR_MSG_FMT(extack, in can_changelink() 330 NL_SET_ERR_MSG_FMT(extack, in can_changelink()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx_devlink.c | 43 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_get() 62 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_get() 70 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_get() 92 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_set() 105 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_set() 120 NL_SET_ERR_MSG_FMT(extack, in efx_devlink_port_addr_set()
|
/openbmc/linux/include/linux/ |
H A D | netlink.h | 111 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ macro 131 NL_SET_ERR_MSG_FMT((extack), KBUILD_MODNAME ": " fmt, ##args)
|
/openbmc/linux/include/net/ |
H A D | genetlink.h | 136 NL_SET_ERR_MSG_FMT((info)->extack, msg, ##args)
|
/openbmc/linux/net/ieee802154/ |
H A D | nl802154.c | 1439 NL_SET_ERR_MSG_FMT(info->extack, "Unsupported scan type: %d", type); in nl802154_trigger_scan()
|