Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h673 #define IGC_HI_MAX_MNG_DATA_LENGTH 0x6F8 macro
676 u8 command_data[IGC_HI_MAX_MNG_DATA_LENGTH];
H A Digc_manage.c207 if (length == 0 || offset + length > IGC_HI_MAX_MNG_DATA_LENGTH) in igc_mng_host_if_write_generic()