Searched refs:E1000_TXD_STAT_DD (Results 1 – 16 of 16) sorted by relevance
74 g_assert_cmphex(le32_to_cpu(descr.wb.status) & E1000_TXD_STAT_DD, ==, in igb_send_verify()75 E1000_TXD_STAT_DD); in igb_send_verify()
71 g_assert_cmphex(le32_to_cpu(descr.upper.data) & E1000_TXD_STAT_DD, ==, in e1000e_send_verify()72 E1000_TXD_STAT_DD); in e1000e_send_verify()
63 #define E1000_TXD_STAT_DD 0x00000001 /* Desc Done */ macro
796 if (!(eop_desc->wb.status & cpu_to_le32(E1000_TXD_STAT_DD))) in igbvf_clean_tx_irq()
277 #define E1000_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
1231 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && in e1000_clean_tx_irq()
301 #define E1000_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
8289 if (!(eop_desc->wb.status & cpu_to_le32(E1000_TXD_STAT_DD))) in igb_clean_tx_irq()
732 #define E1000_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
737 txd_upper = (le32_to_cpu(dp->upper.data) | E1000_TXD_STAT_DD) & in txdesc_writeback()
778 txd_upper = le32_to_cpu(dp->upper.data) | E1000_TXD_STAT_DD; in e1000e_txdesc_writeback()
852 uint32_t status = le32_to_cpu(tx_desc->wb.status) | E1000_TXD_STAT_DD; in igb_txdesc_writeback()
560 #define E1000_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
5398 if (le32_to_cpu(txp->upper.data) & E1000_TXD_STAT_DD) in _e1000_transmit()
645 #define E1000_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
3842 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && in e1000_clean_tx_irq()