Home
last modified time | relevance | path

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

/freebsd/sys/dev/my/
H A Dif_myreg.h143 #define MY_TBU 0x00000010 /* transmit buffer unavilable */ macro
170 #define MY_INTRS MY_MRBU|MY_TBU|MY_MTI|MY_MRI|MY_METI
H A Dif_my.c1288 if (status & MY_TBU) /* tx buffer unavailable */ in my_intr()