Searched defs:ecore_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore.h | 788 struct ecore_dev { struct 795 enum ecore_dev_type type; argument 812 u16 vendor_id; 813 u16 device_id; 819 u16 chip_num; 823 u8 chip_rev; 852 u8 chip_metal; 856 u8 chip_bond_id; 860 u8 num_engines; 861 u8 num_ports; [all …]
|
H A D | qlnx_os.c | 5001 qlnx_dma_alloc_coherent(void *ecore_dev, bus_addr_t *phys, uint32_t size) in qlnx_dma_alloc_coherent() 5034 qlnx_dma_free_coherent(void *ecore_dev, void *v_addr, bus_addr_t phys, in qlnx_dma_free_coherent() 5172 qlnx_pci_bus_get_bar_size(void *ecore_dev, uint8_t bar_id) in qlnx_pci_bus_get_bar_size() 5186 qlnx_pci_read_config_byte(void *ecore_dev, uint32_t pci_reg, uint8_t *reg_value) in qlnx_pci_read_config_byte() 5194 qlnx_pci_read_config_word(void *ecore_dev, uint32_t pci_reg, in qlnx_pci_read_config_word() 5203 qlnx_pci_read_config_dword(void *ecore_dev, uint32_t pci_reg, in qlnx_pci_read_config_dword() 5212 qlnx_pci_write_config_byte(void *ecore_dev, uint32_t pci_reg, uint8_t reg_value) in qlnx_pci_write_config_byte() 5220 qlnx_pci_write_config_word(void *ecore_dev, uint32_t pci_reg, in qlnx_pci_write_config_word() 5229 qlnx_pci_write_config_dword(void *ecore_dev, uint32_t pci_reg, in qlnx_pci_write_config_dword() 5238 qlnx_pci_find_capability(void *ecore_dev, int cap) in qlnx_pci_find_capability() [all …]
|