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