Searched refs:IONIC_RC_ENOSUPP (Results 1 – 4 of 4) sorted by relevance
62 case IONIC_RC_ENOSUPP: in ionic_error_to_str()84 case IONIC_RC_ENOSUPP: in ionic_error_to_errno()
2231 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()
477 if (err && comp->status != IONIC_RC_ENOSUPP) in ionic_dev_cmd_vf_getattr()
96 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator