Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c214 uint64_t tx_phandle_host[4] = {0}; in fman_if_init() local
478 tx_phandle_host[0] = of_read_number(&tx_phandle[0], na); in fman_if_init()
479 tx_phandle_host[1] = of_read_number(&tx_phandle[1], na); in fman_if_init()
480 tx_phandle_host[2] = of_read_number(&tx_phandle[2], na); in fman_if_init()
481 tx_phandle_host[3] = of_read_number(&tx_phandle[3], na); in fman_if_init()
482 assert((tx_phandle_host[1] == 1) && (tx_phandle_host[3] == 1)); in fman_if_init()
483 __if->__if.fqid_tx_err = tx_phandle_host[0]; in fman_if_init()
484 __if->__if.fqid_tx_confirm = tx_phandle_host[2]; in fman_if_init()