Home
last modified time | relevance | path

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

/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c216 uint64_t tx_phandle_host[4] = {0}; in fman_if_init() local
553 tx_phandle_host[0] = of_read_number(&tx_phandle[0], na); in fman_if_init()
554 tx_phandle_host[1] = of_read_number(&tx_phandle[1], na); in fman_if_init()
555 tx_phandle_host[2] = of_read_number(&tx_phandle[2], na); in fman_if_init()
556 tx_phandle_host[3] = of_read_number(&tx_phandle[3], na); in fman_if_init()
557 assert((tx_phandle_host[1] == 1) && (tx_phandle_host[3] == 1)); in fman_if_init()
558 __if->__if.fqid_tx_err = tx_phandle_host[0]; in fman_if_init()
559 __if->__if.fqid_tx_confirm = tx_phandle_host[2]; in fman_if_init()