Home
last modified time | relevance | path

Searched refs:IONIC_RC_ENOSUPP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c61 case IONIC_RC_ENOSUPP: in ionic_error_to_str()
62 return "IONIC_RC_ENOSUPP"; in ionic_error_to_str()
83 case IONIC_RC_ENOSUPP: in ionic_error_to_errno()
H A Dionic_if.h95 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c62 case IONIC_RC_ENOSUPP: in ionic_error_to_str()
63 return "IONIC_RC_ENOSUPP"; in ionic_error_to_str()
84 case IONIC_RC_ENOSUPP: in ionic_error_to_errno()
H A 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()
H A Dionic_dev.c506 if (err && comp->status != IONIC_RC_ENOSUPP) in ionic_dev_cmd_vf_getattr()
H A Dionic_if.h97 IONIC_RC_ENOSUPP = 19, /* Operation not supported */ enumerator

Completed in 20 milliseconds