Lines Matching refs:resp_buf
129 void *resp_buf; /* Used to store response messages */
1145 priv->resp_buf = malloc(size);
1146 if (!priv->resp_buf)
1152 hdr = (FAR struct rndis_response_header *)priv->resp_buf;
1231 resp = (FAR struct rndis_initialize_cmplt *)priv->resp_buf;
1272 (FAR struct rndis_query_cmplt *)priv->resp_buf;
1381 resp = (FAR struct rndis_response_header *)priv->resp_buf;
1424 resp = (FAR struct rndis_reset_cmplt *)priv->resp_buf;
1948 if (!priv || !priv->ctrlreq || !priv->resp_buf)
2009 (FAR struct rndis_response_header *)priv->resp_buf;
2015 ret = memcpy_s(ctrlreq->buf, hdr->msglen, priv->resp_buf, hdr->msglen);
2019 free(priv->resp_buf);
2020 priv->resp_buf = NULL;
2026 free(priv->resp_buf);
2027 priv->resp_buf = NULL;
2148 if (priv->resp_buf != NULL)
2150 free(priv->resp_buf);
2151 priv->resp_buf = NULL;