Searched refs:afu_idx (Results 1 – 3 of 3) sorted by relevance
/drivers/misc/ocxl/ |
D | config.c | 50 static int find_dvsec_afu_ctrl(struct pci_dev *dev, u8 afu_idx) in find_dvsec_afu_ctrl() argument 67 if (idx == afu_idx) in find_dvsec_afu_ctrl() 392 struct ocxl_fn_config *fn, int afu_idx) in ocxl_config_check_afu_index() argument 400 afu_idx); in ocxl_config_check_afu_index() 664 struct ocxl_afu_config *afu, u8 afu_idx) in ocxl_config_read_afu() argument 673 WARN_ON((afu_idx & OCXL_DVSEC_AFU_IDX_MASK) != afu_idx); in ocxl_config_read_afu() 674 afu->idx = afu_idx; in ocxl_config_read_afu()
|
D | core.c | 213 static int configure_afu(struct ocxl_afu *afu, u8 afu_idx, struct pci_dev *dev) in configure_afu() argument 217 rc = ocxl_config_read_afu(dev, &afu->fn->config, &afu->config, afu_idx); in configure_afu() 263 static int init_afu(struct pci_dev *dev, struct ocxl_fn *fn, u8 afu_idx) in init_afu() argument 272 rc = configure_afu(afu, afu_idx, dev); in init_afu() 516 struct ocxl_afu *ocxl_function_fetch_afu(struct ocxl_fn *fn, u8 afu_idx) in ocxl_function_fetch_afu() argument 521 if (afu->config.idx == afu_idx) in ocxl_function_fetch_afu()
|
D | ocxl_internal.h | 128 struct ocxl_fn_config *fn, int afu_idx);
|