Searched refs:enqueue_cmd (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_sp.h | 600 	int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o,  member
  | 
| D | bnx2x_sp.c | 3788 		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/ | 
| D | qlcnic.h | 1753 	int (*enqueue_cmd) (struct qlcnic_adapter *,  member
  | 
| D | qlcnic_83xx_hw.c | 860 	err = mbx->ops->enqueue_cmd(adapter, cmd, &timeout);  in qlcnic_83xx_issue_cmd() 4108 	.enqueue_cmd    = qlcnic_83xx_enqueue_mbx_cmd,
  | 
| D | qlcnic_sriov_common.c | 319 	err = mbx->ops->enqueue_cmd(adapter, &cmd, &timeout);  in qlcnic_sriov_post_bc_msg()
  |