Symbol: OSAL_UNUSED
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
159
static u32 cond3(const u32 *r, const u32 OSAL_UNUSED *imm) {
sys/dev/qlnx/qlnxe/ecore_dev.c
1113
ecore_llh_add_filter_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
1114
struct ecore_ptt OSAL_UNUSED *p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
1115
u8 OSAL_UNUSED abs_ppfid, u8 OSAL_UNUSED filter_idx,
sys/dev/qlnx/qlnxe/ecore_dev.c
1116
u8 OSAL_UNUSED filter_prot_type, u32 OSAL_UNUSED high,
sys/dev/qlnx/qlnxe/ecore_dev.c
1117
u32 OSAL_UNUSED low)
sys/dev/qlnx/qlnxe/ecore_dev.c
1128
ecore_llh_remove_filter_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
1129
struct ecore_ptt OSAL_UNUSED *p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
1130
u8 OSAL_UNUSED abs_ppfid,
sys/dev/qlnx/qlnxe/ecore_dev.c
1131
u8 OSAL_UNUSED filter_idx)
sys/dev/qlnx/qlnxe/ecore_dev.c
1586
ecore_llh_dump_ppfid_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_dev.c
1587
struct ecore_ptt OSAL_UNUSED *p_ptt,
sys/dev/qlnx/qlnxe/ecore_dev.c
1588
u8 OSAL_UNUSED ppfid)
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
54
static inline void ecore_fcoe_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_fcoe.h
55
static inline void ecore_fcoe_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_init_ops.c
632
const u8 OSAL_UNUSED *fw_data)
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
775
ecore_iov_is_valid_vfid(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED rel_vf_id,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
776
bool OSAL_UNUSED b_enabled_only,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
777
bool OSAL_UNUSED b_non_malicious)
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
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
821
ecore_iov_set_vf_hw_channel(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
822
int OSAL_UNUSED vfid, bool OSAL_UNUSED b_is_hw) {}
sys/dev/qlnx/qlnxe/ecore_iscsi.h
57
ecore_iscsi_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_iscsi.h
63
ecore_iscsi_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_iscsi.h
66
ecore_iscsi_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2903
u8 OSAL_UNUSED connection_handle,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2905
dma_addr_t OSAL_UNUSED rx_buf_addr,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2906
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2924
dma_addr_t OSAL_UNUSED first_frag_addr,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2925
bool OSAL_UNUSED b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2926
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2961
u8 OSAL_UNUSED connection_handle,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2963
dma_addr_t OSAL_UNUSED first_frag_addr,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2964
bool OSAL_UNUSED b_last_fragment,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2965
bool OSAL_UNUSED b_last_packet)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2998
u8 OSAL_UNUSED connection_handle,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3613
u16 OSAL_UNUSED echo,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3758
union event_ring_data OSAL_UNUSED *data,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3759
u8 OSAL_UNUSED fw_return_code)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3809
union event_ring_data OSAL_UNUSED *data,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3810
u8 OSAL_UNUSED fw_return_code)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
91
u16 OSAL_UNUSED echo,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
259
ecore_iwarp_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
265
ecore_iwarp_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
266
struct ecore_rdma_start_in_params OSAL_UNUSED *params)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
272
ecore_iwarp_init_fw_ramrod(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
273
struct iwarp_init_func_ramrod_data OSAL_UNUSED *p_ramrod)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
278
ecore_iwarp_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
284
ecore_iwarp_resc_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
289
ecore_iwarp_init_devinfo(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
294
ecore_iwarp_init_hw(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
295
struct ecore_ptt OSAL_UNUSED *p_ptt)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
301
ecore_iwarp_create_qp(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
302
struct ecore_rdma_qp OSAL_UNUSED *qp,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
303
struct ecore_rdma_create_qp_out_params OSAL_UNUSED *out_params)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
309
ecore_iwarp_modify_qp(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
310
struct ecore_rdma_qp OSAL_UNUSED *qp,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
311
enum ecore_iwarp_qp_state OSAL_UNUSED new_state,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
312
bool OSAL_UNUSED internal)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
318
ecore_iwarp_destroy_qp(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
319
struct ecore_rdma_qp OSAL_UNUSED *qp)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
325
ecore_iwarp_fw_destroy(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
326
struct ecore_rdma_qp OSAL_UNUSED *qp)
sys/dev/qlnx/qlnxe/ecore_iwarp.h
332
ecore_iwarp_query_qp(struct ecore_rdma_qp OSAL_UNUSED *qp,
sys/dev/qlnx/qlnxe/ecore_iwarp.h
333
struct ecore_rdma_query_qp_out_params OSAL_UNUSED *out_params)
sys/dev/qlnx/qlnxe/ecore_ooo.h
88
ecore_ooo_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn)
sys/dev/qlnx/qlnxe/ecore_ooo.h
94
ecore_ooo_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_ooo.h
97
ecore_ooo_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
sys/dev/qlnx/qlnxe/ecore_rdma.c
796
struct ecore_ptt OSAL_UNUSED *p_ptt,
sys/dev/qlnx/qlnxe/ecore_roce.c
65
u16 OSAL_UNUSED echo,
sys/dev/qlnx/qlnxe/ecore_roce.c
67
u8 OSAL_UNUSED fw_return_code)
sys/dev/qlnx/qlnxe/ecore_spq.c
123
union event_ring_data OSAL_UNUSED *data,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1419
u16 OSAL_UNUSED length,
sys/dev/qlnx/qlnxe/ecore_sriov.c
4348
u8 OSAL_UNUSED fw_return_code)
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
367
ecore_vf_hw_bar_size(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf.h
368
enum BAR_ID OSAL_UNUSED bar_id)
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
212
ecore_vf_get_num_cids(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf_api.h
213
u8 OSAL_UNUSED *num_cids)
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
229
ecore_vf_set_hw_channel(struct ecore_hwfn OSAL_UNUSED *p_hwfn,
sys/dev/qlnx/qlnxe/ecore_vf_api.h
230
bool OSAL_UNUSED b_is_hw) {}