Symbol: OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore.h
129
static OSAL_INLINE u32 DB_ADDR(u32 cid, u32 DEMS)
sys/dev/qlnx/qlnxe/ecore.h
137
static OSAL_INLINE u32 DB_ADDR_VF(u32 cid, u32 DEMS)
sys/dev/qlnx/qlnxe/ecore.h
989
static OSAL_INLINE u8 ecore_concrete_to_sw_fid(u32 concrete_fid)
sys/dev/qlnx/qlnxe/ecore_chain.h
191
static OSAL_INLINE u16 ecore_chain_get_prod_idx(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
198
static OSAL_INLINE u32 ecore_chain_get_prod_idx_u32(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
205
static OSAL_INLINE u16 ecore_chain_get_cons_idx(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
211
static OSAL_INLINE u32 ecore_chain_get_cons_idx_u32(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
225
static OSAL_INLINE u16 ecore_chain_get_elem_left(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
243
static OSAL_INLINE u32
sys/dev/qlnx/qlnxe/ecore_chain.h
263
static OSAL_INLINE u8 ecore_chain_is_full(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
273
static OSAL_INLINE u8 ecore_chain_is_empty(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
281
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
288
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
294
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
301
static OSAL_INLINE u32 ecore_chain_get_size(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
307
static OSAL_INLINE u32 ecore_chain_get_page_cnt(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
312
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
328
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_chain.h
394
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
413
static OSAL_INLINE void ecore_chain_return_produced(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
433
static OSAL_INLINE void *ecore_chain_produce(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
476
static OSAL_INLINE u32 ecore_chain_get_capacity(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
489
static OSAL_INLINE
sys/dev/qlnx/qlnxe/ecore_chain.h
509
static OSAL_INLINE void *ecore_chain_consume(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
549
static OSAL_INLINE void ecore_chain_reset(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
608
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_chain.h
650
static OSAL_INLINE void ecore_chain_init_mem(struct ecore_chain *p_chain,
sys/dev/qlnx/qlnxe/ecore_chain.h
673
static OSAL_INLINE void ecore_chain_init_pbl_mem(struct ecore_chain *p_chain,
sys/dev/qlnx/qlnxe/ecore_chain.h
695
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_chain.h
719
static OSAL_INLINE void *ecore_chain_get_last_elem(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_chain.h
760
static OSAL_INLINE void ecore_chain_set_prod(struct ecore_chain *p_chain,
sys/dev/qlnx/qlnxe/ecore_chain.h
791
static OSAL_INLINE void ecore_chain_set_cons(struct ecore_chain *p_chain,
sys/dev/qlnx/qlnxe/ecore_chain.h
822
static OSAL_INLINE void ecore_chain_pbl_zero_mem(struct ecore_chain *p_chain)
sys/dev/qlnx/qlnxe/ecore_dev_api.h
872
static OSAL_INLINE bool ecore_is_mf_ufp(struct ecore_hwfn *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
370
static OSAL_INLINE bool comp_eq(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
375
static OSAL_INLINE bool comp_and(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_init_ops.c
380
static OSAL_INLINE bool comp_or(u32 val, u32 expected_val)
sys/dev/qlnx/qlnxe/ecore_int_api.h
115
static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int_api.h
151
static OSAL_INLINE void __internal_ram_wr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
155
static OSAL_INLINE void __internal_ram_wr(void *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
168
static OSAL_INLINE void internal_ram_wr(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_int_api.h
175
static OSAL_INLINE void internal_ram_wr(void OSAL_IOMEM *addr,
sys/dev/qlnx/qlnxe/ecore_int_api.h
84
static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info)
sys/dev/qlnx/qlnxe/ecore_iov_api.h
762
static OSAL_INLINE void ecore_iov_set_vfs_to_disable(struct ecore_dev OSAL_UNUSED *p_dev, u8 OSAL_UNUSED to_disable) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
763
static OSAL_INLINE void ecore_iov_set_vf_to_disable(struct ecore_dev OSAL_UNUSED *p_dev, u16 OSAL_UNUSED rel_vf_id, u8 OSAL_UNUSED to_disable) {}
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
765
static OSAL_INLINE void ecore_iov_process_mbx_req(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, int OSAL_UNUSED vfid) {}
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
770
static OSAL_INLINE void ecore_iov_set_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct ecore_mcp_link_params OSAL_UNUSED *params, struct ecore_mcp_link_state OSAL_UNUSED *link, struct ecore_mcp_link_capabilities OSAL_UNUSED *p_caps) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
771
static OSAL_INLINE void ecore_iov_get_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct ecore_mcp_link_params OSAL_UNUSED *params, struct ecore_mcp_link_state OSAL_UNUSED *link, struct ecore_mcp_link_capabilities OSAL_UNUSED *p_caps) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
772
static OSAL_INLINE bool ecore_iov_is_vf_pending_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
774
static OSAL_INLINE bool
sys/dev/qlnx/qlnxe/ecore_iov_api.h
782
static OSAL_INLINE struct ecore_public_vf_info* ecore_iov_get_public_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
783
static OSAL_INLINE void ecore_iov_pf_add_pending_events(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED vfid) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
784
static OSAL_INLINE void ecore_iov_pf_get_and_clear_pending_events(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u64 OSAL_UNUSED *events) {}
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
786
static OSAL_INLINE void ecore_iov_bulletin_set_forced_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac, int OSAL_UNUSED vfid) {}
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
789
static OSAL_INLINE void ecore_iov_get_vfs_opaque_fid(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, u16 OSAL_UNUSED *opaque_fid) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
790
static OSAL_INLINE void ecore_iov_bulletin_set_forced_vlan(struct ecore_hwfn OSAL_UNUSED p_hwfn, u16 OSAL_UNUSED pvid, int OSAL_UNUSED vfid) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
791
static OSAL_INLINE bool ecore_iov_vf_has_vport_instance(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
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
793
static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
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
795
static OSAL_INLINE bool ecore_iov_spoofchk_get(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
796
static OSAL_INLINE bool ecore_iov_pf_sanity_check(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
797
static OSAL_INLINE u8 ecore_iov_vf_chains_per_pf(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return 0;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
798
static OSAL_INLINE void ecore_iov_get_vf_req_virt_mbx_params(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id, void OSAL_UNUSED **pp_req_virt_addr, u16 OSAL_UNUSED *p_req_virt_size) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
799
static OSAL_INLINE void ecore_iov_get_vf_reply_virt_mbx_params(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id, void OSAL_UNUSED **pp_reply_virt_addr, u16 OSAL_UNUSED *p_reply_virt_size) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
800
static OSAL_INLINE bool ecore_iov_is_valid_vfpf_msg_length(u32 OSAL_UNUSED length) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
801
static OSAL_INLINE u32 ecore_iov_pfvf_msg_length(void) {return 0;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
802
static OSAL_INLINE u8 *ecore_iov_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
803
static OSAL_INLINE u16 ecore_iov_bulletin_get_forced_vlan(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return 0;}
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
806
static OSAL_INLINE u8 ecore_iov_get_vf_num_rxqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return 0;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
807
static OSAL_INLINE u8 ecore_iov_get_vf_num_active_rxqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return 0;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
808
static OSAL_INLINE void *ecore_iov_get_vf_ctx(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
809
static OSAL_INLINE u8 ecore_iov_get_vf_num_sbs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return 0;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
810
static OSAL_INLINE bool ecore_iov_is_vf_wait_for_acquire(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
811
static OSAL_INLINE bool ecore_iov_is_vf_acquired_not_initialized(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
812
static OSAL_INLINE bool ecore_iov_is_vf_initialized(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) {return false;}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
813
static OSAL_INLINE int ecore_iov_get_vf_min_rate(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid) { return 0; }
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_iov_api.h
816
static OSAL_INLINE void ecore_iov_bulletin_set_udp_ports(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, u16 OSAL_UNUSED vxlan_port, u16 OSAL_UNUSED geneve_port) { return; }
sys/dev/qlnx/qlnxe/ecore_iov_api.h
817
static OSAL_INLINE u16 ecore_iov_get_next_active_vf(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) { return MAX_NUM_VFS_E4; }
sys/dev/qlnx/qlnxe/ecore_iov_api.h
820
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3593
static OSAL_INLINE bool
sys/dev/qlnx/qlnxe/ecore_iwarp.c
99
static OSAL_INLINE struct ecore_iwarp_fpdu *
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
271
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_iwarp.h
277
static OSAL_INLINE enum _ecore_status_t
sys/dev/qlnx/qlnxe/ecore_iwarp.h
283
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_iwarp.h
288
static OSAL_INLINE void
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_ll2.h
42
static OSAL_INLINE u8 ecore_ll2_handle_to_queue_id(struct ecore_hwfn *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1927
static OSAL_INLINE int ecore_rdma_send_deregister_tid_ramrod(
sys/dev/qlnx/qlnxe/ecore_rdma.c
530
static OSAL_INLINE void ecore_rdma_free_reserved_lkey(struct ecore_hwfn *p_hwfn)
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.h
225
static OSAL_INLINE bool ecore_rdma_is_xrc_qp(struct ecore_rdma_qp *qp)
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
1147
static OSAL_INLINE enum _ecore_status_t ecore_roce_sp_query_requester(
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
320
static OSAL_INLINE void *ecore_add_tlv(u8 OSAL_UNUSED **offset, OSAL_UNUSED u16 type, OSAL_UNUSED u16 length) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
321
static OSAL_INLINE void ecore_dp_tlv_list(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *tlvs_list) {}
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_sriov.h
323
static OSAL_INLINE void ecore_iov_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_sriov.h
324
static OSAL_INLINE void ecore_iov_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_sriov.h
325
static OSAL_INLINE void ecore_iov_free_hw_info(struct ecore_dev OSAL_UNUSED *p_dev) {}
sys/dev/qlnx/qlnxe/ecore_sriov.h
326
static OSAL_INLINE u32 ecore_crc32(u32 OSAL_UNUSED crc, u8 OSAL_UNUSED *ptr, u32 OSAL_UNUSED length) {return 0;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
327
static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u32 OSAL_UNUSED *disabled_vfs) {return false;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
328
static OSAL_INLINE void *ecore_iov_search_list_tlvs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *p_tlvs_list, u16 OSAL_UNUSED req_type) {return OSAL_NULL;}
sys/dev/qlnx/qlnxe/ecore_sriov.h
329
static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;}
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
353
static OSAL_INLINE u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id) {return 0;}
sys/dev/qlnx/qlnxe/ecore_vf.h
354
static OSAL_INLINE void ecore_vf_set_sb_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id, struct ecore_sb_info OSAL_UNUSED *p_sb) {}
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
358
static OSAL_INLINE void ecore_vf_pf_filter_mcast(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_filter_mcast OSAL_UNUSED *p_filter_cmd) {}
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
360
static OSAL_INLINE void __ecore_vf_get_link_params(struct ecore_mcp_link_params OSAL_UNUSED *p_params, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {}
sys/dev/qlnx/qlnxe/ecore_vf.h
361
static OSAL_INLINE void __ecore_vf_get_link_state(struct ecore_mcp_link_state OSAL_UNUSED *p_link, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {}
sys/dev/qlnx/qlnxe/ecore_vf.h
362
static OSAL_INLINE void __ecore_vf_get_link_caps(struct ecore_mcp_link_capabilities OSAL_UNUSED *p_link_caps, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {}
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
364
static OSAL_INLINE void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info OSAL_UNUSED *p_tun) { return; }
sys/dev/qlnx/qlnxe/ecore_vf.h
366
static OSAL_INLINE u32
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
205
static OSAL_INLINE void ecore_vf_get_link_params(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_mcp_link_params OSAL_UNUSED *params) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
206
static OSAL_INLINE void ecore_vf_get_link_state(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_mcp_link_state OSAL_UNUSED *link) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
207
static OSAL_INLINE void ecore_vf_get_link_caps(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_mcp_link_capabilities OSAL_UNUSED *p_link_caps) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
208
static OSAL_INLINE void ecore_vf_get_num_rxqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_rxqs) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
209
static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_txqs) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
211
static OSAL_INLINE void
sys/dev/qlnx/qlnxe/ecore_vf_api.h
216
static OSAL_INLINE void ecore_vf_get_port_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *port_mac) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
217
static OSAL_INLINE void ecore_vf_get_num_vlan_filters(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_vlan_filters) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
218
static OSAL_INLINE void ecore_vf_get_num_mac_filters(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_mac_filters) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
219
static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac) {return false;}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
221
static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *hwfn, u8 OSAL_UNUSED *dst_mac, u8 OSAL_UNUSED *p_is_forced) {return false;}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
222
static OSAL_INLINE bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return false; }
sys/dev/qlnx/qlnxe/ecore_vf_api.h
224
static OSAL_INLINE void ecore_vf_get_fw_version(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED *fw_major, u16 OSAL_UNUSED *fw_minor, u16 OSAL_UNUSED *fw_rev, u16 OSAL_UNUSED *fw_eng) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
225
static OSAL_INLINE void ecore_vf_bulletin_get_udp_ports(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED *p_vxlan_port, u16 OSAL_UNUSED *p_geneve_port) { return; }
sys/dev/qlnx/qlnxe/ecore_vf_api.h
228
static OSAL_INLINE void