Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfm_eth.h73 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
87 .rx_port_id = RX_PORT_10G_BASE2 + n - 1, \
101 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
114 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
130 .rx_port_id = RX_PORT_10G_BASE2 + n - 3, \
145 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
158 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
170 u16 rx_port_id; member
/external/bcc/tests/python/
Dtest_brb.c10 u32 rx_port_id; member
70 meta.prog_id = meta.rx_port_id = 0; in pem()
74 meta.rx_port_id = skb->cb[1]; in pem()
91 rx_port = meta.rx_port_id; in pem()
/external/u-boot/drivers/net/fm/
Deth.c753 fm_eth->rx_port = (void *)&reg->port[info->rx_port_id - 1].fm_bmi; in fm_eth_initialize()