Lines Matching full:no
119 #define HP100_REG_ECB_MEM_STOP 0x14 /* I've no idea what this is */
205 #define HP100_RX_PACKET 0x0400 /* 0:No, 1:Yes pkt has been Rx */
206 #define HP100_RX_ERROR 0x0200 /* 0:No, 1:Yes Rx pkt had error */
209 #define HP100_TX_COMPLETE 0x0008 /* 0:No, 1:Yes a Tx has completed */
210 #define HP100_MISC_ERROR 0x0004 /* 0:No, 1:Lan Link down or bus error */
211 #define HP100_TX_ERROR 0x0002 /* 0:No, 1:Yes Tx pkt had error */
224 #define HP100_ZERO_WAIT_EN 0x80 /* 0:No, 1:Yes asserts NOWS signal */
340 #define HP100_LOW_TH 0x10 /* 0:No, 1:Yes allow better cabling */
342 #define HP100_LINK_BEAT_ST 0x04 /* 0:No, 1:Yes link beat being Rx */
343 #define HP100_R_ROL_ST 0x02 /* 0:No, 1:Yes Rx twisted pair has */
345 #define HP100_AUI_ST 0x01 /* 0:No, 1:Yes use AUI on TP card */
351 #define HP100_SQU_ST 0x01 /* 0:No, 1:Yes collision signal sent */
369 #define HP100_BRIDGE 0x04 /* 0:No, 1:Yes tell hub i am a bridge */
370 #define HP100_PROM_MODE 0x02 /* 0:No, 1:Yes tell hub card is */
372 #define HP100_REPEATER 0x01 /* 0:No, 1:Yes tell hub MAC wants to */
379 #define HP100_VG_SEL 0x80 /* 0:No, 1:Yes use 100 Mbit MAC */
380 #define HP100_LINK_UP_ST 0x40 /* 0:No, 1:Yes endnode logged in */
381 #define HP100_LINK_CABLE_ST 0x20 /* 0:No, 1:Yes cable can hear tones */
392 #define HP100_LINK_GOOD_ST 0x02 /* 0:No, 1:Yes cable passed training */
393 #define HP100_VG_RESET 0x01 /* 0:Yes, 1:No reset the 100VG MAC */
400 #define HP100_RX_IDLE 0x80 /* 0:Yes, 1:No currently receiving pkts */
401 #define HP100_TX_IDLE 0x40 /* 0:Yes, 1:No currently Txing pkts */
404 #define HP100_ACC_ERRORED 0x08 /* 0:No, 1:Yes allow Rx of errored pkts */
405 #define HP100_ACC_MC 0x04 /* 0:No, 1:Yes allow Rx of multicast pkts */
406 #define HP100_ACC_BC 0x02 /* 0:No, 1:Yes allow Rx of broadcast pkts */
407 #define HP100_ACC_PHY 0x01 /* 0:No, 1:Yes allow Rx of ALL phys. pkts */
424 #define HP100_TR_MODE 0x80 /* 0:No, 1:Yes support Token Ring formats */
425 #define HP100_TX_SAME 0x40 /* 0:No, 1:Yes Tx same packet continuous */
426 #define HP100_LBK_XCVR 0x20 /* 0:No, 1:Yes loopback through MAC & */
428 #define HP100_LBK_MAC 0x10 /* 0:No, 1:Yes loopback through MAC */
429 #define HP100_CRC_I 0x08 /* 0:No, 1:Yes inhibit CRC on Tx packets */
432 #define HP100_KEEP_CRC 0x02 /* 0:No, 1:Yes keep CRC on Rx packets. */
450 * 00: No packet pacing
555 #define HP100_RX_PRI 0x8000 /* 0:No, 1:Yes packet is priority */
556 #define HP100_SDF_ERR 0x4000 /* 0:No, 1:Yes start of frame error */
557 #define HP100_SKEW_ERR 0x2000 /* 0:No, 1:Yes skew out of range */
558 #define HP100_BAD_SYMBOL_ERR 0x1000 /* 0:No, 1:Yes invalid symbol received */
559 #define HP100_RCV_IPM_ERR 0x0800 /* 0:No, 1:Yes pkt had an invalid packet */
561 #define HP100_SYMBOL_BAL_ERR 0x0400 /* 0:No, 1:Yes symbol balance error */
562 #define HP100_VG_ALN_ERR 0x0200 /* 0:No, 1:Yes non-octet received */
563 #define HP100_TRUNC_ERR 0x0100 /* 0:No, 1:Yes the packet was truncated */
564 #define HP100_RUNT_ERR 0x0040 /* 0:No, 1:Yes pkt length < Min Pkt */
566 #define HP100_ALN_ERR 0x0010 /* 0:No, 1:Yes align error. */
567 #define HP100_CRC_ERR 0x0008 /* 0:No, 1:Yes CRC occurred. */