Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c1578 u16 txcommand = CB_S_BIT | CB_TX_SF_BIT; in e100_setup_tcb_pool() local
1582 txcommand |= CB_IPCB_TRANSMIT | CB_CID_DEFAULT; in e100_setup_tcb_pool()
1584 txcommand |= CB_TRANSMIT | CB_CID_DEFAULT; in e100_setup_tcb_pool()
1586 txcommand |= CB_TRANSMIT; in e100_setup_tcb_pool()
1604 pcurr_tcb->tcb_hdr.cb_cmd = cpu_to_le16(txcommand); in e100_setup_tcb_pool()