Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dclient.c785 cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
795 cl->me_cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
1212 if (cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1219 if (cl->me_cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1244 if (WARN_ON(cl->me_cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1246 cl->me_cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
1248 if (WARN_ON(cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1250 cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
Dhbm.c359 me_cl->tx_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
681 me_cl->tx_flow_ctrl_creds++; 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()
710 cl->tx_flow_ctrl_creds++; in mei_hbm_cl_tx_flow_ctrl_creds_res()
712 cl->tx_flow_ctrl_creds); in mei_hbm_cl_tx_flow_ctrl_creds_res()
Dmei_dev.h158 u8 tx_flow_ctrl_creds; member
232 u8 tx_flow_ctrl_creds; member