Home
last modified time | relevance | path

Searched refs:enqueue_cmd (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_cmd.c63 init_completion(&pcmdpriv->enqueue_cmd); in rtw_init_cmd_priv()
156 complete(&pcmdpriv->enqueue_cmd); in rtw_enqueue_cmd()
218 wait_for_completion(&pcmdpriv->enqueue_cmd); in rtw_cmd_thread()
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_cmd.h36 struct completion enqueue_cmd; member
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dos_intfs.c389 complete(&padapter->cmdpriv.enqueue_cmd); in rtw_stop_drv_threads()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h611 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, member
Dbnx2x_sp.c4008 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd); in bnx2x_config_mcast()
4090 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
4116 mcast_obj->enqueue_cmd = NULL; in bnx2x_init_mcast_obj()
4134 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1747 int (*enqueue_cmd) (struct qlcnic_adapter *, member
Dqlcnic_83xx_hw.c861 err = mbx->ops->enqueue_cmd(adapter, cmd, &timeout); in qlcnic_83xx_issue_cmd()
4154 .enqueue_cmd = qlcnic_83xx_enqueue_mbx_cmd,
Dqlcnic_sriov_common.c326 err = mbx->ops->enqueue_cmd(adapter, &cmd, &timeout); in qlcnic_sriov_post_bc_msg()