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

/freebsd-10.2-release/sys/dev/sis/
H A Dif_sisreg.h384 #define SIS_RX_LIST_CNT 64 macro
387 #define SIS_RX_LIST_SZ SIS_RX_LIST_CNT * sizeof(struct sis_desc)
477 struct sis_rxdesc sis_rxdesc[SIS_RX_LIST_CNT];
H A Dif_sis.c1278 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1312 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1387 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1390 if (i == SIS_RX_LIST_CNT - 1)
1493 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) {
2242 for (i = 0; i < SIS_RX_LIST_CNT; i++) {

Completed in 35 milliseconds