Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dhbm.c665 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument
670 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
672 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
683 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
698 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument
702 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res()
704 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
708 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
1059 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local
1139 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
[all …]