Lines Matching refs:td
1724 struct velocity_td_info *tdinfo, struct tx_desc *td) in velocity_free_tx_buf() argument
1740 td->td_buf[i].size & ~TD_QUEUE); in velocity_free_tx_buf()
1903 struct tx_desc *td; in velocity_tx_srv() local
1918 td = &(vptr->tx.rings[qnum][idx]); in velocity_tx_srv()
1921 if (td->tdesc0.len & OWNED_BY_NIC) in velocity_tx_srv()
1927 if (td->tdesc0.TSR & TSR0_TERR) { in velocity_tx_srv()
1930 if (td->tdesc0.TSR & TSR0_CDH) in velocity_tx_srv()
1932 if (td->tdesc0.TSR & TSR0_CRS) in velocity_tx_srv()
1934 if (td->tdesc0.TSR & TSR0_ABT) in velocity_tx_srv()
1936 if (td->tdesc0.TSR & TSR0_OWC) in velocity_tx_srv()
1942 velocity_free_tx_buf(vptr, tdinfo, td); in velocity_tx_srv()