Searched refs:FBNIC_FW_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
44 data = vmalloc(FBNIC_FW_LOG_SIZE); in fbnic_fw_log_init()50 log->size = FBNIC_FW_LOG_SIZE; in fbnic_fw_log_init()52 log->data_end = data + FBNIC_FW_LOG_SIZE; in fbnic_fw_log_init()
11 #define FBNIC_FW_LOG_SIZE (512 * 1024) /* bytes */ macro