Home
last modified time | relevance | path

Searched refs:wq_cmd_cmplt (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dlmac_common.h15 * @wq_cmd_cmplt: waitq to keep the process blocked until cmd completion
33 wait_queue_head_t wq_cmd_cmplt; member
H A Dcgx.c1039 if (!wait_event_timeout(lmac->wq_cmd_cmplt, !lmac->cmd_pend, in cgx_fwi_cmd_send()
1343 wake_up(&lmac->wq_cmd_cmplt); in cgx_fwi_event_handler()
1679 init_waitqueue_head(&lmac->wq_cmd_cmplt); in cgx_lmac_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c29 * @wq_cmd_cmplt: waitq to keep the process blocked until cmd completion
42 wait_queue_head_t wq_cmd_cmplt; member
540 if (!wait_event_timeout(lmac->wq_cmd_cmplt, !lmac->cmd_pend, in cgx_fwi_cmd_send()
717 wake_up_interruptible(&lmac->wq_cmd_cmplt); in cgx_fwi_event_handler()
881 init_waitqueue_head(&lmac->wq_cmd_cmplt); in cgx_lmac_init()

Completed in 5 milliseconds