Searched refs:ECORE_INVAL (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_status.h46 ECORE_INVAL = -3, enumerator in enum:_ecore_status_t
H A Decore_vf.h344 static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
345 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;}
346 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;}
347 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;}
348 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;}
350 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;}
352 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;}
353 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
354 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_INVAL;}
357 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;}
[all...]
H A Decore_fcoe.h54 return ECORE_INVAL;
H A Decore_iov_api.h766 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;}
769 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;}
770 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;}
771 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;}
787 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;}
789 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;}
790 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;}
794 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;}
796 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;}
806 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; }
[all...]
H A Decore_iscsi.h61 return ECORE_INVAL;
H A Decore_spq.c249 return ECORE_INVAL;
331 return ECORE_INVAL;
366 return ECORE_INVAL;
377 return ECORE_INVAL;
387 return ECORE_INVAL;
445 rc = ECORE_INVAL;
469 rc = ECORE_INVAL;
474 rc = ECORE_INVAL;
837 return ECORE_INVAL;
909 return ECORE_INVAL;
[all...]
H A Decore_mcp.c233 return ECORE_INVAL;
239 return ECORE_INVAL;
688 return ECORE_INVAL;
1157 return ECORE_INVAL;
1679 return ECORE_INVAL;
2147 return ECORE_INVAL;
2237 rc = ECORE_INVAL;
2255 rc = ECORE_INVAL;
2288 return ECORE_INVAL;
2323 return ECORE_INVAL;
[all...]
H A Decore_ooo.h92 return ECORE_INVAL;
H A Decore_ll2.c132 return ECORE_INVAL;
136 return ECORE_INVAL;
139 return ECORE_INVAL;
220 enum _ecore_status_t rc = ECORE_INVAL;
346 return ECORE_INVAL;
352 return ECORE_INVAL;
574 return ECORE_INVAL;
784 return ECORE_INVAL;
790 return ECORE_INVAL;
796 return ECORE_INVAL;
[all...]
H A Decore_vf.c406 rc = ECORE_INVAL;
415 rc = ECORE_INVAL;
431 rc = ECORE_INVAL;
820 rc = ECORE_INVAL;
886 rc = ECORE_INVAL;
943 rc = ECORE_INVAL;
989 rc = ECORE_INVAL;
1042 rc = ECORE_INVAL;
1072 return ECORE_INVAL;
1098 rc = ECORE_INVAL;
[all...]
H A Decore_sriov.c143 return ECORE_INVAL;
373 return ECORE_INVAL;
377 return ECORE_INVAL;
1124 return ECORE_INVAL;
1131 return ECORE_INVAL;
1138 return ECORE_INVAL;
1166 return ECORE_INVAL;
1175 return ECORE_INVAL;
2012 return ECORE_INVAL;
2703 return ECORE_INVAL;
[all...]
H A Decore_init_ops.c286 rc = ECORE_INVAL;
291 rc = ECORE_INVAL;
342 return ECORE_INVAL;
456 return ECORE_INVAL;
645 return ECORE_INVAL;
H A Decore_int.c416 return ECORE_INVAL;
552 return ECORE_INVAL;
564 return ECORE_INVAL;
578 return ECORE_INVAL;
916 enum _ecore_status_t rc = ECORE_INVAL;
1697 return ECORE_INVAL;
1768 return ECORE_INVAL;
2160 return ECORE_INVAL;
2366 return ECORE_INVAL;
2391 return ECORE_INVAL;
[all...]
H A Decore_dcbx.c296 rc = ECORE_INVAL;
360 if (rc == ECORE_INVAL) {
362 return ECORE_INVAL;
853 return ECORE_INVAL;
963 enum _ecore_status_t rc = ECORE_INVAL;
1153 return ECORE_INVAL;
1515 return ECORE_INVAL;
1583 return ECORE_INVAL;
1639 return ECORE_INVAL;
1731 return ECORE_INVAL;
[all...]
H A Decore_cxt.c903 return ECORE_INVAL;
2003 return ECORE_INVAL;
2008 return ECORE_INVAL;
2019 return ECORE_INVAL;
2140 return ECORE_INVAL;
2154 return ECORE_INVAL;
2336 return ECORE_INVAL;
2362 return ECORE_INVAL;
2367 return ECORE_INVAL;
2372 return ECORE_INVAL;
[all...]
H A Decore_rdma.c97 return ECORE_INVAL;
216 enum _ecore_status_t rc = ECORE_INVAL;
281 return ECORE_INVAL;
934 return ECORE_INVAL;
1504 return ECORE_INVAL;
1882 rc = ECORE_INVAL;
2029 return ECORE_INVAL;
2399 return ECORE_INVAL;
2403 return ECORE_INVAL;
2417 rc = ECORE_INVAL;
[all...]
H A Decore_vf_api.h206 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;}
H A Decore_dev.c176 return ECORE_INVAL;
213 enum _ecore_status_t rc = ECORE_INVAL;
224 return ECORE_INVAL;
247 if (rc == ECORE_INVAL) {
266 return ECORE_INVAL;
510 return ECORE_INVAL;
517 return ECORE_INVAL;
654 return ECORE_INVAL;
681 return ECORE_INVAL;
715 return ECORE_INVAL;
[all...]
H A Decore_sp_commands.c66 return ECORE_INVAL;
89 return ECORE_INVAL;
104 return ECORE_INVAL;
490 return ECORE_INVAL;
605 return ECORE_INVAL;
H A Decore_iwarp.c510 rc = ECORE_INVAL;
898 return ECORE_INVAL;
1378 return ECORE_INVAL;
1738 return ECORE_INVAL;
1750 return ECORE_INVAL;
1835 return ECORE_INVAL;
2058 return ECORE_INVAL;
2075 return ECORE_INVAL;
2091 return ECORE_INVAL;
2100 return ECORE_INVAL;
[all...]
H A Decore_hw.c671 return ECORE_INVAL;
853 return ECORE_INVAL;
868 return ECORE_INVAL;
949 return ECORE_INVAL;
H A Decore_roce.c1258 return ECORE_INVAL;
1281 return ECORE_INVAL;
1303 return ECORE_INVAL;
1345 return ECORE_INVAL;
1504 return ECORE_INVAL;
H A Decore_ooo.c128 return ECORE_INVAL;
136 return ECORE_INVAL;
H A Decore_l2.c567 return ECORE_INVAL;
1288 return ECORE_INVAL;
1701 return ECORE_INVAL;
2272 return ECORE_INVAL;
2307 return ECORE_INVAL;
/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.c695 return ECORE_INVAL;
1547 return ECORE_INVAL;
1591 return ECORE_INVAL;
1605 return ECORE_INVAL;
1639 return ECORE_INVAL;
1652 return ECORE_INVAL;
1665 return ECORE_INVAL;
1672 return ECORE_INVAL;
1679 return ECORE_INVAL;
1697 return ECORE_INVAL;
[all...]

Completed in 202 milliseconds

12