Lines Matching refs:resp_len
149 size_t resp_len; in hn_nvs_conn_rxbuf() local
191 resp_len = sizeof(*resp); in hn_nvs_conn_rxbuf()
192 resp = hn_nvs_xact_execute(sc, xact, conn, sizeof(*conn), &resp_len, in hn_nvs_conn_rxbuf()
226 size_t resp_len; in hn_nvs_conn_chim() local
259 resp_len = sizeof(*resp); in hn_nvs_conn_chim()
260 resp = hn_nvs_xact_execute(sc, xact, chim, sizeof(*chim), &resp_len, in hn_nvs_conn_chim()
458 size_t resp_len; in hn_nvs_doinit() local
471 resp_len = sizeof(*resp); in hn_nvs_doinit()
472 resp = hn_nvs_xact_execute(sc, xact, init, sizeof(*init), &resp_len, in hn_nvs_doinit()
689 size_t resp_len; in hn_nvs_alloc_subchans() local
704 resp_len = sizeof(*resp); in hn_nvs_alloc_subchans()
705 resp = hn_nvs_xact_execute(sc, xact, req, sizeof(*req), &resp_len, in hn_nvs_alloc_subchans()