Searched refs:bar_id (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-mgmt.h | 118 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset, 122 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset,
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mgmt.c | 135 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset, in xge_hal_mgmt_reg_read() argument 144 if (bar_id == 0) { in xge_hal_mgmt_reg_read() 150 } else if (bar_id == 1 && in xge_hal_mgmt_reg_read() 164 } else if (bar_id == 1) { in xge_hal_mgmt_reg_read() 192 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset, in xge_hal_mgmt_reg_write() argument 201 if (bar_id == 0) { in xge_hal_mgmt_reg_write() 207 } else if (bar_id == 1 && in xge_hal_mgmt_reg_write() 221 } else if (bar_id == 1) { in xge_hal_mgmt_reg_write()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | bcm_osal.h | 461 (((bar_id) == 0)? 0x2000000: \ 462 ((bar_id) == 1)? 0x800000: 0)
|
H A D | ecore_dev.c | 92 static u32 ecore_hw_bar_size(struct ecore_hwfn *p_hwfn, enum BAR_ID bar_id) in ecore_hw_bar_size() argument 94 u32 bar_reg = (bar_id == BAR_ID_0 ? in ecore_hw_bar_size()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 294 - u32 OSAL_BAR_SIZE(struct *ecore_dev, u8 bar_id) 295 Returns the PCI bar size of the bar specified by `bar_id' - id 0 refers
|