Searched defs:hwfn (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 | 202 #define REG_WR(hwfn, addr, val) qlnx_reg_wr32(hwfn, addr, val) argument 203 #define REG_WR16(hwfn, addr, val) qlnx_reg_wr16(hwfn, addr, val) argument 209 #define REG_RD(hwfn, addr) qlnx_reg_rd32(hwfn, addr) argument 210 #define DOORBELL(hwfn, addr, value) \ argument 235 #define OSAL_DPC_ALLOC(hwfn) malloc(PAGE_SIZE, M_QLNXBUF, M_NOWAIT) argument 236 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument 239 #define OSAL_HW_ERROR_OCCURRED(hwfn, err_type) nothing argument 240 #define OSAL_DPC_SYNC(hwfn) nothing argument 390 #define OSAL_LINK_UPDATE(hwfn, ptt) qlnx_link_update(hwfn) argument 437 #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) in qlnx_reg_rd32() 5282 qlnx_reg_wr32(void *hwfn, uint32_t reg_addr, uint32_t value) in qlnx_reg_wr32() 5293 qlnx_reg_wr16(void *hwfn, uint32_t reg_addr, uint16_t value) in qlnx_reg_wr16() 5303 qlnx_dbell_wr32_db(void *hwfn, void *reg_addr, uint32_t value) in qlnx_dbell_wr32_db() 5320 qlnx_dbell_wr32(void *hwfn, uint32_t reg_addr, uint32_t value) in qlnx_dbell_wr32() 5447 qlnx_fill_link(qlnx_host_t *ha, struct ecore_hwfn *hwfn, in qlnx_fill_link() 7098 struct ecore_hwfn *hwfn; in qlnx_set_link() local 7429 struct ecore_hwfn *hwfn; in qlnx_sample_storm_stats() local 7742 __qlnx_iov_update_vport(struct ecore_hwfn *hwfn, uint8_t vfid, in __qlnx_iov_update_vport() 7918 struct ecore_hwfn *hwfn = &cdev->hwfns[i]; in qlnx_sriov_disable() 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
|