Searched refs:SFXGE_MCDI_MAX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
249 if (ip->u.mcdi.len > SFXGE_MCDI_MAX_PAYLOAD) { in sfxge_mcdi_ioctl()254 mcdibuf = malloc(SFXGE_MCDI_MAX_PAYLOAD, M_TEMP, M_WAITOK | M_ZERO); in sfxge_mcdi_ioctl()264 emr.emr_out_length = SFXGE_MCDI_MAX_PAYLOAD; in sfxge_mcdi_ioctl()
75 #define SFXGE_MCDI_MAX_PAYLOAD 0x400 macro