Searched defs:hwfn (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_init_ops.h | 105 #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 D | bcm_osal.h | 295 #define OSAL_MUTEX_ALLOC(hwfn, lock) nothing argument 296 #define OSAL_SPIN_LOCK_ALLOC(hwfn, lock) nothing argument 323 #define OSAL_DPC_ALLOC(hwfn) OSAL_ALLOC(hwfn->p_dev, GFP_KERNEL, sizeof (u64)) argument 324 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument 499 #define OSAL_IOV_CHK_UCAST(hwfn, vfid, params) (0) argument 500 #define OSAL_PF_VF_MSG(hwfn, vfid) (0) argument
|
H A D | ecore_vf_api.h | 201 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 D | ecore_int.c | 71 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument 73 #define ecore_dbg_parse_attn(hwfn, results) \ argument
|
H A D | ecore_dev.c | 2577 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 D | qede_osal.c | 328 qede_get_link_info(struct ecore_hwfn *hwfn, struct qede_link_cfg *lnkCfg) in qede_get_link_info() 473 qede_osal_link_update(struct ecore_hwfn *hwfn) in qede_osal_link_update() 551 qede_osal_pci_write32(struct ecore_hwfn *hwfn, u32 offset, u32 val) in qede_osal_pci_write32() 563 qede_osal_pci_write16(struct ecore_hwfn *hwfn, u32 offset, u16 val) in qede_osal_pci_write16() 575 qede_osal_pci_read32(struct ecore_hwfn *hwfn, u32 offset) in qede_osal_pci_read32() 590 qede_osal_pci_bar2_write32(struct ecore_hwfn *hwfn, u32 offset, u32 val) in qede_osal_pci_bar2_write32() 601 qede_osal_direct_reg_read32(struct ecore_hwfn *hwfn, void *addr) in qede_osal_direct_reg_read32() 610 qede_osal_direct_reg_write32(struct ecore_hwfn *hwfn, void *addr, u32 value) in qede_osal_direct_reg_write32() 619 qede_osal_reg_addr(struct ecore_hwfn *hwfn, u32 addr) in qede_osal_reg_addr() 757 qede_osal_recovery_handler(struct ecore_hwfn *hwfn) in qede_osal_recovery_handler()
|
H A D | qede_gld.c | 606 struct ecore_hwfn *hwfn; local 656 struct ecore_hwfn *hwfn; local 1271 struct ecore_hwfn *hwfn; local 1665 struct ecore_hwfn *hwfn; local 1784 struct ecore_hwfn *hwfn; local 2178 struct ecore_hwfn *hwfn; local
|
H A D | qede_main.c | 3047 struct ecore_hwfn *hwfn; in qede_configure_link() local
|