Home
last modified time | relevance | path

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

/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c212 const phandle *tx_channel_id = NULL, *mac_addr, *cell_idx; in fman_if_init() local
473 tx_channel_id = of_get_property(tx_node, "fsl,qman-channel-id", in fman_if_init()
475 if (!tx_channel_id) { in fman_if_init()
501 assert(lenp == sizeof(*tx_channel_id)); in fman_if_init()
503 __if->__if.tx_channel_id = of_read_number(tx_channel_id, na); in fman_if_init()
657 dname, __if->__if.tx_channel_id, __if->__if.fman_idx, in fman_if_init()
H A Dnetcfg_layer.c54 __if->tx_channel_id); in dump_netcfg()
/dpdk/drivers/bus/dpaa/include/
H A Dfman.h324 u16 tx_channel_id; member
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c1744 opts.fqd.dest.channel = fman_intf->tx_channel_id; in dpaa_tx_queue_init()