HomeSort by: relevance | last modified time | path
    Searched refs:LDC_PKT_PAYLOAD (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/dev/
ldc.c 455 if (len > tx_avail * LDC_PKT_PAYLOAD) {
465 lp->env = uimin(len, LDC_PKT_PAYLOAD);
468 if (len <= LDC_PKT_PAYLOAD)
471 bcopy(p, &lp->major, uimin(len, LDC_PKT_PAYLOAD));
481 p += uimin(len, LDC_PKT_PAYLOAD);
482 len -= uimin(len, LDC_PKT_PAYLOAD);
ldcvar.h 50 #define LDC_PKT_PAYLOAD 56

Completed in 12 milliseconds