Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c174 memset(fw_update_msg->data, 0, MAX_FW_FRAGMENT_LEN); in hinic_flash_fw()
200 if (section_remain_send_len <= MAX_FW_FRAGMENT_LEN) { in hinic_flash_fw()
208 MAX_FW_FRAGMENT_LEN; in hinic_flash_fw()
209 send_fragment_len += MAX_FW_FRAGMENT_LEN; in hinic_flash_fw()
Dhinic_devlink.h21 #define MAX_FW_FRAGMENT_LEN 1536 macro