Searched refs:T_OWN (Results 1 – 3 of 3) sorted by relevance
56 #define T_OWN 0x80000000 /* Own Bit */ macro389 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in dc21x4x_send()398 tx_ring[tx_new].status = cpu_to_le32(T_OWN); in dc21x4x_send()402 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in dc21x4x_send()496 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in send_setup_frame()505 tx_ring[tx_new].status = cpu_to_le32(T_OWN); in send_setup_frame()509 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in send_setup_frame()
780 #define T_OWN 0x80000000 /* Own Bit */ macro
1909 lp->tx_ring[lp->tx_new].status = cpu_to_le32(T_OWN); in load_packet()3578 !(le32_to_cpu(lp->tx_ring[lp->tmp].status) & (T_OWN | TD_ES)) && in ping_media()