tsb_dirtyq        907 dev/ic/rtw.c   	SIMPLEQ_INIT(&tsb->tsb_dirtyq);
tsb_dirtyq       1388 dev/ic/rtw.c   	while ((ts = SIMPLEQ_FIRST(&tsb->tsb_dirtyq)) != NULL) {
tsb_dirtyq       1390 dev/ic/rtw.c   		SIMPLEQ_REMOVE_HEAD(&tsb->tsb_dirtyq, ts_q);
tsb_dirtyq       1458 dev/ic/rtw.c   	while ((ts = SIMPLEQ_FIRST(&tsb->tsb_dirtyq)) != NULL) {
tsb_dirtyq       1483 dev/ic/rtw.c   		SIMPLEQ_REMOVE_HEAD(&tsb->tsb_dirtyq, ts_q);
tsb_dirtyq       1540 dev/ic/rtw.c   	    SIMPLEQ_EMPTY(&tsb->tsb_dirtyq)) {
tsb_dirtyq       3320 dev/ic/rtw.c   		SIMPLEQ_INSERT_TAIL(&tsb->tsb_dirtyq, ts, ts_q);
tsb_dirtyq       3380 dev/ic/rtw.c   			if (SIMPLEQ_EMPTY(&tsb->tsb_dirtyq))
tsb_dirtyq       3702 dev/ic/rtw.c   	SIMPLEQ_INIT(&tsb->tsb_dirtyq);
tsb_dirtyq        237 dev/ic/rtwvar.h 	struct rtw_txq		tsb_dirtyq;