Home
last modified time | relevance | path

Searched defs:hwfn (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.h105 #define STORE_RT_REG(hwfn, offset, val) \ argument
108 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument
126 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
H A Dbcm_osal.h287 #define OSAL_MUTEX_ALLOC(hwfn, lock) nothing argument
288 #define OSAL_SPIN_LOCK_ALLOC(hwfn, lock) nothing argument
315 #define OSAL_DPC_ALLOC(hwfn) OSAL_ALLOC(hwfn->p_dev, GFP_KERNEL, sizeof (u64)) argument
316 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
491 #define OSAL_IOV_CHK_UCAST(hwfn, vfid, params) (0) argument
492 #define OSAL_PF_VF_MSG(hwfn, vfid) (0) argument
H A Decore_vf_api.h201 static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, u8 *… in ecore_vf_bulletin_get_forced_mac()
H A Decore_int.c71 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument
73 #define ecore_dbg_parse_attn(hwfn, results) \ argument
H A Decore_dev.c2577 struct ecore_hwfn *hwfn = &p_dev->hwfns[0]; in ecore_set_nwuf_reg() local
2657 struct ecore_hwfn *hwfn = &p_dev->hwfns[0]; in ecore_wol_buffer_clear() local
2674 struct ecore_hwfn *hwfn = &p_dev->hwfns[0]; in ecore_get_wake_info() local
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_osal.c305 qede_get_link_info(struct ecore_hwfn *hwfn, struct qede_link_cfg *lnkCfg) in qede_get_link_info()
448 qede_osal_link_update(struct ecore_hwfn *hwfn) in qede_osal_link_update()
526 qede_osal_pci_write32(struct ecore_hwfn *hwfn, u32 offset, u32 val) in qede_osal_pci_write32()
538 qede_osal_pci_write16(struct ecore_hwfn *hwfn, u32 offset, u16 val) in qede_osal_pci_write16()
550 qede_osal_pci_read32(struct ecore_hwfn *hwfn, u32 offset) in qede_osal_pci_read32()
565 qede_osal_pci_bar2_write32(struct ecore_hwfn *hwfn, u32 offset, u32 val) in qede_osal_pci_bar2_write32()
576 qede_osal_direct_reg_read32(struct ecore_hwfn *hwfn, void *addr) in qede_osal_direct_reg_read32()
585 qede_osal_direct_reg_write32(struct ecore_hwfn *hwfn, void *addr, u32 value) in qede_osal_direct_reg_write32()
594 qede_osal_reg_addr(struct ecore_hwfn *hwfn, u32 addr) in qede_osal_reg_addr()
732 qede_osal_recovery_handler(struct ecore_hwfn *hwfn) in qede_osal_recovery_handler()
H A Dqede_gld.c594 struct ecore_hwfn *hwfn; local
644 struct ecore_hwfn *hwfn; local
1258 struct ecore_hwfn *hwfn; local
1652 struct ecore_hwfn *hwfn; local
1771 struct ecore_hwfn *hwfn; local
2165 struct ecore_hwfn *hwfn; local
H A Dqede_misc.c177 struct ecore_hwfn *hwfn = &edev->hwfns[0]; in qede_update_media_info() local
H A Dqede_main.c3034 struct ecore_hwfn *hwfn; in qede_configure_link() local