Home
last modified time | relevance | path

Searched refs:IONIC_RC_ENOSUPP (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/pensando/ionic/
Dionic_main.c62 case IONIC_RC_ENOSUPP: in ionic_error_to_str()
84 case IONIC_RC_ENOSUPP: in ionic_error_to_errno()
Dionic_lif.c2231 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
2238 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
2245 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
2266 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
2273 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
2280 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_update_cached_vf_config()
Dionic_dev.c477 if (err && comp->status != IONIC_RC_ENOSUPP) in ionic_dev_cmd_vf_getattr()
Dionic_if.h96 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator