Searched refs:port_tx (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | sata.c | 41 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local 156 port_tx = fdtdec_get_int(blob, node, "intel,sata-port0-gen3-tx", 0); in bd82x6x_sata_init() 157 if (port_tx) in bd82x6x_sata_init() 158 pch_iobp_update(pch, SATA_IOBP_SP0G3IR, 0, port_tx); in bd82x6x_sata_init() 160 port_tx = fdtdec_get_int(blob, node, "intel,sata-port1-gen3-tx", 0); in bd82x6x_sata_init() 161 if (port_tx) in bd82x6x_sata_init() 162 pch_iobp_update(pch, SATA_IOBP_SP1G3IR, 0, port_tx); in bd82x6x_sata_init()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xsk_fwd.c | 674 struct port *port_tx = t->ports_tx[i]; in thread_func() local 697 port_tx_burst(port_tx, btx); in thread_func() 887 struct port *port_tx = t->ports_tx[i]; in print_thread() local 892 port_tx->params.iface, in print_thread() 893 port_tx->params.iface_queue); in print_thread()
|