Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100.h363 #define CB_S_BIT BIT_14 /* CB Suspend Bit */ macro
De100_main.c1109 tcb->tcb_hdr.cb_cmd |= __constant_cpu_to_le16(CB_S_BIT); in e100_prepare_xmit_buff()
1175 prev_tcb->tcb_hdr.cb_cmd &= __constant_cpu_to_le16((u16) ~CB_S_BIT); in e100_prepare_xmit_buff()
1578 u16 txcommand = CB_S_BIT | CB_TX_SF_BIT; in e100_setup_tcb_pool()