Searched refs:sectsz (Results 1 – 2 of 2) sorted by relevance
305 uint32_t sectsz; in hn_nvs_conn_chim() local332 sectsz = resp.sectsz; in hn_nvs_conn_chim()333 if (sectsz == 0 || sectsz & (sizeof(uint32_t) - 1)) { in hn_nvs_conn_chim()337 sectsz); in hn_nvs_conn_chim()342 hv->chim_szmax = sectsz; in hn_nvs_conn_chim()343 hv->chim_cnt = len / sectsz; in hn_nvs_conn_chim()
162 uint32_t sectsz; /* section size */ member