Searched refs:T_L (Results 1 – 7 of 7) sorted by relevance
22 #define T_L 0x0800 /* last in frame */ macro
35 #define T_L 0x08000000 /* last */ macro
30 #define T_L 0x08000000 /* last */ macro
376 #define T_L 0x08000000 /* last */ macro
1108 bdstatus |= T_R | T_I | T_L | T_TC in qe_ep_tx()1111 bdstatus |= T_R | T_I | T_L | frame_get_length(frame); in qe_ep_tx()
88 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
3148 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()