Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.c100 static void enqueue_cmd(struct snd_ac97 *ac97, __u16 addr, __u16 data) in enqueue_cmd() function
154 enqueue_cmd(ac97, (reg << 8), val); /* write */ in bf5xx_ac97_write()
155 enqueue_cmd(ac97, (reg << 8) | 0x8000, 0); /* read back */ in bf5xx_ac97_write()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h600 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, member
Dbnx2x_sp.c3788 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd); in bnx2x_config_mcast()
3870 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
3896 mcast_obj->enqueue_cmd = NULL; in bnx2x_init_mcast_obj()
3914 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1753 int (*enqueue_cmd) (struct qlcnic_adapter *, member
Dqlcnic_83xx_hw.c860 err = mbx->ops->enqueue_cmd(adapter, cmd, &timeout); in qlcnic_83xx_issue_cmd()
4108 .enqueue_cmd = qlcnic_83xx_enqueue_mbx_cmd,
Dqlcnic_sriov_common.c319 err = mbx->ops->enqueue_cmd(adapter, &cmd, &timeout); in qlcnic_sriov_post_bc_msg()