Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dtc.c159 EFX_TC_ERR_MSG(efx, extack, "Unsupported eth_proto match\n"); in efx_tc_flower_parse_match()
163 EFX_TC_ERR_MSG(efx, extack, "Unsupported ip_proto match\n"); in efx_tc_flower_parse_match()
217 EFX_TC_ERR_MSG(efx, extack, "Failed to identify ingress m-port"); in efx_tc_flower_replace()
227 EFX_TC_ERR_MSG(efx, extack, "No support for nonzero chain_index"); in efx_tc_flower_replace()
264 EFX_TC_ERR_MSG(efx, extack, "Action follows non-pipe action"); in efx_tc_flower_replace()
273 EFX_TC_ERR_MSG(efx, extack, "Failed to write action set to hw (drop)"); in efx_tc_flower_replace()
284 EFX_TC_ERR_MSG(efx, extack, "Mirred egress device not on switch"); in efx_tc_flower_replace()
290 EFX_TC_ERR_MSG(efx, extack, "Failed to identify egress m-port"); in efx_tc_flower_replace()
297 EFX_TC_ERR_MSG(efx, extack, "Failed to write action set to hw (mirred)"); in efx_tc_flower_replace()
337 EFX_TC_ERR_MSG(efx, extack, "Failed to write action set to hw (deliver)"); in efx_tc_flower_replace()
[all …]
Dtc.h23 #define EFX_TC_ERR_MSG(efx, extack, message) do { \ macro