Home
last modified time | relevance | path

Searched refs:max_num_of_pfs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h288 uint8_t max_num_of_pfs; member
684 uint8_t max_num_of_pfs);
H A Dal_hal_pcie.c921 uint32_t max_num_of_pfs; in al_pcie_port_max_num_of_pfs_get() local
930 max_num_of_pfs = AL_REG_FIELD_GET(max_func_num, PCIE_PORT_GEN3_MAX_FUNC_NUM, 0) + 1; in al_pcie_port_max_num_of_pfs_get()
931 return max_num_of_pfs; in al_pcie_port_max_num_of_pfs_get()
1268 pcie_port->max_num_of_pfs = al_pcie_port_max_num_of_pfs_get(pcie_port); in al_pcie_port_handle_init()
1291 al_assert(pf_num < pcie_port->max_num_of_pfs); in al_pcie_pf_handle_init()
1406 uint8_t max_num_of_pfs) in al_pcie_port_max_num_of_pfs_set() argument
1411 al_assert(max_num_of_pfs <= REV3_MAX_NUM_OF_PFS); in al_pcie_port_max_num_of_pfs_set()
1413 al_assert(max_num_of_pfs == REV1_2_MAX_NUM_OF_PFS); in al_pcie_port_max_num_of_pfs_set()
1415 pcie_port->max_num_of_pfs = max_num_of_pfs; in al_pcie_port_max_num_of_pfs_set()
1421 ((op_mode == AL_PCIE_OPERATING_MODE_EP) && (pcie_port->max_num_of_pfs > 1)); in al_pcie_port_max_num_of_pfs_set()
[all …]