Home
last modified time | relevance | path

Searched refs:tb_ctl_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dctl.c351 static int tb_ctl_tx(struct tb_ctl *ctl, const void *data, size_t len, in tb_ctl_tx() function
539 ret = tb_ctl_tx(ctl, req->request, req->request_size, in tb_cfg_request()
797 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_NOTIFY_ACK); in tb_cfg_ack_notification()
821 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_ERROR); in tb_cfg_ack_plug()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dctl.c348 static int tb_ctl_tx(struct tb_ctl *ctl, const void *data, size_t len, in tb_ctl_tx() function
528 ret = tb_ctl_tx(ctl, req->request, req->request_size, in tb_cfg_request()
739 return tb_ctl_tx(ctl, &pkg, sizeof(pkg), TB_CFG_PKG_ERROR); in tb_cfg_ack_plug()

Completed in 3 milliseconds