Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h329 #define ECPP_FIFO_SZ 16 /* FIFO size */ macro
/titanic_41/usr/src/uts/common/io/
H A Decpp.c2766 if (len > ECPP_FIFO_SZ) { in ecpp_start()
2767 len = ECPP_FIFO_SZ; in ecpp_start()
4789 if ((mp = allocb(ECPP_FIFO_SZ, BPRI_MED)) == NULL) { in ecpp_peripheral2host()
4798 i = ECPP_FIFO_SZ; in ecpp_peripheral2host()