Lines Matching refs:resp_len
150 size_t resp_len; in hn_nvs_conn_rxbuf() local
193 resp_len = sizeof(*resp); in hn_nvs_conn_rxbuf()
194 resp = hn_nvs_xact_execute(sc, xact, conn, sizeof(*conn), &resp_len, in hn_nvs_conn_rxbuf()
228 size_t resp_len; in hn_nvs_conn_chim() local
262 resp_len = sizeof(*resp); in hn_nvs_conn_chim()
263 resp = hn_nvs_xact_execute(sc, xact, chim, sizeof(*chim), &resp_len, in hn_nvs_conn_chim()
461 size_t resp_len; in hn_nvs_doinit() local
474 resp_len = sizeof(*resp); in hn_nvs_doinit()
475 resp = hn_nvs_xact_execute(sc, xact, init, sizeof(*init), &resp_len, in hn_nvs_doinit()
692 size_t resp_len; in hn_nvs_alloc_subchans() local
707 resp_len = sizeof(*resp); in hn_nvs_alloc_subchans()
708 resp = hn_nvs_xact_execute(sc, xact, req, sizeof(*req), &resp_len, in hn_nvs_alloc_subchans()