Home
last modified time | relevance | path

Searched refs:tx_flow_ctrl_creds (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dclient.c810 cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
820 cl->me_cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
1230 * Return: 1 if tx_flow_ctrl_creds >0, 0 - otherwise.
1237 if (cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1244 if (cl->me_cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1269 if (WARN_ON(cl->me_cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1271 cl->me_cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
1273 if (WARN_ON(cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1275 cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
H A Dhbm.c416 me_cl->tx_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
732 me_cl->tx_flow_ctrl_creds++; in mei_hbm_add_single_tx_flow_ctrl_creds()
734 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
761 cl->tx_flow_ctrl_creds++; in mei_hbm_cl_tx_flow_ctrl_creds_res()
763 cl->tx_flow_ctrl_creds); in mei_hbm_cl_tx_flow_ctrl_creds_res()
H A Dmei_dev.h152 * @tx_flow_ctrl_creds: flow control credits
161 u8 tx_flow_ctrl_creds; member
228 * @tx_flow_ctrl_creds: transmit flow credentials
255 u8 tx_flow_ctrl_creds; member
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dclient.c816 cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
826 cl->me_cl->tx_flow_ctrl_creds = 0; in mei_cl_set_disconnected()
1237 * Return: 1 if tx_flow_ctrl_creds >0, 0 - otherwise.
1244 if (cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1251 if (cl->me_cl->tx_flow_ctrl_creds > 0) in mei_cl_tx_flow_ctrl_creds()
1276 if (WARN_ON(cl->me_cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1278 cl->me_cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
1280 if (WARN_ON(cl->tx_flow_ctrl_creds <= 0)) in mei_cl_tx_flow_ctrl_creds_reduce()
1282 cl->tx_flow_ctrl_creds--; in mei_cl_tx_flow_ctrl_creds_reduce()
H A Dhbm.c422 me_cl->tx_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
857 me_cl->tx_flow_ctrl_creds++; in mei_hbm_add_single_tx_flow_ctrl_creds()
859 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
886 cl->tx_flow_ctrl_creds++; in mei_hbm_cl_tx_flow_ctrl_creds_res()
888 cl->tx_flow_ctrl_creds); in mei_hbm_cl_tx_flow_ctrl_creds_res()
H A Dmei_dev.h188 * @tx_flow_ctrl_creds: flow control credits
197 u8 tx_flow_ctrl_creds; member
266 * @tx_flow_ctrl_creds: transmit flow credentials
295 u8 tx_flow_ctrl_creds; member

Completed in 12 milliseconds