Home
last modified time | relevance | path

Searched refs:OSAL_INLINE (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h762 static OSAL_INLINE void ecore_iov_set_vfs_to_disable(struct ecore_dev OSAL_UNUSED *p_dev, u8 OSAL_U… in ecore_iov_set_vfs_to_disable()
774 static OSAL_INLINE bool
783 static OSAL_INLINE void ecore_iov_pf_add_pending_events(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 O… in ecore_iov_pf_add_pending_events()
793 static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNU… in ecore_iov_is_vf_stopped()
795 static OSAL_INLINE bool ecore_iov_spoofchk_get(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUS… in ecore_iov_spoofchk_get()
797 static OSAL_INLINE u8 ecore_iov_vf_chains_per_pf(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return 0;} in ecore_iov_vf_chains_per_pf()
800 static OSAL_INLINE bool ecore_iov_is_valid_vfpf_msg_length(u32 OSAL_UNUSED length) {return false;} in ecore_iov_is_valid_vfpf_msg_length()
801 static OSAL_INLINE u32 ecore_iov_pfvf_msg_length(void) {return 0;} in ecore_iov_pfvf_msg_length()
809 static OSAL_INLINE u8 ecore_iov_get_vf_num_sbs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUS… in ecore_iov_get_vf_num_sbs()
813 static OSAL_INLINE int ecore_iov_get_vf_min_rate(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UN… in ecore_iov_get_vf_min_rate()
[all …]
H A Decore_vf_api.h205 static OSAL_INLINE void ecore_vf_get_link_params(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecor… in ecore_vf_get_link_params()
206 static OSAL_INLINE void ecore_vf_get_link_state(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore… in ecore_vf_get_link_state()
208 static OSAL_INLINE void ecore_vf_get_num_rxqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED… in ecore_vf_get_num_rxqs()
209 static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED… in ecore_vf_get_num_txqs()
211 static OSAL_INLINE void
216 static OSAL_INLINE void ecore_vf_get_port_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED… in ecore_vf_get_port_mac()
217 static OSAL_INLINE void ecore_vf_get_num_vlan_filters(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSA… in ecore_vf_get_num_vlan_filters()
218 static OSAL_INLINE void ecore_vf_get_num_mac_filters(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL… in ecore_vf_get_num_mac_filters()
219 static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *m… in ecore_vf_check_mac()
222 static OSAL_INLINE bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return fals… in ecore_vf_get_pre_fp_hsi()
[all …]
H A Decore_vf.h342 static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn OSAL_UNUSED *p_hwfn) … in ecore_vf_hw_prepare()
351 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {r… in ecore_vf_pf_reset()
352 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn OSAL_UNUSED *p_hwfn) … in ecore_vf_pf_release()
353 static OSAL_INLINE u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSE… in ecore_vf_get_igu_sb_id()
354 static OSAL_INLINE void ecore_vf_set_sb_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED… in ecore_vf_set_sb_info()
356 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn OSAL_UNUSED *p_hwf… in ecore_vf_pf_vport_stop()
358 static OSAL_INLINE void ecore_vf_pf_filter_mcast(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecor… in ecore_vf_pf_filter_mcast()
359 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_int_cleanup(struct ecore_hwfn OSAL_UNUSED *p_hw… in ecore_vf_pf_int_cleanup()
361 static OSAL_INLINE void __ecore_vf_get_link_state(struct ecore_mcp_link_state OSAL_UNUSED *p_link, … in __ecore_vf_get_link_state()
364 static OSAL_INLINE void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info OSAL_UNUSE… in ecore_vf_set_vf_start_tunn_update_param()
[all …]
H A Decore_chain.h243 static OSAL_INLINE u32
263 static OSAL_INLINE u8 ecore_chain_is_full(struct ecore_chain *p_chain) in ecore_chain_is_full()
281 static OSAL_INLINE
288 static OSAL_INLINE
294 static OSAL_INLINE
312 static OSAL_INLINE
328 static OSAL_INLINE void
394 static OSAL_INLINE
489 static OSAL_INLINE
608 static OSAL_INLINE void
[all …]
H A Decore_sriov.h319 static OSAL_INLINE enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {r… in ecore_iov_hw_info()
320 static OSAL_INLINE void *ecore_add_tlv(u8 OSAL_UNUSED **offset, OSAL_UNUSED u16 type, OSAL_UNUSED u… in ecore_add_tlv()
321 static OSAL_INLINE void ecore_dp_tlv_list(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *… in ecore_dp_tlv_list()
322 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {ret… in ecore_iov_alloc()
323 static OSAL_INLINE void ecore_iov_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {} in ecore_iov_setup()
324 static OSAL_INLINE void ecore_iov_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {} in ecore_iov_free()
325 static OSAL_INLINE void ecore_iov_free_hw_info(struct ecore_dev OSAL_UNUSED *p_dev) {} in ecore_iov_free_hw_info()
326 static OSAL_INLINE u32 ecore_crc32(u32 OSAL_UNUSED crc, u8 OSAL_UNUSED *ptr, u32 OSAL_UNUSED length… in ecore_crc32()
327 static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u32 OSAL_UNUSE… in ecore_iov_mark_vf_flr()
328 static OSAL_INLINE void *ecore_iov_search_list_tlvs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSA… in ecore_iov_search_list_tlvs()
[all …]
H A Decore_iwarp.h258 static OSAL_INLINE enum _ecore_status_t
264 static OSAL_INLINE enum _ecore_status_t
271 static OSAL_INLINE void
277 static OSAL_INLINE enum _ecore_status_t
283 static OSAL_INLINE void
288 static OSAL_INLINE void
293 static OSAL_INLINE enum _ecore_status_t
300 static OSAL_INLINE enum _ecore_status_t
308 static OSAL_INLINE enum _ecore_status_t
317 static OSAL_INLINE enum _ecore_status_t
[all …]
H A Decore_int_api.h84 static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info) in ecore_sb_update_sb_idx()
115 static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info, in ecore_sb_ack()
151 static OSAL_INLINE void __internal_ram_wr(struct ecore_hwfn *p_hwfn, in __internal_ram_wr()
155 static OSAL_INLINE void __internal_ram_wr(void *p_hwfn, in __internal_ram_wr()
168 static OSAL_INLINE void internal_ram_wr(struct ecore_hwfn *p_hwfn, in internal_ram_wr()
175 static OSAL_INLINE void internal_ram_wr(void OSAL_IOMEM *addr, in internal_ram_wr()
H A Decore_ll2.h42 static OSAL_INLINE u8 ecore_ll2_handle_to_queue_id(struct ecore_hwfn *p_hwfn, in ecore_ll2_handle_to_queue_id()
H A Decore_init_ops.c370 static OSAL_INLINE bool comp_eq(u32 val, u32 expected_val)
375 static OSAL_INLINE bool comp_and(u32 val, u32 expected_val)
380 static OSAL_INLINE bool comp_or(u32 val, u32 expected_val)
H A Decore.h129 static OSAL_INLINE u32 DB_ADDR(u32 cid, u32 DEMS) in DB_ADDR()
137 static OSAL_INLINE u32 DB_ADDR_VF(u32 cid, u32 DEMS) in DB_ADDR_VF()
989 static OSAL_INLINE u8 ecore_concrete_to_sw_fid(u32 concrete_fid) in ecore_concrete_to_sw_fid()
H A Decore_rdma.h225 static OSAL_INLINE bool ecore_rdma_is_xrc_qp(struct ecore_rdma_qp *qp) in ecore_rdma_is_xrc_qp()
H A Decore_dev_api.h872 static OSAL_INLINE bool ecore_is_mf_ufp(struct ecore_hwfn *p_hwfn) in ecore_is_mf_ufp()
H A Decore_roce.c1084 static OSAL_INLINE enum _ecore_status_t ecore_roce_sp_query_responder( in ecore_roce_sp_query_responder()
1147 static OSAL_INLINE enum _ecore_status_t ecore_roce_sp_query_requester( in ecore_roce_sp_query_requester()
H A Dbcm_osal.h424 #define OSAL_INLINE __inline macro
H A Decore_rdma.c530 static OSAL_INLINE void ecore_rdma_free_reserved_lkey(struct ecore_hwfn *p_hwfn) in ecore_rdma_free_reserved_lkey()
918 static OSAL_INLINE enum _ecore_status_t ecore_rdma_reserve_lkey( in ecore_rdma_reserve_lkey()
1927 static OSAL_INLINE int ecore_rdma_send_deregister_tid_ramrod( in ecore_rdma_send_deregister_tid_ramrod()
H A Decore_iwarp.c99 static OSAL_INLINE struct ecore_iwarp_fpdu *
3593 static OSAL_INLINE bool