Searched defs:hwfn (Results 1 – 6 of 6) sorted by relevance
/freebsd/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 | 5270 qlnx_reg_rd32(void *hwfn, uint32_t reg_addr) in qlnx_reg_rd32() 5284 qlnx_reg_wr32(void *hwfn, uint32_t reg_addr, uint32_t value) in qlnx_reg_wr32() 5295 qlnx_reg_wr16(void *hwfn, uint32_t reg_addr, uint16_t value) in qlnx_reg_wr16() 5305 qlnx_dbell_wr32_db(void *hwfn, void *reg_addr, uint32_t value) in qlnx_dbell_wr32_db() 5322 qlnx_dbell_wr32(void *hwfn, uint32_t reg_addr, uint32_t value) in qlnx_dbell_wr32() 5449 qlnx_fill_link(qlnx_host_t *ha, struct ecore_hwfn *hwfn, in qlnx_fill_link() 7102 struct ecore_hwfn *hwfn; in qlnx_set_link() local 7433 struct ecore_hwfn *hwfn; in qlnx_sample_storm_stats() local 7746 __qlnx_iov_update_vport(struct ecore_hwfn *hwfn, uint8_t vfid, in __qlnx_iov_update_vport() 7766 qlnx_iov_update_vport(void *hwfn, uint8_t vfid, void *params, uint16_t *tlvs) in qlnx_iov_update_vport() [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
|