Home
last modified time | relevance | path

Searched refs:cache_len (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Daccess.c99 if (pos + len <= d->cache_len) in pci_read_data()
146 if (pos + len <= d->cache_len) in pci_write_data()
174 if (pos < d->cache_len) in pci_write_block()
176 int l = (pos + len >= d->cache_len) ? (d->cache_len - pos) : len; in pci_write_block()
230 d->cache_len = len; in pci_setup_cache()
H A Dpci.h175 int cache_len; member
/pciutils/
H A Dlspci.c110 pci_setup_cache(d->dev, d->config, d->dev->cache_len); in config_fetch()