Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.c226 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
251 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
401 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
441 case TB_CFG_PKG_ERROR: in tb_ctl_rx_callback()
739 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_ERROR); in tb_cfg_ack_plug()
747 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.c52 case TB_CFG_PKG_ERROR: in tb_xdomain_match()
/kernel/linux/linux-5.10/include/linux/
Dthunderbolt.h26 TB_CFG_PKG_ERROR = 3, enumerator