Searched refs:enqueue_cmd (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-ac97.c | 100 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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 598 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, member
|
D | bnx2x_sp.c | 3541 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd); in bnx2x_config_mcast() 3623 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj() 3649 mcast_obj->enqueue_cmd = NULL; in bnx2x_init_mcast_obj() 3667 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 1755 int (*enqueue_cmd) (struct qlcnic_adapter *, member
|
D | qlcnic_83xx_hw.c | 858 err = mbx->ops->enqueue_cmd(adapter, cmd, &timeout); in qlcnic_83xx_issue_cmd() 4077 .enqueue_cmd = qlcnic_83xx_enqueue_mbx_cmd,
|
D | qlcnic_sriov_common.c | 318 err = mbx->ops->enqueue_cmd(adapter, &cmd, &timeout); in qlcnic_sriov_post_bc_msg()
|