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

/drivers/net/wireless/libertas/
H A Ddecl.h61 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx);
H A Dmain.c458 u8 resp_idx; local
481 else if (priv->resp_len[priv->resp_idx])
527 resp_idx = priv->resp_idx;
528 if (priv->resp_len[resp_idx]) {
531 priv->resp_buf[resp_idx],
532 priv->resp_len[resp_idx]);
534 priv->resp_len[resp_idx] = 0;
901 priv->resp_idx = 0;
1163 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) argument
[all...]
H A Ddev.h131 u8 resp_idx; member in struct:lbs_private
H A Dif_cs.c550 i = (priv->resp_idx == 0) ? 1 : 0;
H A Dcmd.c1482 if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->resp_idx])
1519 if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->resp_idx]) {
H A Dif_sdio.c231 i = (priv->resp_idx == 0) ? 1 : 0;
H A Dif_spi.c729 i = (priv->resp_idx == 0) ? 1 : 0;
H A Dif_usb.c727 i = (priv->resp_idx == 0) ? 1 : 0;
/drivers/ata/
H A Dsata_mv.c528 unsigned int resp_idx; member in struct:mv_port_priv
999 pp->resp_idx &= MV_MAX_Q_DEPTH_MASK; /* paranoia */
1000 index = pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT;
2784 while (in_index != pp->resp_idx) {
2786 struct mv_crpb *response = &pp->crpb[pp->resp_idx];
2788 pp->resp_idx = (pp->resp_idx + 1) & MV_MAX_Q_DEPTH_MASK;
2807 (pp->resp_idx << EDMA_RSP_Q_PTR_SHIFT),
/drivers/block/
H A Dsx8.c287 unsigned int resp_idx; member in struct:carm_host
1169 unsigned int idx = host->resp_idx % RMSG_Q_LEN;
1201 host->resp_idx += work;

Completed in 131 milliseconds