Searched refs:OSAL_INLINE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_iov_api.h | 752 static OSAL_INLINE void ecore_iov_set_vfs_to_disable(struct ecore_dev *p_dev, u8 to_disable) {} in ecore_iov_set_vfs_to_disable() 753 static OSAL_INLINE void ecore_iov_set_vf_to_disable(struct ecore_dev *p_dev, u16 rel_vf_id, u8 to_d… in ecore_iov_set_vf_to_disable() 754 static OSAL_INLINE enum _ecore_status_t ecore_iov_init_hw_for_vf(struct ecore_hwfn *p_hwfn, struct … in ecore_iov_init_hw_for_vf() 755 static OSAL_INLINE void ecore_iov_process_mbx_req(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_pt… in ecore_iov_process_mbx_req() 756 static OSAL_INLINE enum _ecore_status_t ecore_iov_release_hw_for_vf(struct ecore_hwfn *p_hwfn, stru… in ecore_iov_release_hw_for_vf() 757 static OSAL_INLINE enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn, u16 vf_id, … in ecore_iov_set_vf_ctx() 758 static OSAL_INLINE enum _ecore_status_t ecore_iov_vf_flr_cleanup(struct ecore_hwfn *p_hwfn, struct … in ecore_iov_vf_flr_cleanup() 759 static OSAL_INLINE enum _ecore_status_t ecore_iov_single_vf_flr_cleanup(struct ecore_hwfn *p_hwfn, … in ecore_iov_single_vf_flr_cleanup() 760 static OSAL_INLINE void ecore_iov_set_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_li… in ecore_iov_set_link() 761 static OSAL_INLINE void ecore_iov_get_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_li… in ecore_iov_get_link() [all …]
|
H A D | ecore_vf.h | 337 static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn) {return ECOR… in ecore_vf_hw_prepare() 338 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn *p_hwfn, struct eco… in ecore_vf_pf_rxq_start() 339 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_start(struct ecore_hwfn *p_hwfn, struct eco… in ecore_vf_pf_txq_start() 341 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn *p_hwfn, struct ecor… in ecore_vf_pf_rxq_stop() 342 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn, struct ecor… in ecore_vf_pf_txq_stop() 344 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxqs_update(struct ecore_hwfn *p_hwfn, struct e… in ecore_vf_pf_rxqs_update() 346 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_update(struct ecore_hwfn *p_hwfn, struct … in ecore_vf_pf_vport_update() 347 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn *p_hwfn) {return ECORE_… in ecore_vf_pf_reset() 348 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn *p_hwfn) {return ECOR… in ecore_vf_pf_release() 349 static OSAL_INLINE u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id) {return 0;} in ecore_vf_get_igu_sb_id() [all …]
|
H A D | ecore_vf_api.h | 190 static OSAL_INLINE enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn, u8 *p_cha… in ecore_vf_read_bulletin() 191 static OSAL_INLINE void ecore_vf_get_link_params(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_p… in ecore_vf_get_link_params() 192 static OSAL_INLINE void ecore_vf_get_link_state(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_st… in ecore_vf_get_link_state() 193 static OSAL_INLINE void ecore_vf_get_link_caps(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_cap… in ecore_vf_get_link_caps() 194 static OSAL_INLINE void ecore_vf_get_num_rxqs(struct ecore_hwfn *p_hwfn, u8 *num_rxqs) {} in ecore_vf_get_num_rxqs() 195 static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn *p_hwfn, u8 *num_txqs) {} in ecore_vf_get_num_txqs() 196 static OSAL_INLINE void ecore_vf_get_port_mac(struct ecore_hwfn *p_hwfn, u8 *port_mac) {} in ecore_vf_get_port_mac() 197 static OSAL_INLINE void ecore_vf_get_num_vlan_filters(struct ecore_hwfn *p_hwfn, u8 *num_vlan_filte… in ecore_vf_get_num_vlan_filters() 198 static OSAL_INLINE void ecore_vf_get_num_mac_filters(struct ecore_hwfn *p_hwfn, u8 *num_mac_filters… in ecore_vf_get_num_mac_filters() 199 static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac) {return false;} in ecore_vf_check_mac() [all …]
|
H A D | ecore_chain.h | 198 static OSAL_INLINE u16 ecore_chain_get_prod_idx(struct ecore_chain *p_chain) in ecore_chain_get_prod_idx() 205 static OSAL_INLINE u32 ecore_chain_get_prod_idx_u32(struct ecore_chain *p_chain) in ecore_chain_get_prod_idx_u32() 212 static OSAL_INLINE u16 ecore_chain_get_cons_idx(struct ecore_chain *p_chain) in ecore_chain_get_cons_idx() 218 static OSAL_INLINE u32 ecore_chain_get_cons_idx_u32(struct ecore_chain *p_chain) in ecore_chain_get_cons_idx_u32() 232 static OSAL_INLINE u16 ecore_chain_get_elem_left(struct ecore_chain *p_chain) in ecore_chain_get_elem_left() 248 static OSAL_INLINE u32 266 static OSAL_INLINE u8 ecore_chain_is_full(struct ecore_chain *p_chain) in ecore_chain_is_full() 276 static OSAL_INLINE u8 ecore_chain_is_empty(struct ecore_chain *p_chain) in ecore_chain_is_empty() 284 static OSAL_INLINE 291 static OSAL_INLINE [all …]
|
H A D | ecore_sriov.h | 340 static OSAL_INLINE enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn) {return ECORE_… in ecore_iov_hw_info() 341 static OSAL_INLINE void *ecore_add_tlv(struct ecore_hwfn *p_hwfn, u8 **offset, u16 type, u16 length… in ecore_add_tlv() 342 static OSAL_INLINE void ecore_dp_tlv_list(struct ecore_hwfn *p_hwfn, void *tlvs_list) {} in ecore_dp_tlv_list() 343 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn) {return ECORE_SU… in ecore_iov_alloc() 344 static OSAL_INLINE void ecore_iov_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt) {} in ecore_iov_setup() 345 static OSAL_INLINE void ecore_iov_free(struct ecore_hwfn *p_hwfn) {} in ecore_iov_free() 346 static OSAL_INLINE void ecore_iov_free_hw_info(struct ecore_dev *p_dev) {} in ecore_iov_free_hw_info() 347 static OSAL_INLINE enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn, u8 opcode,… in ecore_sriov_eqe_event() 348 static OSAL_INLINE u32 ecore_crc32(u32 crc, u8 *ptr, u32 length) {return 0;} in ecore_crc32() 349 static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn, u32 *disabled_vfs) {return… in ecore_iov_mark_vf_flr() [all …]
|
H A D | ecore_int_api.h | 89 static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info) in ecore_sb_update_sb_idx() 120 static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info, in ecore_sb_ack() 146 static OSAL_INLINE void __internal_ram_wr(struct ecore_hwfn *p_hwfn, in __internal_ram_wr() 150 static OSAL_INLINE void __internal_ram_wr(void *p_hwfn, in __internal_ram_wr() 163 static OSAL_INLINE void internal_ram_wr(struct ecore_hwfn *p_hwfn, in internal_ram_wr() 170 static OSAL_INLINE void internal_ram_wr(void OSAL_IOMEM *addr, in internal_ram_wr()
|
H A D | ecore_ll2.h | 49 static OSAL_INLINE u8 ecore_ll2_handle_to_queue_id(struct ecore_hwfn *p_hwfn, in ecore_ll2_handle_to_queue_id()
|
H A D | ecore_init_ops.c | 359 static OSAL_INLINE bool comp_eq(u32 val, u32 expected_val) 364 static OSAL_INLINE bool comp_and(u32 val, u32 expected_val) 369 static OSAL_INLINE bool comp_or(u32 val, u32 expected_val)
|
H A D | ecore.h | 132 static OSAL_INLINE u32 DB_ADDR(u32 cid, u32 DEMS) in DB_ADDR() 140 static OSAL_INLINE u32 DB_ADDR_VF(u32 cid, u32 DEMS) in DB_ADDR_VF() 864 static OSAL_INLINE u8 ecore_concrete_to_sw_fid(struct ecore_dev *p_dev, in ecore_concrete_to_sw_fid()
|
H A D | bcm_osal.h | 567 #define OSAL_INLINE inline macro
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 594 OSAL_INLINE - The specifier instructs the compiler to insert a copy of the
|