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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dlanstreamer.c595 __u16 srb_word; local
699 srb_word = ntohs(readw(streamer_mmio + LAPD)) >> 8;
700 if (srb_word == STREAMER_CLEAR_RET_CODE) {
706 if (srb_word != 0) {
707 if (srb_word == 0x07) {
738 dev->name, srb_word);
747 srb_word=ntohs(readw(streamer_mmio+LAPD)) >> 8;
748 if (srb_word & (1 << 3))
752 if (srb_word & 1)
1333 __u16 srb_word; local
[all...]

Completed in 97 milliseconds