Home
last modified time | relevance | path

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

/Linux-v6.6/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.c2343 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()
Dionic_dev.c505 if (err && comp->status != IONIC_RC_ENOSUPP) in ionic_dev_cmd_vf_getattr()
Dionic_if.h97 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator