Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dclient.c759 cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
769 cl->me_cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
1186 if (cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1193 if (cl->me_cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1218 if (WARN_ON(cl->me_cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1220 cl->me_cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
1222 if (WARN_ON(cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1224 cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
Dhbm.c391 me_cl->tx_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
713 me_cl->tx_flow_ctrl_creds++; in mei_hbm_add_single_tx_flow_ctrl_creds()
715 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
742 cl->tx_flow_ctrl_creds++; in mei_hbm_cl_tx_flow_ctrl_creds_res()
744 cl->tx_flow_ctrl_creds); in mei_hbm_cl_tx_flow_ctrl_creds_res()
Dmei_dev.h161 u8 tx_flow_ctrl_creds; member
235 u8 tx_flow_ctrl_creds; member