Lines Matching full:only
17 #define SEEQ_CMD (SEEQ_B) /* Write only */
18 #define SEEQ_STATUS (SEEQ_B) /* Read only */
104 #define SEEQCFG1_MATCH_SPECIFIC (0x0000) /* only matching MAC addresses */
134 data_follows:1, /* if not set, process this as a header and pointer only */
135 chain_cont:1, /* if set, more headers in chain only cmd bit valid in recv header */
140 #define SEEQPKTH_BAB_INT_EN (0x01) /* xmit only */
141 #define SEEQPKTH_COL_INT_EN (0x02) /* xmit only */
142 #define SEEQPKTH_COL16_INT_EN (0x04) /* xmit only */
143 #define SEEQPKTH_XMIT_INT_EN (0x08) /* xmit only */
144 #define SEEQPKTH_DATA_FOLLOWS (0x20) /* supposedly in xmit only */
148 #define SEEQPKTS_BABBLE (0x0100) /* xmit only */
149 #define SEEQPKTS_OVERSIZE (0x0100) /* recv only */
150 #define SEEQPKTS_COLLISION (0x0200) /* xmit only */
151 #define SEEQPKTS_CRC_ERR (0x0200) /* recv only */
152 #define SEEQPKTS_COLL16 (0x0400) /* xmit only */
153 #define SEEQPKTS_DRIB (0x0400) /* recv only */
154 #define SEEQPKTS_SHORT (0x0800) /* recv only */