Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c1425 get_szedata2_index(const struct rte_pci_addr *pcislot_addr, uint32_t *index) in get_szedata2_index() argument
1467 if (pcislot_addr->domain == domain && in get_szedata2_index()
1468 pcislot_addr->bus == bus && in get_szedata2_index()
1469 pcislot_addr->devid == devid && in get_szedata2_index()
1470 pcislot_addr->function == function) { in get_szedata2_index()