Home
last modified time | relevance | path

Searched refs:ROSE_Q_BIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/rose/
H A Drose_dev.c44 *buff++ = ROSE_GFI | ROSE_Q_BIT; in rose_header()
H A Drose_subr.c228 *q = (frame[0] & ROSE_Q_BIT) == ROSE_Q_BIT; in rose_decode()
H A Daf_rose.c1201 asmptr[0] |= ROSE_Q_BIT; in rose_sendmsg()
1287 qbit = (skb->data[0] & ROSE_Q_BIT) == ROSE_Q_BIT; in rose_recvmsg()
/openbmc/linux/include/net/
H A Drose.h26 #define ROSE_Q_BIT 0x80 macro