Home
last modified time | relevance | path

Searched refs:TB_CFG_PKG_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/thunderbolt/
Dtrace.h26 tb_cfg_type_name(TB_CFG_PKG_ERROR), \
97 case TB_CFG_PKG_ERROR: in show_data()
Dctl.c241 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
259 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
413 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
461 case TB_CFG_PKG_ERROR: in tb_ctl_rx_callback()
836 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_ERROR); in tb_cfg_ack_plug()
844 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
Ddma_port.c70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match()
Dxdomain.c93 case TB_CFG_PKG_ERROR: in tb_xdomain_match()
Dtb.c2770 case TB_CFG_PKG_ERROR: in tb_handle_event()
/linux-6.12.1/include/linux/
Dthunderbolt.h26 TB_CFG_PKG_ERROR = 3, enumerator