Lines Matching refs:td
1732 struct velocity_td_info *tdinfo, struct tx_desc *td) in velocity_free_tx_buf() argument
1748 td->td_buf[i].size & ~TD_QUEUE); in velocity_free_tx_buf()
1911 struct tx_desc *td; in velocity_tx_srv() local
1926 td = &(vptr->tx.rings[qnum][idx]); in velocity_tx_srv()
1929 if (td->tdesc0.len & OWNED_BY_NIC) in velocity_tx_srv()
1935 if (td->tdesc0.TSR & TSR0_TERR) { in velocity_tx_srv()
1938 if (td->tdesc0.TSR & TSR0_CDH) in velocity_tx_srv()
1940 if (td->tdesc0.TSR & TSR0_CRS) in velocity_tx_srv()
1942 if (td->tdesc0.TSR & TSR0_ABT) in velocity_tx_srv()
1944 if (td->tdesc0.TSR & TSR0_OWC) in velocity_tx_srv()
1950 velocity_free_tx_buf(vptr, tdinfo, td); in velocity_tx_srv()