Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_mcdi.c249 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()
H A Dsfxge_ioc.h75 #define SFXGE_MCDI_MAX_PAYLOAD 0x400 macro