Searched refs:bar_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-mgmt.h123 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset,
127 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.h342 u32 ecore_vf_hw_bar_size(struct ecore_hwfn *p_hwfn, enum BAR_ID bar_id);
372 enum BAR_ID OSAL_UNUSED bar_id)
371 ecore_vf_hw_bar_size(struct ecore_hwfn OSAL_UNUSED *p_hwfn, enum BAR_ID OSAL_UNUSED bar_id) argument
H A Dbcm_osal.h51 extern uint32_t qlnx_pci_bus_get_bar_size(void *ecore_dev, uint8_t bar_id);
371 #define OSAL_BAR_SIZE(dev, bar_id) qlnx_pci_bus_get_bar_size(dev, bar_id)
H A Decore_vf.c506 enum BAR_ID bar_id)
511 if (bar_id == BAR_ID_0)
505 ecore_vf_hw_bar_size(struct ecore_hwfn *p_hwfn, enum BAR_ID bar_id) argument
H A Dqlnx_os.c5399 qlnx_pci_bus_get_bar_size(void *ecore_dev, uint8_t bar_id) argument
5403 bar_id = bar_id * 2;
5407 PCIR_BAR(bar_id));
H A Decore_dev.c1644 enum BAR_ID bar_id)
1646 u32 bar_reg = (bar_id == BAR_ID_0 ?
1651 return ecore_vf_hw_bar_size(p_hwfn, bar_id);
1642 ecore_hw_bar_size(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum BAR_ID bar_id) argument
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c107 * @bar_id: 0 - for BAR0, 1- for BAR1.
121 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset, argument
130 if (bar_id == 0) {
136 } else if (bar_id == 1 &&
150 } else if (bar_id == 1) {
162 * @bar_id: 0 - for BAR0, 1- for BAR1.
177 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset, argument
186 if (bar_id == 0) {
192 } else if (bar_id == 1 &&
206 } else if (bar_id
[all...]

Completed in 136 milliseconds