Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfm_eth.h75 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
89 .tx_port_id = TX_PORT_10G_BASE2 + n - 1, \
103 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
116 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
132 .tx_port_id = TX_PORT_10G_BASE2 + n - 3, \
147 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
160 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
172 u16 tx_port_id; member
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Deth.c755 fm_eth->tx_port = (void *)&reg->port[info->tx_port_id - 1].fm_bmi; in fm_eth_initialize()