Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c176 memset(fw_update_msg->data, 0, MAX_FW_FRAGMENT_LEN); in hinic_flash_fw()
202 if (section_remain_send_len <= MAX_FW_FRAGMENT_LEN) { in hinic_flash_fw()
210 MAX_FW_FRAGMENT_LEN; in hinic_flash_fw()
211 send_fragment_len += MAX_FW_FRAGMENT_LEN; in hinic_flash_fw()
Dhinic_devlink.h21 #define MAX_FW_FRAGMENT_LEN 1536 macro