Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/mei/
Dclient.c814 cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
824 cl->me_cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
1242 if (cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1249 if (cl->me_cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1274 if (WARN_ON(cl->me_cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1276 cl->me_cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
1278 if (WARN_ON(cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1280 cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
Dhbm.c418 me_cl->tx_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
853 me_cl->tx_flow_ctrl_creds++; in mei_hbm_add_single_tx_flow_ctrl_creds()
855 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
882 cl->tx_flow_ctrl_creds++; in mei_hbm_cl_tx_flow_ctrl_creds_res()
884 cl->tx_flow_ctrl_creds); in mei_hbm_cl_tx_flow_ctrl_creds_res()
Dmei_dev.h188 u8 tx_flow_ctrl_creds; member
284 u8 tx_flow_ctrl_creds; member