Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c236 path->egress_fc_enable = TB_PATH_SOURCE | TB_PATH_INTERNAL; in tb_pci_init_path()
1220 path->egress_fc_enable = TB_PATH_SOURCE | TB_PATH_INTERNAL; in tb_dp_init_aux_path()
1264 path->egress_fc_enable = TB_PATH_NONE; in tb_dp_init_video_path()
1539 path->egress_fc_enable = TB_PATH_SOURCE | TB_PATH_INTERNAL; in tb_dma_init_rx_path()
1573 path->egress_fc_enable = TB_PATH_ALL; in tb_dma_init_tx_path()
1922 path->egress_fc_enable = TB_PATH_SOURCE | TB_PATH_INTERNAL; in tb_usb3_init_path()
H A Dpath.c565 hop.egress_fc = path->egress_fc_enable & out_mask; in tb_path_activate()
H A Dtb.h416 enum tb_path_port egress_fc_enable; member