Lines Matching refs:vsec
76 int vsec = pos;
79 while ((vsec = pci_find_next_ext_capability(dev, vsec,
81 pci_read_config_word(dev, vsec + OCXL_DVSEC_VENDOR_OFFSET,
83 pci_read_config_word(dev, vsec + OCXL_DVSEC_ID_OFFSET, &id);
85 return vsec;
92 int vsec = 0;
95 while ((vsec = find_dvsec_from_pos(dev, OCXL_DVSEC_AFU_CTRL_ID,
96 vsec))) {
97 pci_read_config_byte(dev, vsec + OCXL_DVSEC_AFU_CTRL_AFU_IDX,
100 return vsec;