Home
last modified time | relevance | path

Searched refs:new_ndwords (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nvram.c485 unsigned int new_ndwords; in tlv_modify() local
503 new_ndwords = TLV_DWORD_COUNT(size); in tlv_modify()
510 if (new_ndwords > old_ndwords) { in tlv_modify()
512 delta = new_ndwords - old_ndwords; in tlv_modify()
527 } else if (new_ndwords < old_ndwords) { in tlv_modify()
529 delta = old_ndwords - new_ndwords; in tlv_modify()
530 pos = cursor->current + new_ndwords; in tlv_modify()