Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c127 u32 section_remain_send_len, send_fragment_len, send_pos, up_total_len; in hinic_flash_fw() local
155 section_remain_send_len = section_len; in hinic_flash_fw()
168 while (section_remain_send_len > 0) { in hinic_flash_fw()
179 (section_remain_send_len == section_len) ? in hinic_flash_fw()
202 if (section_remain_send_len <= MAX_FW_FRAGMENT_LEN) { in hinic_flash_fw()
205 section_remain_send_len; in hinic_flash_fw()
206 send_fragment_len += section_remain_send_len; in hinic_flash_fw()
234 section_remain_send_len = section_len - in hinic_flash_fw()