Lines Matching refs:extack

127 			       struct netlink_ext_ack *extack)  in ice_devlink_aq_set_port_option()  argument
136 NL_SET_ERR_MSG_MOD(extack, "Port split request failed"); in ice_devlink_aq_set_port_option()
144 NL_SET_ERR_MSG_MOD(extack, "Failed to acquire NVM semaphore"); in ice_devlink_aq_set_port_option()
152 NL_SET_ERR_MSG_MOD(extack, "Port split request failed to save data"); in ice_devlink_aq_set_port_option()
159 NL_SET_ERR_MSG_MOD(extack, "Reboot required to finish port split"); in ice_devlink_aq_set_port_option()
183 unsigned int count, struct netlink_ext_ack *extack) in ice_devlink_port_split() argument
199 NL_SET_ERR_MSG_MOD(extack, "Failed to get available port split options"); in ice_devlink_port_split()
221 NL_SET_ERR_MSG_MOD(extack, "Requested split count is already set"); in ice_devlink_port_split()
228 NL_SET_ERR_MSG_MOD(extack, "Port split requested unsupported port config"); in ice_devlink_port_split()
233 status = ice_devlink_aq_set_port_option(pf, new_option, extack); in ice_devlink_port_split()
256 struct netlink_ext_ack *extack) in ice_devlink_port_unsplit() argument
258 return ice_devlink_port_split(devlink, port, 1, extack); in ice_devlink_port_unsplit()
392 struct netlink_ext_ack *extack) in ice_devlink_port_get_vf_fn_mac() argument
415 struct netlink_ext_ack *extack) in ice_devlink_port_set_vf_fn_mac() argument
546 struct netlink_ext_ack *extack) in ice_activate_dynamic_port() argument
553 err = ice_sf_eth_activate(dyn_port, extack); in ice_activate_dynamic_port()
625 struct netlink_ext_ack *extack) in ice_devlink_port_new_check_attr() argument
628 NL_SET_ERR_MSG_MOD(extack, "Flavour other than pcisf is not supported"); in ice_devlink_port_new_check_attr()
633 NL_SET_ERR_MSG_MOD(extack, "Setting controller is not supported"); in ice_devlink_port_new_check_attr()
638 NL_SET_ERR_MSG_MOD(extack, "Driver does not support user defined port index assignment"); in ice_devlink_port_new_check_attr()
643 NL_SET_ERR_MSG_MOD(extack, "Incorrect pfnum supplied"); in ice_devlink_port_new_check_attr()
648 NL_SET_ERR_MSG_MOD(extack, "Dynamic MSIX-X interrupt allocation is not supported"); in ice_devlink_port_new_check_attr()
668 struct netlink_ext_ack *extack) in ice_devlink_port_del() argument
693 struct netlink_ext_ack *extack) in ice_devlink_port_fn_hw_addr_set() argument
700 NL_SET_ERR_MSG_MOD(extack, in ice_devlink_port_fn_hw_addr_set()
706 NL_SET_ERR_MSG_MOD(extack, "Invalid ethernet address"); in ice_devlink_port_fn_hw_addr_set()
729 struct netlink_ext_ack *extack) in ice_devlink_port_fn_hw_addr_get() argument
754 struct netlink_ext_ack *extack) in ice_devlink_port_fn_state_set() argument
762 return ice_activate_dynamic_port(dyn_port, extack); in ice_devlink_port_fn_state_set()
787 struct netlink_ext_ack *extack) in ice_devlink_port_fn_state_get() argument
829 struct netlink_ext_ack *extack, u32 *sfnum) in ice_reserve_sf_num() argument
842 NL_SET_ERR_MSG_MOD(extack, "Subfunction with given sfnum already exists"); in ice_reserve_sf_num()
911 struct netlink_ext_ack *extack, in ice_alloc_dynamic_port() argument
919 err = ice_reserve_sf_num(pf, new_attr, extack, &sfnum); in ice_alloc_dynamic_port()
931 NL_SET_ERR_MSG_MOD(extack, "Unable to allocate VSI"); in ice_alloc_dynamic_port()
943 NL_SET_ERR_MSG_MOD(extack, "Port index reservation failed"); in ice_alloc_dynamic_port()
949 NL_SET_ERR_MSG_MOD(extack, "Failed to attach SF to eswitch"); in ice_alloc_dynamic_port()
984 struct netlink_ext_ack *extack, in ice_devlink_port_new() argument
990 err = ice_devlink_port_new_check_attr(pf, new_attr, extack); in ice_devlink_port_new()
995 NL_SET_ERR_MSG_MOD(extack, in ice_devlink_port_new()
1000 return ice_alloc_dynamic_port(pf, new_attr, extack, devlink_port); in ice_devlink_port_new()