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

/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
H A Ddhdu.c982 uint chunk, maxchunk; local
1015 maxchunk = DHD_IOCTL_MAXLEN - (strlen(cmd->name) + 1 + (2 * sizeof(int)));
1018 chunk = (len > maxchunk) ? (maxchunk & ~0x3) : len;

Completed in 23 milliseconds