Home
last modified time | relevance | path

Searched refs:MAX_FW_FRAGMENT_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A 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()
H A Dhinic_devlink.h21 #define MAX_FW_FRAGMENT_LEN 1536 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A 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()
H A Dhinic_devlink.h21 #define MAX_FW_FRAGMENT_LEN 1536 macro

Completed in 3 milliseconds