Home
last modified time | relevance | path

Searched refs:resp_idx (Results 1 – 10 of 10) sorted by relevance

/drivers/net/wireless/libertas/
Dmain.c464 u8 resp_idx; in lbs_thread() local
487 else if (priv->resp_len[priv->resp_idx]) in lbs_thread()
533 resp_idx = priv->resp_idx; in lbs_thread()
534 if (priv->resp_len[resp_idx]) { in lbs_thread()
537 priv->resp_buf[resp_idx], in lbs_thread()
538 priv->resp_len[resp_idx]); in lbs_thread()
540 priv->resp_len[resp_idx] = 0; in lbs_thread()
913 priv->resp_idx = 0; in lbs_init_adapter()
1184 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) in lbs_notify_command_response() argument
1192 BUG_ON(resp_idx > 1); in lbs_notify_command_response()
[all …]
Ddecl.h65 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx);
Ddev.h134 u8 resp_idx; member
Dcmd.c1499 if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->resp_idx]) in lbs_send_confirmsleep()
1536 if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->resp_idx]) { in lbs_ps_confirm_sleep()
Dif_cs.c550 i = (priv->resp_idx == 0) ? 1 : 0; in if_cs_interrupt()
Dif_usb.c641 i = (priv->resp_idx == 0) ? 1 : 0; in process_cmdrequest()
Dif_spi.c729 i = (priv->resp_idx == 0) ? 1 : 0; in if_spi_c2h_cmd()
Dif_sdio.c225 i = (priv->resp_idx == 0) ? 1 : 0; in if_sdio_handle_cmd()
/drivers/ata/
Dsata_mv.c530 unsigned int resp_idx; member
1003 pp->resp_idx &= MV_MAX_Q_DEPTH_MASK; /* paranoia */ in mv_set_edma_ptrs()
1004 index = pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT; in mv_set_edma_ptrs()
2789 while (in_index != pp->resp_idx) { in mv_process_crpb_entries()
2791 struct mv_crpb *response = &pp->crpb[pp->resp_idx]; in mv_process_crpb_entries()
2793 pp->resp_idx = (pp->resp_idx + 1) & MV_MAX_Q_DEPTH_MASK; in mv_process_crpb_entries()
2812 (pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT), in mv_process_crpb_entries()
/drivers/block/
Dsx8.c287 unsigned int resp_idx; member
1169 unsigned int idx = host->resp_idx % RMSG_Q_LEN; in carm_handle_responses()
1201 host->resp_idx += work; in carm_handle_responses()