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()
2343 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()2350 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()2357 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()2378 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()2385 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()2392 if (err && comp.status != IONIC_RC_ENOSUPP) in ionic_get_fw_vf_config()
505 if (err && comp->status != IONIC_RC_ENOSUPP) in ionic_dev_cmd_vf_getattr()
97 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator