sys/dev/qlnx/qlnxe/ecore.h
1067
enum _ecore_status_t ecore_all_ppfids_wr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore.h
1072
enum _ecore_status_t ecore_llh_dump_ppfid(struct ecore_dev *p_dev, u8 ppfid);
sys/dev/qlnx/qlnxe/ecore.h
1073
enum _ecore_status_t ecore_llh_dump_all(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1101
static enum _ecore_status_t ecore_ilt_blk_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
1152
static enum _ecore_status_t ecore_ilt_shadow_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_cxt.c
1158
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1222
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_cxt.c
1247
static enum _ecore_status_t ecore_cid_map_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_cxt.c
1284
enum _ecore_status_t ecore_cxt_mngr_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_cxt.c
1345
enum _ecore_status_t ecore_cxt_tables_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_cxt.c
1347
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1991
enum _ecore_status_t _ecore_cxt_acquire_cid(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2040
enum _ecore_status_t ecore_cxt_acquire_cid(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2123
enum _ecore_status_t ecore_cxt_get_cid_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2248
enum _ecore_status_t ecore_cxt_set_pf_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2340
enum _ecore_status_t ecore_cxt_get_tid_mem_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2393
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_cxt.c
2405
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2545
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_cxt.c
2631
enum _ecore_status_t ecore_cxt_get_task_ctx(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
632
enum _ecore_status_t ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.c
964
static enum _ecore_status_t ecore_cxt_src_t2_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_cxt.c
971
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_cxt.h
108
enum _ecore_status_t ecore_cxt_mngr_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_cxt.h
124
enum _ecore_status_t ecore_cxt_tables_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_cxt.h
166
enum _ecore_status_t ecore_qm_reconf(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.h
198
enum _ecore_status_t ecore_cxt_acquire_cid(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.h
213
enum _ecore_status_t _ecore_cxt_acquire_cid(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.h
228
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_cxt.h
242
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_cxt.h
249
enum _ecore_status_t ecore_cxt_get_task_ctx(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.h
79
enum _ecore_status_t ecore_cxt_set_pf_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt.h
90
enum _ecore_status_t ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt_api.h
57
enum _ecore_status_t ecore_cxt_get_cid_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_cxt_api.h
68
enum _ecore_status_t ecore_cxt_get_tid_mem_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1062
enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1143
enum _ecore_status_t ecore_dcbx_query_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1148
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1359
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1396
enum _ecore_status_t ecore_dcbx_config_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1405
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1442
enum _ecore_status_t ecore_dcbx_get_config_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1446
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1493
enum _ecore_status_t ecore_lldp_register_tlv(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1499
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1527
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1531
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1561
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1615
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1621
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1677
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1682
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1720
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1725
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1751
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1756
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1776
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1782
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
270
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
275
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
330
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
341
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
412
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
423
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
455
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
463
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
828
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
857
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
862
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
874
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
880
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
892
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
898
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
910
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
916
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
928
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
932
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
957
static enum _ecore_status_t ecore_dcbx_read_mib(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
961
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_dcbx.c
992
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.c
996
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dcbx.h
69
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx.h
73
enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_dcbx.h
81
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
232
enum _ecore_status_t ecore_dcbx_query_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
236
enum _ecore_status_t ecore_dcbx_get_config_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
240
enum _ecore_status_t ecore_dcbx_config_params(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
245
enum _ecore_status_t ecore_lldp_register_tlv(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
250
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
254
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
258
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
263
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
268
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dcbx_api.h
272
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1076
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1096
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1112
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1127
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1138
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1153
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1165
enum _ecore_status_t ecore_llh_add_mac_filter(struct ecore_dev *p_dev, u8 ppfid,
sys/dev/qlnx/qlnxe/ecore_dev.c
1173
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
1223
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1265
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1299
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1309
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
1375
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
1429
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
1484
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
1528
enum _ecore_status_t ecore_all_ppfids_wr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
1534
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
1547
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1554
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
157
enum _ecore_status_t ecore_db_recovery_add(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
1585
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
1595
enum _ecore_status_t ecore_llh_dump_ppfid(struct ecore_dev *p_dev, u8 ppfid)
sys/dev/qlnx/qlnxe/ecore_dev.c
1599
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
1614
enum _ecore_status_t ecore_llh_dump_all(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
1617
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
1688
enum _ecore_status_t ecore_init_struct(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
206
enum _ecore_status_t ecore_db_recovery_del(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
211
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_dev.c
2239
static enum _ecore_status_t ecore_init_qm_sanity(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev.c
2327
enum _ecore_status_t ecore_qm_reconf(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
2332
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2368
static enum _ecore_status_t ecore_alloc_qm_data(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev.c
2371
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2410
enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
2414
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
257
static enum _ecore_status_t ecore_db_recovery_setup(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev.c
2693
enum _ecore_status_t ecore_final_cleanup(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
2698
enum _ecore_status_t rc = ECORE_TIMEOUT;
sys/dev/qlnx/qlnxe/ecore_dev.c
2748
static enum _ecore_status_t ecore_calc_hw_mode(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev.c
2815
static enum _ecore_status_t ecore_hw_init_chip(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
2958
static enum _ecore_status_t ecore_hw_init_common(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
2967
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
3216
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
3275
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
3285
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
3420
static enum _ecore_status_t ecore_hw_init_port(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
3424
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
3477
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
3483
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
3642
enum _ecore_status_t ecore_pglueb_set_pfid_enable(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
3681
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
3742
static enum _ecore_status_t ecore_vf_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
3762
enum _ecore_status_t ecore_hw_init(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
3769
enum _ecore_status_t rc = ECORE_SUCCESS, cancel_load;
sys/dev/qlnx/qlnxe/ecore_dev.c
4071
static enum _ecore_status_t ecore_verify_reg_val(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
4087
enum _ecore_status_t ecore_hw_stop(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
4091
enum _ecore_status_t rc, rc2 = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
4238
enum _ecore_status_t ecore_hw_stop_fastpath(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
4279
enum _ecore_status_t ecore_hw_start_fastpath(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_dev.c
4306
enum _ecore_status_t ecore_set_nwuf_reg(struct ecore_dev *p_dev, u32 reg_idx,
sys/dev/qlnx/qlnxe/ecore_dev.c
4310
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
4430
enum _ecore_status_t ecore_get_wake_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
461
static enum _ecore_status_t ecore_llh_alloc(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_dev.c
4652
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
4659
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
4678
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
4685
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
4728
enum _ecore_status_t ecore_hw_get_dflt_resc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
4814
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
4820
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
4896
static enum _ecore_status_t ecore_hw_set_resc_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
4899
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
4911
static enum _ecore_status_t ecore_hw_get_ppfid_bitmap(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
4916
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
4934
static enum _ecore_status_t ecore_hw_get_resc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
4942
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
498
static enum _ecore_status_t ecore_llh_shadow_sanity(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
5083
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
5092
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
523
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
530
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
551
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
557
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
5570
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
5576
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
5702
static enum _ecore_status_t ecore_get_dev_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
577
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
5838
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
584
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
5846
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
5983
enum _ecore_status_t ecore_hw_prepare(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
5987
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
603
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
609
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
6173
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6199
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6235
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6253
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6320
enum _ecore_status_t ecore_chain_alloc(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
6329
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
636
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6370
enum _ecore_status_t ecore_fw_l2_queue(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6389
enum _ecore_status_t ecore_fw_vport(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6408
enum _ecore_status_t ecore_fw_rss_eng(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
642
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
6427
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6444
static enum _ecore_status_t ecore_set_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6467
enum _ecore_status_t ecore_set_queue_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6472
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
6509
enum _ecore_status_t ecore_set_rxq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6517
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
6549
enum _ecore_status_t ecore_set_txq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
6557
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
663
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
6642
static enum _ecore_status_t ecore_init_wfq_param(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
668
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
686
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
691
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
704
static enum _ecore_status_t ecore_abs_ppfid(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
721
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
727
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
775
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
780
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
828
static enum _ecore_status_t ecore_llh_hw_init_pf(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
834
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev.c
881
enum _ecore_status_t ecore_llh_set_ppfid_affinity(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
887
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
931
enum _ecore_status_t ecore_llh_set_roce_affinity(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev.c
937
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_dev.c
989
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev.c
997
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
162
enum _ecore_status_t ecore_hw_init(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
181
enum _ecore_status_t ecore_hw_stop(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
192
enum _ecore_status_t ecore_hw_stop_fastpath(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
223
enum _ecore_status_t ecore_hw_start_fastpath(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
279
enum _ecore_status_t ecore_hw_prepare(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
299
enum _ecore_status_t ecore_set_nwuf_reg(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
311
enum _ecore_status_t ecore_get_wake_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
499
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
519
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
540
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
560
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
588
enum _ecore_status_t ecore_fw_l2_queue(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
601
enum _ecore_status_t ecore_fw_vport(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
614
enum _ecore_status_t ecore_fw_rss_eng(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
64
enum _ecore_status_t ecore_init_struct(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
653
enum _ecore_status_t ecore_llh_set_ppfid_affinity(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
664
enum _ecore_status_t ecore_llh_set_roce_affinity(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
677
enum _ecore_status_t ecore_llh_add_mac_filter(struct ecore_dev *p_dev, u8 ppfid,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
713
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
755
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
769
enum _ecore_status_t ecore_final_cleanup(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
783
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
80
enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_dev_api.h
803
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_dev_api.h
826
enum _ecore_status_t ecore_pglueb_set_pfid_enable(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
852
enum _ecore_status_t ecore_db_recovery_add(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_dev_api.h
867
enum _ecore_status_t ecore_db_recovery_del(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_fcoe.h
44
enum _ecore_status_t ecore_fcoe_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_fcoe.h
50
static inline enum _ecore_status_t ecore_fcoe_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_fcoe.h
59
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe.h
65
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
116
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
120
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
127
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
132
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
138
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
99
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_hw.c
1007
enum _ecore_status_t ecore_dmae_host2grc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
1015
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_hw.c
1030
enum _ecore_status_t ecore_dmae_grc2host(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
1038
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_hw.c
1052
enum _ecore_status_t ecore_dmae_host2host(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
1059
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_hw.c
1089
enum _ecore_status_t ecore_dmae_sanity(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
1094
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_hw.c
464
enum _ecore_status_t ecore_hw_lock(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
470
enum _ecore_status_t ecore_status;
sys/dev/qlnx/qlnxe/ecore_hw.c
521
enum _ecore_status_t ecore_hw_unlock(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
647
static enum _ecore_status_t ecore_dmae_post_command(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
652
enum _ecore_status_t ecore_status = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_hw.c
707
enum _ecore_status_t ecore_dmae_info_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_hw.c
77
enum _ecore_status_t ecore_ptt_pool_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_hw.c
781
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_hw.c
785
enum _ecore_status_t ecore_status = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_hw.c
824
static enum _ecore_status_t ecore_dmae_execute_sub_operation(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
834
enum _ecore_status_t ecore_status = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_hw.c
909
static enum _ecore_status_t ecore_dmae_execute_command(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_hw.c
921
enum _ecore_status_t ecore_status = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_hw.h
104
enum _ecore_status_t ecore_ptt_pool_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_hw.h
252
enum _ecore_status_t ecore_dmae_info_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_hw.h
262
enum _ecore_status_t ecore_init_fw_data(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_hw.h
268
enum _ecore_status_t ecore_dmae_sanity(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
106
static enum _ecore_status_t ecore_init_rt(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
116
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
153
enum _ecore_status_t ecore_init_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
184
static enum _ecore_status_t ecore_init_array_dmae(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
190
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
215
static enum _ecore_status_t ecore_init_fill_dmae(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
241
static enum _ecore_status_t ecore_init_cmd_array(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
256
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
325
static enum _ecore_status_t ecore_init_cmd_wr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
333
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
441
static enum _ecore_status_t ecore_init_cmd_cb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
445
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
512
enum _ecore_status_t ecore_init_run(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.c
522
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_init_ops.c
628
enum _ecore_status_t ecore_init_fw_data(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_init_ops.h
53
enum _ecore_status_t ecore_init_run(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_init_ops.h
67
enum _ecore_status_t ecore_init_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_int.c
1003
static enum _ecore_status_t ecore_int_deassertion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1009
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_int.c
1157
static enum _ecore_status_t ecore_int_attentions(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
1163
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_int.c
120
enum _ecore_status_t (*cb)(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_int.c
132
static enum _ecore_status_t ecore_mcp_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
1404
static enum _ecore_status_t ecore_int_sb_attn_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
168
static enum _ecore_status_t ecore_pswhst_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
1682
enum _ecore_status_t ecore_int_sb_init(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1741
enum _ecore_status_t ecore_int_sb_release(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1795
static enum _ecore_status_t ecore_int_sp_sb_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1829
enum _ecore_status_t ecore_int_register_cb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1836
enum _ecore_status_t rc = ECORE_NOMEM;
sys/dev/qlnx/qlnxe/ecore_int.c
1855
enum _ecore_status_t ecore_int_unregister_cb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
1932
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_int.c
1936
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_int.c
2287
enum _ecore_status_t ecore_int_igu_read_cam(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
2379
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_int.c
2550
static enum _ecore_status_t ecore_int_sp_dpc_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
2565
enum _ecore_status_t ecore_int_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
2568
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_int.c
258
static enum _ecore_status_t ecore_grc_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
2631
enum _ecore_status_t ecore_int_set_timer_res(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
2636
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_int.c
2669
enum _ecore_status_t ecore_int_get_sb_dbg(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
312
enum _ecore_status_t ecore_pglueb_rbc_attn_handler(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
403
static enum _ecore_status_t ecore_pglueb_rbc_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
408
static enum _ecore_status_t ecore_fw_assertion(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
417
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_int.c
435
static enum _ecore_status_t ecore_db_rec_attn(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
476
static enum _ecore_status_t ecore_dorq_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
481
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_int.c
553
static enum _ecore_status_t ecore_tm_attn_cb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_int.c
826
static enum _ecore_status_t ecore_int_assertion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.c
907
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_int.c
914
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_int.h
136
enum _ecore_status_t ecore_int_igu_read_cam(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
139
typedef enum _ecore_status_t(*ecore_int_comp_cb_t)(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
161
enum _ecore_status_t ecore_int_register_cb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
177
enum _ecore_status_t ecore_int_unregister_cb(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
231
enum _ecore_status_t ecore_int_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
259
enum _ecore_status_t ecore_int_igu_enable(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
276
enum _ecore_status_t ecore_int_set_timer_res(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int.h
287
enum _ecore_status_t ecore_pglueb_rbc_attn_handler(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
257
enum _ecore_status_t ecore_int_sb_init(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
288
enum _ecore_status_t ecore_int_sb_release(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
344
enum _ecore_status_t ecore_int_get_sb_dbg(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
360
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iov_api.h
215
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iov_api.h
244
enum _ecore_status_t ecore_iov_release_hw_for_vf(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
257
enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
269
enum _ecore_status_t ecore_iov_vf_flr_cleanup(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
281
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iov_api.h
378
enum _ecore_status_t ecore_iov_copy_vf_msg(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
400
enum _ecore_status_t ecore_iov_bulletin_set_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
414
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iov_api.h
457
enum _ecore_status_t ecore_iov_post_vf_bulletin(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
480
enum _ecore_status_t ecore_iov_spoofchk_set(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
586
enum _ecore_status_t ecore_iov_configure_tx_rate(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
600
enum _ecore_status_t ecore_iov_get_vf_stats(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
710
enum _ecore_status_t ecore_iov_configure_min_tx_rate(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
730
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iov_api.h
764
static OSAL_INLINE enum _ecore_status_t ecore_iov_init_hw_for_vf(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, struct ecore_iov_vf_init_params OSAL_UNUSED *p_params) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
766
static OSAL_INLINE enum _ecore_status_t ecore_iov_release_hw_for_vf(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u16 OSAL_UNUSED rel_vf_id) {return ECORE_SUCCESS;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
767
static OSAL_INLINE enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vf_id, OSAL_UNUSED void *ctx) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
768
static OSAL_INLINE enum _ecore_status_t ecore_iov_vf_flr_cleanup(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
769
static OSAL_INLINE enum _ecore_status_t ecore_iov_single_vf_flr_cleanup(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u16 OSAL_UNUSED rel_vf_id) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
785
static OSAL_INLINE enum _ecore_status_t ecore_iov_copy_vf_msg(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *ptt, int OSAL_UNUSED vfid) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
787
static OSAL_INLINE enum _ecore_status_t ecore_iov_bulletin_set_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac, OSAL_UNUSED int vfid) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
788
static OSAL_INLINE enum _ecore_status_t ecore_iov_bulletin_set_forced_untagged_default(struct ecore_hwfn OSAL_UNUSED *p_hwfn, bool OSAL_UNUSED b_untagged_only, int OSAL_UNUSED vfid) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
792
static OSAL_INLINE enum _ecore_status_t ecore_iov_post_vf_bulletin(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, struct ecore_ptt OSAL_UNUSED *p_ptt) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
794
static OSAL_INLINE enum _ecore_status_t ecore_iov_spoofchk_set(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, bool OSAL_UNUSED val) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
804
static OSAL_INLINE enum _ecore_status_t ecore_iov_configure_tx_rate(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, int OSAL_UNUSED vfid, int OSAL_UNUSED val) { return ECORE_INVAL; }
sys/dev/qlnx/qlnxe/ecore_iov_api.h
805
static OSAL_INLINE enum _ecore_status_t ecore_iov_get_vf_stats(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, int OSAL_UNUSED vfid, struct ecore_eth_stats OSAL_UNUSED *p_stats) { return ECORE_INVAL; }
sys/dev/qlnx/qlnxe/ecore_iov_api.h
814
static OSAL_INLINE enum _ecore_status_t ecore_iov_configure_min_tx_rate(struct ecore_dev OSAL_UNUSED *p_dev, int OSAL_UNUSED vfid, OSAL_UNUSED u32 rate) { return ECORE_INVAL; }
sys/dev/qlnx/qlnxe/ecore_iscsi.h
103
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
121
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
140
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
160
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
179
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
50
enum _ecore_status_t ecore_iscsi_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_iscsi.h
56
static inline enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi.h
85
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
214
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
225
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
249
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
273
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
287
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
301
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
317
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
33
typedef enum _ecore_status_t (*iscsi_event_cb_t)(void *context,
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
333
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
348
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
355
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iscsi_api.h
360
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
120
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1356
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1364
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
146
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1463
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
149
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1509
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1542
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1545
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1611
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1662
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1665
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1724
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1731
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1821
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1828
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1899
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
200
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2001
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
203
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2156
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2223
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2232
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2321
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2327
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2357
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2362
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2396
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2405
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
250
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2553
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2562
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
258
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2695
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2782
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3319
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3323
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3386
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3389
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
361
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3610
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
368
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3694
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3778
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3827
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3834
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3857
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3864
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3882
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3888
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3913
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3921
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3954
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
445
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
452
enum _ecore_status_t rc = 0;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
533
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
539
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
585
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
589
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
638
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
643
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
751
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
761
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
88
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
880
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.c
893
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
95
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
210
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
213
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
221
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
230
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
233
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
238
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
244
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
248
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
252
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
258
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
264
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
277
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
293
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
300
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
308
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
317
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
324
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
331
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1009
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1020
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1050
enum _ecore_status_t ecore_sp_eth_rx_queues_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
1062
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
1107
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1117
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_l2.c
1151
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1160
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1189
enum _ecore_status_t ecore_eth_rx_queue_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
1195
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
1209
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1218
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
1250
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1257
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1274
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1282
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1305
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1311
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1327
enum _ecore_status_t ecore_eth_tx_queue_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
1331
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1364
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1379
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1512
enum _ecore_status_t ecore_sp_eth_filter_ucast(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
1521
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1613
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
1623
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
1689
enum _ecore_status_t ecore_filter_mcast_cmd(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_l2.c
1694
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_l2.c
1722
enum _ecore_status_t ecore_filter_ucast_cmd(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_l2.c
1727
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_l2.c
2177
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
2187
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
2244
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
2253
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
2280
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
2289
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
2316
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
2321
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_l2.c
236
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
376
enum _ecore_status_t ecore_sp_eth_vport_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
385
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
479
enum _ecore_status_t ecore_sp_vport_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
494
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
502
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_l2.c
70
enum _ecore_status_t ecore_l2_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_l2.c
731
enum _ecore_status_t ecore_sp_vport_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
742
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
825
enum _ecore_status_t ecore_sp_vport_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.c
833
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_l2.c
860
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
873
enum _ecore_status_t ecore_filter_accept_cmd(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_l2.c
924
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.c
935
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_l2.c
983
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.h
110
enum _ecore_status_t ecore_l2_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.h
123
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.h
139
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.h
158
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2.h
166
enum _ecore_status_t ecore_set_rxq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.h
171
enum _ecore_status_t ecore_set_txq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.h
176
enum _ecore_status_t ecore_get_rxq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2.h
181
enum _ecore_status_t ecore_get_txq_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
210
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
217
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
224
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
251
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
275
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
297
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
314
enum _ecore_status_t ecore_eth_tx_queue_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
361
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
406
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
423
enum _ecore_status_t ecore_sp_vport_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_l2_api.h
427
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
453
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
477
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_l2_api.h
543
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1015
static enum _ecore_status_t ecore_sp_ll2_tx_queue_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1021
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1041
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1047
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1098
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1104
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1146
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1154
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
118
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1206
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1242
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
1249
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1366
static enum _ecore_status_t ecore_ll2_establish_connection_rx(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1400
enum _ecore_status_t ecore_ll2_establish_connection(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1411
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1569
enum _ecore_status_t ecore_ll2_post_rx_buffer(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1583
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1794
enum _ecore_status_t ecore_ll2_prepare_tx_packet(
sys/dev/qlnx/qlnxe/ecore_ll2.c
1806
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1849
enum _ecore_status_t ecore_ll2_set_fragment_of_tx_packet(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1890
enum _ecore_status_t ecore_ll2_terminate_connection(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1895
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_ll2.c
2001
enum _ecore_status_t ecore_ll2_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_ll2.c
208
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
2157
enum _ecore_status_t __ecore_ll2_get_stats(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
218
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_ll2.c
2193
enum _ecore_status_t ecore_ll2_get_stats(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2.c
330
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
365
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
419
static enum _ecore_status_t ecore_ll2_rxq_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
427
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
536
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
693
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_ll2.c
730
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_ll2.c
744
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
749
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_ll2.c
761
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2.c
771
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_ll2.c
826
static enum _ecore_status_t ecore_sp_ll2_rx_queue_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
836
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_ll2.c
891
static enum _ecore_status_t ecore_sp_ll2_tx_queue_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
900
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_ll2.c
987
static enum _ecore_status_t ecore_sp_ll2_rx_queue_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_ll2.c
993
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_ll2.h
135
enum _ecore_status_t ecore_ll2_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_ll2.h
166
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
200
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
216
enum _ecore_status_t ecore_ll2_establish_connection(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
234
enum _ecore_status_t ecore_ll2_post_rx_buffer(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
270
enum _ecore_status_t ecore_ll2_prepare_tx_packet(
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
303
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
320
enum _ecore_status_t ecore_ll2_terminate_connection(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
323
enum _ecore_status_t __ecore_ll2_get_stats(void *cxt,
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
339
enum _ecore_status_t ecore_ll2_get_stats(void *cxt,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1053
enum _ecore_status_t ecore_mcp_load_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1060
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1170
enum _ecore_status_t ecore_mcp_load_done(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1174
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1198
enum _ecore_status_t ecore_mcp_unload_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1228
enum _ecore_status_t ecore_mcp_unload_done(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1288
enum _ecore_status_t ecore_mcp_ack_vf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1298
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1591
enum _ecore_status_t ecore_mcp_set_link(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1598
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1733
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1851
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
1856
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
186
enum _ecore_status_t ecore_mcp_free(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_mcp.c
1885
static enum _ecore_status_t ecore_mcp_mdump_ack(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1896
enum _ecore_status_t ecore_mcp_mdump_set_values(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1910
enum _ecore_status_t ecore_mcp_mdump_trigger(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
1921
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
1926
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1947
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
1953
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
1990
enum _ecore_status_t ecore_mcp_mdump_clear_logs(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2001
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2007
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2033
enum _ecore_status_t ecore_mcp_mdump_clr_retain(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2048
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2129
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2154
enum _ecore_status_t ecore_mcp_handle_events(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2158
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
218
enum _ecore_status_t ecore_load_mcp_offsets(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2262
enum _ecore_status_t ecore_mcp_get_mfw_ver(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2307
enum _ecore_status_t ecore_mcp_get_mbi_ver(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2344
enum _ecore_status_t ecore_mcp_get_media_type(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2370
enum _ecore_status_t ecore_mcp_get_transceiver_data(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2407
enum _ecore_status_t ecore_mcp_trans_speed_mask(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2528
enum _ecore_status_t ecore_mcp_get_board_config(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2580
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2586
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2625
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2631
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2655
enum _ecore_status_t ecore_mcp_fill_shmem_func_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2707
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2761
enum _ecore_status_t ecore_mcp_drain(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2765
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2815
enum _ecore_status_t ecore_mcp_get_flash_size(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2841
enum _ecore_status_t ecore_start_recovery_process(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2860
enum _ecore_status_t ecore_recovery_prolog(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_mcp.c
2864
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2879
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2885
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2913
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2919
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2936
enum _ecore_status_t ecore_mcp_config_vf_msix(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
294
enum _ecore_status_t ecore_mcp_cmd_init(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2946
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
2955
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2987
enum _ecore_status_t ecore_mcp_halt(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2991
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3021
enum _ecore_status_t ecore_mcp_resume(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3047
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3054
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3080
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3087
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3113
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3120
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3165
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3171
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3182
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3188
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3216
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3222
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3256
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3262
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3287
enum _ecore_status_t ecore_mcp_set_led(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3292
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3317
enum _ecore_status_t ecore_mcp_mask_parities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3322
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3337
enum _ecore_status_t ecore_mcp_nvm_read(struct ecore_dev *p_dev, u32 addr,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3344
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3393
enum _ecore_status_t ecore_mcp_phy_read(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3399
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3419
enum _ecore_status_t ecore_mcp_nvm_resp(struct ecore_dev *p_dev, u8 *p_buf)
sys/dev/qlnx/qlnxe/ecore_mcp.c
3434
enum _ecore_status_t ecore_mcp_nvm_del_file(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3440
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3453
enum _ecore_status_t ecore_mcp_nvm_put_file_begin(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3459
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3475
enum _ecore_status_t ecore_mcp_nvm_write(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3480
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3551
enum _ecore_status_t ecore_mcp_phy_write(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3557
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3575
enum _ecore_status_t ecore_mcp_nvm_set_secure_mode(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3581
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3595
enum _ecore_status_t ecore_mcp_phy_sfp_read(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3602
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3641
enum _ecore_status_t ecore_mcp_phy_sfp_write(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3647
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
366
enum _ecore_status_t ecore_mcp_reset(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3683
enum _ecore_status_t ecore_mcp_gpio_read(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3687
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
370
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3704
enum _ecore_status_t ecore_mcp_gpio_write(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3708
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3726
enum _ecore_status_t ecore_mcp_gpio_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3732
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3752
enum _ecore_status_t ecore_mcp_bist_register_test(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3756
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3774
enum _ecore_status_t ecore_mcp_bist_clock_test(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3778
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3796
enum _ecore_status_t ecore_mcp_bist_nvm_test_get_num_images(
sys/dev/qlnx/qlnxe/ecore_mcp.c
3800
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3817
enum _ecore_status_t ecore_mcp_bist_nvm_test_get_image_att(
sys/dev/qlnx/qlnxe/ecore_mcp.c
3822
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3841
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3849
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3895
enum _ecore_status_t ecore_mcp_get_nvm_image(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
3901
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3931
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
3940
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3970
enum _ecore_status_t ecore_mcp_get_mba_versions(
sys/dev/qlnx/qlnxe/ecore_mcp.c
3976
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
3994
enum _ecore_status_t ecore_mcp_mem_ecc_events(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4084
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4092
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4160
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4167
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4184
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4191
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4212
enum _ecore_status_t ecore_mcp_initiate_pf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4221
enum _ecore_status_t ecore_mcp_get_lldp_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4227
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4255
enum _ecore_status_t ecore_mcp_set_lldp_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4261
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4290
static enum _ecore_status_t ecore_mcp_resource_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4295
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4320
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4326
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
434
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4382
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4387
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4414
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4420
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4496
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4501
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4512
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4518
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4539
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4573
enum _ecore_status_t ecore_mcp_get_capabilities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4577
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4589
enum _ecore_status_t ecore_mcp_set_capabilities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4602
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4609
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4675
enum _ecore_status_t ecore_mcp_get_engine_config(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4681
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4716
enum _ecore_status_t ecore_mcp_get_ppfid_bitmap(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4721
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4744
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4751
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
4773
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
4777
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
537
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
545
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_mcp.c
654
static enum _ecore_status_t ecore_mcp_cmd_and_union(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
700
enum _ecore_status_t ecore_mcp_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
705
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
732
enum _ecore_status_t ecore_mcp_nvm_wr_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
742
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
759
enum _ecore_status_t ecore_mcp_nvm_rd_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
770
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
846
enum _ecore_status_t ecore_mcp_cancel_load_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.c
850
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.c
929
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.c
938
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mcp.h
134
enum _ecore_status_t ecore_mcp_cmd_init(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
155
enum _ecore_status_t ecore_mcp_free(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_mcp.h
169
enum _ecore_status_t ecore_mcp_handle_events(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
186
enum _ecore_status_t ecore_issue_pulse(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
215
enum _ecore_status_t ecore_mcp_load_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
227
enum _ecore_status_t ecore_mcp_load_done(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
238
enum _ecore_status_t ecore_mcp_cancel_load_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
249
enum _ecore_status_t ecore_mcp_unload_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
260
enum _ecore_status_t ecore_mcp_unload_done(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
281
enum _ecore_status_t ecore_mcp_ack_vf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
292
enum _ecore_status_t ecore_mcp_fill_shmem_func_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
303
enum _ecore_status_t ecore_mcp_reset(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
325
enum _ecore_status_t ecore_mcp_config_vf_msix(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
337
enum _ecore_status_t ecore_mcp_halt(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
348
enum _ecore_status_t ecore_mcp_resume(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
358
enum _ecore_status_t ecore_mcp_mask_parities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
362
enum _ecore_status_t ecore_hw_init_first_eth(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
376
enum _ecore_status_t ecore_mcp_mdump_set_values(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
388
enum _ecore_status_t ecore_mcp_mdump_trigger(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
407
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
422
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
439
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
452
enum _ecore_status_t ecore_mcp_initiate_pf_flr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
464
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
527
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
551
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
577
enum _ecore_status_t ecore_mcp_get_capabilities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
587
enum _ecore_status_t ecore_mcp_set_capabilities(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
596
enum _ecore_status_t ecore_load_mcp_offsets(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
630
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
649
enum _ecore_status_t ecore_mcp_get_engine_config(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
658
enum _ecore_status_t ecore_mcp_get_ppfid_bitmap(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp.h
669
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp.h
681
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1012
enum _ecore_status_t ecore_mcp_nvm_read(struct ecore_dev *p_dev, u32 addr,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1030
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1046
enum _ecore_status_t ecore_mcp_get_nvm_image(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1067
enum _ecore_status_t ecore_mcp_nvm_wr_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1092
enum _ecore_status_t ecore_mcp_nvm_rd_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1114
enum _ecore_status_t ecore_mcp_phy_sfp_read(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1132
enum _ecore_status_t ecore_mcp_phy_sfp_write(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1147
enum _ecore_status_t ecore_mcp_gpio_read(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1161
enum _ecore_status_t ecore_mcp_gpio_write(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1177
enum _ecore_status_t ecore_mcp_gpio_info(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1190
enum _ecore_status_t ecore_mcp_bist_register_test(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1201
enum _ecore_status_t ecore_mcp_bist_clock_test(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1214
enum _ecore_status_t ecore_mcp_bist_nvm_test_get_num_images(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1228
enum _ecore_status_t ecore_mcp_bist_nvm_test_get_image_att(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1244
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1258
enum _ecore_status_t ecore_mcp_get_mba_versions(
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1272
enum _ecore_status_t ecore_mcp_mem_ecc_events(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1294
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1306
enum _ecore_status_t ecore_mcp_mdump_clear_logs(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1317
enum _ecore_status_t ecore_mcp_mdump_clr_retain(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1329
enum _ecore_status_t ecore_mcp_get_lldp_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1342
enum _ecore_status_t ecore_mcp_set_lldp_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1355
enum _ecore_status_t ecore_mfw_process_tlv_req(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1367
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
1380
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
614
enum _ecore_status_t ecore_mcp_set_link(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
628
enum _ecore_status_t ecore_mcp_get_mfw_ver(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
642
enum _ecore_status_t ecore_mcp_get_mbi_ver(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
657
enum _ecore_status_t ecore_mcp_get_media_type(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
672
enum _ecore_status_t ecore_mcp_get_transceiver_data(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
688
enum _ecore_status_t ecore_mcp_trans_speed_mask(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
703
enum _ecore_status_t ecore_mcp_get_board_config(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
721
enum _ecore_status_t ecore_mcp_cmd(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
732
enum _ecore_status_t ecore_mcp_drain(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
772
enum _ecore_status_t ecore_mcp_get_flash_size(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
786
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
809
enum _ecore_status_t ecore_start_recovery_process(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
821
enum _ecore_status_t ecore_recovery_prolog(struct ecore_dev *p_dev);
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
832
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
846
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
862
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
875
enum _ecore_status_t ecore_mcp_ov_update_mtu(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
887
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
900
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
913
enum _ecore_status_t ecore_mcp_set_led(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
925
enum _ecore_status_t ecore_mcp_nvm_set_secure_mode(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
939
enum _ecore_status_t ecore_mcp_phy_write(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
953
enum _ecore_status_t ecore_mcp_nvm_write(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
964
enum _ecore_status_t ecore_mcp_nvm_put_file_begin(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
975
enum _ecore_status_t ecore_mcp_nvm_del_file(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
986
enum _ecore_status_t ecore_mcp_nvm_resp(struct ecore_dev *p_dev, u8 *p_buf);
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
999
enum _ecore_status_t ecore_mcp_phy_read(struct ecore_dev *p_dev, u32 cmd,
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1238
static enum _ecore_status_t ecore_mfw_update_tlvs(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1296
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
1302
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
49
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_ooo.c
100
enum _ecore_status_t ecore_ooo_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_ooo.h
81
enum _ecore_status_t ecore_ooo_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_ooo.h
87
static inline enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
1074
enum _ecore_status_t ecore_rdma_add_user(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1080
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1184
enum _ecore_status_t ecore_rdma_alloc_pd(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1189
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1221
enum _ecore_status_t ecore_rdma_alloc_xrcd(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1226
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1283
enum _ecore_status_t ecore_rdma_create_cq(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1293
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1373
enum _ecore_status_t ecore_rdma_destroy_cq(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1383
enum _ecore_status_t rc = ECORE_NOMEM;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1450
enum _ecore_status_t ecore_rdma_query_qp(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1456
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1491
enum _ecore_status_t ecore_rdma_destroy_qp(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1496
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1525
enum _ecore_status_t rc = 0;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1629
enum _ecore_status_t ecore_rdma_modify_qp(
sys/dev/qlnx/qlnxe/ecore_rdma.c
1636
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1782
enum _ecore_status_t ecore_rdma_register_tid(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1791
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
180
enum _ecore_status_t ecore_rdma_info_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_rdma.c
1935
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1965
enum _ecore_status_t ecore_rdma_deregister_tid(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1968
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2052
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
2061
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2092
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
2102
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
212
static enum _ecore_status_t ecore_rdma_inc_ref_cnt(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_rdma.c
214
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2142
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
2155
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2248
enum _ecore_status_t ecore_rdma_resize_cq(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2252
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2347
enum _ecore_status_t ecore_rdma_start(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2352
enum _ecore_status_t rc = ECORE_TIMEOUT;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2383
enum _ecore_status_t ecore_rdma_query_stats(void *rdma_cxt, u8 stats_queue,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2394
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_rdma.c
247
static enum _ecore_status_t ecore_rdma_deactivate(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2519
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
2575
enum _ecore_status_t ecore_rdma_resize_cnq(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2599
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
2605
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2678
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
270
static enum _ecore_status_t ecore_rdma_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_rdma.c
274
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
55
enum _ecore_status_t ecore_rdma_bmap_alloc(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_rdma.c
737
static enum _ecore_status_t ecore_rdma_init_hw(
sys/dev/qlnx/qlnxe/ecore_rdma.c
791
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.c
808
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
89
enum _ecore_status_t ecore_rdma_bmap_alloc_id(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_rdma.c
894
enum _ecore_status_t ecore_rdma_alloc_tid(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_rdma.c
898
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_rdma.c
918
static OSAL_INLINE enum _ecore_status_t ecore_rdma_reserve_lkey(
sys/dev/qlnx/qlnxe/ecore_rdma.c
938
static enum _ecore_status_t ecore_rdma_setup(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_rdma.c
942
enum _ecore_status_t rc = 0;
sys/dev/qlnx/qlnxe/ecore_rdma.c
971
enum _ecore_status_t ecore_rdma_stop(void *rdma_cxt)
sys/dev/qlnx/qlnxe/ecore_rdma.c
979
enum _ecore_status_t rc = ECORE_TIMEOUT;
sys/dev/qlnx/qlnxe/ecore_rdma.h
234
enum _ecore_status_t ecore_rdma_info_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_rdma.h
237
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma.h
248
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
289
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
294
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
670
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
674
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
678
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
682
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
695
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
699
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
703
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
708
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
713
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
720
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
730
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
741
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
746
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
753
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
758
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
766
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
770
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
773
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
777
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
791
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
796
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
800
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
939
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
944
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
949
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
953
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
957
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
960
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
963
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.c
1006
static enum _ecore_status_t ecore_roce_sp_destroy_qp_requester(
sys/dev/qlnx/qlnxe/ecore_roce.c
1017
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
1084
static OSAL_INLINE enum _ecore_status_t ecore_roce_sp_query_responder(
sys/dev/qlnx/qlnxe/ecore_roce.c
1094
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_roce.c
1147
static OSAL_INLINE enum _ecore_status_t ecore_roce_sp_query_requester(
sys/dev/qlnx/qlnxe/ecore_roce.c
1158
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_roce.c
117
enum _ecore_status_t ecore_roce_stop_rl(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_roce.c
1215
enum _ecore_status_t ecore_roce_query_qp(
sys/dev/qlnx/qlnxe/ecore_roce.c
1220
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
1236
enum _ecore_status_t ecore_roce_destroy_qp(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_roce.c
1243
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
1291
enum _ecore_status_t ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid)
sys/dev/qlnx/qlnxe/ecore_roce.c
1296
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
1330
enum _ecore_status_t ecore_roce_create_ud_qp(void *rdma_cxt,
sys/dev/qlnx/qlnxe/ecore_roce.c
1336
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
138
enum _ecore_status_t ecore_roce_dcqcn_cfg(
sys/dev/qlnx/qlnxe/ecore_roce.c
1383
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.c
1390
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_roce.c
145
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_roce.c
1562
enum _ecore_status_t ecore_roce_setup(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_roce.c
193
enum _ecore_status_t ecore_roce_stop(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_roce.c
282
static enum _ecore_status_t ecore_roce_wait_free_cids(struct ecore_hwfn *p_hwfn, u32 qp_idx)
sys/dev/qlnx/qlnxe/ecore_roce.c
325
enum _ecore_status_t ecore_roce_alloc_qp_idx(
sys/dev/qlnx/qlnxe/ecore_roce.c
330
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
389
static enum _ecore_status_t ecore_roce_sp_create_responder(
sys/dev/qlnx/qlnxe/ecore_roce.c
398
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
558
static enum _ecore_status_t ecore_roce_sp_create_requester(
sys/dev/qlnx/qlnxe/ecore_roce.c
567
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
62
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.c
709
static enum _ecore_status_t ecore_roce_sp_modify_responder(
sys/dev/qlnx/qlnxe/ecore_roce.c
718
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
814
static enum _ecore_status_t ecore_roce_sp_modify_requester(
sys/dev/qlnx/qlnxe/ecore_roce.c
824
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.c
88
static enum _ecore_status_t ecore_roce_start_rl(
sys/dev/qlnx/qlnxe/ecore_roce.c
921
static enum _ecore_status_t ecore_roce_sp_destroy_qp_responder(
sys/dev/qlnx/qlnxe/ecore_roce.c
932
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_roce.h
46
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
52
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
55
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
58
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
61
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
66
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
71
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce.h
87
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
593
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
597
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
601
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
605
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
618
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
622
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
626
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
631
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
635
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
646
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
657
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
662
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
669
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
674
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
682
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
686
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
689
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
693
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
831
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
836
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
841
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
845
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
849
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
852
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_roce_api.h
855
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sp_api.h
61
enum _ecore_status_t ecore_eth_cqe_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_api.h
79
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
322
enum _ecore_status_t ecore_sp_pf_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
332
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
455
enum _ecore_status_t ecore_sp_pf_update_dcbx(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
459
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
479
enum _ecore_status_t ecore_sp_pf_update_ufp(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
483
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
529
enum _ecore_status_t ecore_sp_rl_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
53
enum _ecore_status_t ecore_sp_init_request(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
533
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
582
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
591
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
61
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
630
enum _ecore_status_t ecore_sp_pf_stop(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
634
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
651
enum _ecore_status_t ecore_sp_heartbeat_ramrod(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
655
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
672
enum _ecore_status_t ecore_sp_pf_update_stag(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
676
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
108
enum _ecore_status_t ecore_sp_pf_update_dcbx(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
124
enum _ecore_status_t ecore_sp_pf_stop(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
134
enum _ecore_status_t ecore_sp_heartbeat_ramrod(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
163
enum _ecore_status_t ecore_sp_rl_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
174
enum _ecore_status_t ecore_sp_pf_update_stag(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
183
enum _ecore_status_t ecore_sp_pf_update_ufp(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
64
enum _ecore_status_t ecore_sp_init_request(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
90
enum _ecore_status_t ecore_sp_pf_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
1016
enum _ecore_status_t ecore_spq_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
1106
enum _ecore_status_t ecore_consq_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_spq.c
137
static enum _ecore_status_t __ecore_spq_block(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
172
static enum _ecore_status_t ecore_spq_block(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
178
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_spq.c
232
static enum _ecore_status_t ecore_spq_fill_entry(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
271
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_spq.c
316
static enum _ecore_status_t ecore_spq_hw_post(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
357
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_spq.c
379
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_spq.c
418
enum _ecore_status_t ecore_eq_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
424
enum _ecore_status_t rc = 0;
sys/dev/qlnx/qlnxe/ecore_spq.c
488
enum _ecore_status_t ecore_eq_alloc(struct ecore_hwfn *p_hwfn, u16 num_elem)
sys/dev/qlnx/qlnxe/ecore_spq.c
543
static enum _ecore_status_t ecore_cqe_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
557
enum _ecore_status_t ecore_eth_cqe_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
560
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_spq.c
583
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_spq.c
641
enum _ecore_status_t ecore_spq_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_spq.c
725
enum _ecore_status_t ecore_spq_get_entry(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
730
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_spq.c
786
static enum _ecore_status_t ecore_spq_add_entry(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
857
static enum _ecore_status_t ecore_spq_post_list(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
862
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_spq.c
893
enum _ecore_status_t ecore_spq_pend_post(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_spq.c
921
enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.c
925
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_spq.h
157
typedef enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_spq.h
164
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_spq.h
230
enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.h
241
enum _ecore_status_t ecore_spq_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_spq.h
268
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_spq.h
289
enum _ecore_status_t ecore_eq_alloc(struct ecore_hwfn *p_hwfn, u16 num_elem);
sys/dev/qlnx/qlnxe/ecore_spq.h
322
enum _ecore_status_t ecore_eq_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.h
334
enum _ecore_status_t ecore_spq_completion(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_spq.h
355
enum _ecore_status_t ecore_consq_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_spq.h
370
enum _ecore_status_t ecore_spq_pend_post(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sriov.c
104
static enum _ecore_status_t ecore_sp_vf_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1098
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
110
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1109
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1236
enum _ecore_status_t ecore_iov_release_hw_for_vf(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
165
static enum _ecore_status_t ecore_sp_vf_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
172
enum _ecore_status_t rc = ECORE_NOTIMPL;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1756
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1914
static enum _ecore_status_t __ecore_iov_spoofchk_set(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1918
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1949
static enum _ecore_status_t ecore_iov_reconfigure_unicast_vlan(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1953
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1985
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
1990
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2001
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
2006
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2134
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2234
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2352
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2494
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2625
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2687
static enum _ecore_status_t ecore_iov_vf_stop_rxqs(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2694
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2734
static enum _ecore_status_t ecore_iov_vf_stop_txqs(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2740
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2769
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2807
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2849
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3216
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3296
static enum _ecore_status_t ecore_iov_vf_update_vlan_shadow(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3352
static enum _ecore_status_t ecore_iov_vf_update_mac_shadow(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3416
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
3421
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3444
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3566
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3598
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
360
enum _ecore_status_t ecore_iov_post_vf_bulletin(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3663
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3741
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
3827
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
3854
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
3903
static enum _ecore_status_t ecore_iov_vf_flr_poll(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
3907
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
3922
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
3929
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
398
static enum _ecore_status_t ecore_iov_pci_cfg_info(struct ecore_dev *p_dev)
sys/dev/qlnx/qlnxe/ecore_sriov.c
3995
enum _ecore_status_t ecore_iov_vf_flr_cleanup(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4000
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4019
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
4026
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4298
static enum _ecore_status_t ecore_sriov_vfpf_msg(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4344
static enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4393
enum _ecore_status_t ecore_iov_copy_vf_msg(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4455
enum _ecore_status_t ecore_iov_bulletin_set_mac(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4487
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
4630
enum _ecore_status_t ecore_iov_spoofchk_set(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4634
enum _ecore_status_t rc = ECORE_INVAL;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4763
enum _ecore_status_t ecore_iov_configure_tx_rate(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4770
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4787
enum _ecore_status_t ecore_iov_configure_min_tx_rate(struct ecore_dev *p_dev,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4811
enum _ecore_status_t ecore_iov_get_vf_stats(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
51
static enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
532
static enum _ecore_status_t ecore_iov_allocate_vfdb(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sriov.c
605
enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sriov.c
654
enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_sriov.c
658
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_sriov.c
782
enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
786
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.c
854
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_sriov.c
890
static enum _ecore_status_t ecore_iov_enable_vf_access(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
895
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_sriov.h
229
enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sriov.h
258
enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sriov.h
319
static OSAL_INLINE enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
322
static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;}
sys/dev/qlnx/qlnxe/ecore_vf.c
1013
enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1019
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
105
static enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.c
1051
enum _ecore_status_t ecore_vf_pf_rxqs_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1060
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1106
enum _ecore_status_t ecore_vf_pf_vport_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1118
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
112
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_vf.c
1161
enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
1165
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1254
enum _ecore_status_t ecore_vf_pf_vport_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1263
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1481
enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
1486
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1530
enum _ecore_status_t ecore_vf_pf_filter_ucast(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1536
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1574
enum _ecore_status_t ecore_vf_pf_int_cleanup(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
1578
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1604
enum _ecore_status_t ecore_vf_pf_get_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
1611
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1637
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.c
1644
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
1710
enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
209
static enum _ecore_status_t _ecore_vf_pf_release(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
216
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
267
enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
297
static enum _ecore_status_t ecore_vf_pf_acquire(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
307
enum _ecore_status_t rc = ECORE_SUCCESS;
sys/dev/qlnx/qlnxe/ecore_vf.c
518
enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_vf.c
523
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
771
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.c
779
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
827
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.c
840
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
86
enum _ecore_status_t req_status)
sys/dev/qlnx/qlnxe/ecore_vf.c
912
enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.c
919
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.c
951
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.c
961
enum _ecore_status_t rc;
sys/dev/qlnx/qlnxe/ecore_vf.h
108
enum _ecore_status_t ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
121
enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf.h
137
enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
157
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.h
172
enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
184
enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
202
enum _ecore_status_t ecore_vf_pf_rxqs_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
217
enum _ecore_status_t ecore_vf_pf_vport_update(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
227
enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf.h
236
enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf.h
274
enum _ecore_status_t ecore_vf_pf_vport_start(
sys/dev/qlnx/qlnxe/ecore_vf.h
291
enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf.h
293
enum _ecore_status_t ecore_vf_pf_filter_ucast(
sys/dev/qlnx/qlnxe/ecore_vf.h
307
enum _ecore_status_t ecore_vf_pf_int_cleanup(struct ecore_hwfn *p_hwfn);
sys/dev/qlnx/qlnxe/ecore_vf.h
335
enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_vf.h
342
static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
343
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, u16 OSAL_UNUSED bd_max_bytes, dma_addr_t OSAL_UNUSED bd_chain_phys_addr, dma_addr_t OSAL_UNUSED cqe_pbl_addr, u16 OSAL_UNUSED cqe_pbl_size, void OSAL_IOMEM OSAL_UNUSED **pp_prod) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
344
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, dma_addr_t OSAL_UNUSED pbl_addr, u16 OSAL_UNUSED pbl_size, void OSAL_IOMEM OSAL_UNUSED **pp_doorbell) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
345
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, bool OSAL_UNUSED cqe_completion) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
346
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
348
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxqs_update(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED **pp_cid, u8 OSAL_UNUSED num_rxqs, u8 OSAL_UNUSED comp_cqe_flg, u8 OSAL_UNUSED comp_event_flg) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
350
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_update(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_sp_vport_update_params OSAL_UNUSED *p_params) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
351
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
352
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
355
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED vport_id, u16 OSAL_UNUSED mtu, u8 OSAL_UNUSED inner_vlan_removal, enum ecore_tpa_mode OSAL_UNUSED tpa_mode, u8 OSAL_UNUSED max_buffers_per_cqe, u8 OSAL_UNUSED only_untagged, u8 OSAL_UNUSED zero_placement_offset) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
356
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
357
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_filter_ucast(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_filter_ucast OSAL_UNUSED *p_param) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
359
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_int_cleanup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf.h
363
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_tunnel_param_update(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_tunnel_info OSAL_UNUSED *p_tunn) { return ECORE_INVAL; }
sys/dev/qlnx/qlnxe/ecore_vf.h
95
enum _ecore_status_t ecore_vf_pf_get_coalesce(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf_api.h
204
static OSAL_INLINE enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *p_change) {return ECORE_INVAL;}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
44
enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn,