Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dctl.c236 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
254 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
404 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
452 case TB_CFG_PKG_ERROR: in tb_ctl_rx_callback()
821 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_ERROR); in tb_cfg_ack_plug()
829 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
H A Ddma_port.c70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match()
H A Dxdomain.c93 case TB_CFG_PKG_ERROR: in tb_xdomain_match()
H A Dtb.c2566 case TB_CFG_PKG_ERROR: in tb_handle_event()
/openbmc/linux/include/linux/
H A Dthunderbolt.h26 TB_CFG_PKG_ERROR = 3, enumerator