Searched refs:resp_idx (Results 1 – 9 of 9) sorted by relevance
445 u8 resp_idx; in lbs_thread() local468 else if (priv->resp_len[priv->resp_idx]) in lbs_thread()514 resp_idx = priv->resp_idx; in lbs_thread()515 if (priv->resp_len[resp_idx]) { in lbs_thread()518 priv->resp_buf[resp_idx], in lbs_thread()519 priv->resp_len[resp_idx]); in lbs_thread()521 priv->resp_len[resp_idx] = 0; in lbs_thread()866 priv->resp_idx = 0; in lbs_init_adapter()1123 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) in lbs_notify_command_response() argument1129 BUG_ON(resp_idx > 1); in lbs_notify_command_response()[all …]
66 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx);
135 u8 resp_idx; member
1388 if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->resp_idx]) in lbs_send_confirmsleep()1420 if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->resp_idx]) { in lbs_ps_confirm_sleep()
522 i = (priv->resp_idx == 0) ? 1 : 0; in if_cs_interrupt()
635 i = (priv->resp_idx == 0) ? 1 : 0; in process_cmdrequest()
219 i = (priv->resp_idx == 0) ? 1 : 0; in if_sdio_handle_cmd()
719 i = (priv->resp_idx == 0) ? 1 : 0; in if_spi_c2h_cmd()
525 unsigned int resp_idx; member1009 pp->resp_idx &= MV_MAX_Q_DEPTH_MASK; /* paranoia */ in mv_set_edma_ptrs()1010 index = pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT; in mv_set_edma_ptrs()2813 while (in_index != pp->resp_idx) { in mv_process_crpb_entries()2815 struct mv_crpb *response = &pp->crpb[pp->resp_idx]; in mv_process_crpb_entries()2817 pp->resp_idx = (pp->resp_idx + 1) & MV_MAX_Q_DEPTH_MASK; in mv_process_crpb_entries()2836 (pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT), in mv_process_crpb_entries()