/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_init_ops.h | 97 #define STORE_RT_REG(hwfn, offset, val) \ argument 100 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument 118 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
|
H A D | bcm_osal.h | 184 #define REG_WR(hwfn, addr, val) qlnx_reg_wr32(hwfn, addr, val) argument 185 #define REG_WR16(hwfn, addr, val) qlnx_reg_wr16(hwfn, addr, val) argument 191 #define REG_RD(hwfn, addr) qlnx_reg_rd32(hwfn, addr) argument 192 #define DOORBELL(hwfn, addr, value) \ argument 217 #define OSAL_DPC_ALLOC(hwfn) malloc(PAGE_SIZE, M_QLNXBUF, M_NOWAIT) argument 218 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument 221 #define OSAL_HW_ERROR_OCCURRED(hwfn, err_type) nothing argument 222 #define OSAL_DPC_SYNC(hwfn) nothing argument 372 #define OSAL_LINK_UPDATE(hwfn, ptt) qlnx_link_update(hwfn) argument 419 #define REG_ADDR(hwfn, offset) (void *)((u8 *)(hwfn->regview) + (offset)) argument [all …]
|
H A D | ecore_vf_api.h | 221 static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *hwfn, u8 OS… in ecore_vf_bulletin_get_forced_mac()
|
H A D | qlnx_os.c | 5268 qlnx_reg_rd32(void * hwfn,uint32_t reg_addr) qlnx_reg_rd32() argument 5282 qlnx_reg_wr32(void * hwfn,uint32_t reg_addr,uint32_t value) qlnx_reg_wr32() argument 5293 qlnx_reg_wr16(void * hwfn,uint32_t reg_addr,uint16_t value) qlnx_reg_wr16() argument 5303 qlnx_dbell_wr32_db(void * hwfn,void * reg_addr,uint32_t value) qlnx_dbell_wr32_db() argument 5320 qlnx_dbell_wr32(void * hwfn,uint32_t reg_addr,uint32_t value) qlnx_dbell_wr32() argument 5447 qlnx_fill_link(qlnx_host_t * ha,struct ecore_hwfn * hwfn,struct qlnx_link_output * if_link) qlnx_fill_link() argument 7089 struct ecore_hwfn *hwfn; qlnx_set_link() local 7420 struct ecore_hwfn *hwfn; qlnx_sample_storm_stats() local 7733 __qlnx_iov_update_vport(struct ecore_hwfn * hwfn,uint8_t vfid,struct ecore_sp_vport_update_params * params,uint16_t * tlvs) __qlnx_iov_update_vport() argument 7753 qlnx_iov_update_vport(void * hwfn,uint8_t vfid,void * params,uint16_t * tlvs) qlnx_iov_update_vport() argument 7909 struct ecore_hwfn *hwfn = &cdev->hwfns[i]; qlnx_sriov_disable() local 7953 qlnx_sriov_enable_qid_config(struct ecore_hwfn * hwfn,u16 vfid,struct ecore_iov_vf_init_params * params) qlnx_sriov_enable_qid_config() argument 8018 struct ecore_hwfn *hwfn = &cdev->hwfns[j]; qlnx_iov_init() local [all...] |
H A D | ecore_vf.c | 1868 bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, in ecore_vf_bulletin_get_forced_mac() 1903 bool ecore_vf_bulletin_get_forced_vlan(struct ecore_hwfn *hwfn, u16 *dst_pvid) in ecore_vf_bulletin_get_forced_vlan()
|
H A D | ecore_int.c | 66 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument 68 #define ecore_dbg_parse_attn(hwfn, results) \ argument
|