Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c125 u32 section_remain_send_len, send_fragment_len, send_pos, up_total_len; in hinic_flash_fw() local
153 section_remain_send_len = section_len; in hinic_flash_fw()
166 while (section_remain_send_len > 0) { in hinic_flash_fw()
177 (section_remain_send_len == section_len) ? in hinic_flash_fw()
200 if (section_remain_send_len <= MAX_FW_FRAGMENT_LEN) { in hinic_flash_fw()
203 section_remain_send_len; in hinic_flash_fw()
204 send_fragment_len += section_remain_send_len; in hinic_flash_fw()
232 section_remain_send_len = section_len - in hinic_flash_fw()