Home
last modified time | relevance | path

Searched refs:gbec_status (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c1242 tx_desc->gbec_status = (DSC_INIT16); in pch_gbe_tx_queue()
1449 rx_desc->gbec_status = DSC_INIT16; in pch_gbe_alloc_rx_buffers()
1521 tx_desc->gbec_status = (DSC_INIT16); in pch_gbe_alloc_tx_buffers()
1552 tx_desc->gbec_status, tx_desc->dma_status); in pch_gbe_clean_tx()
1556 if ((tx_desc->gbec_status == DSC_INIT16) && (unused < thresh)) in pch_gbe_clean_tx()
1571 if (tx_desc->gbec_status != DSC_INIT16) break; /*found*/ in pch_gbe_clean_tx()
1578 tx_desc->gbec_status); in pch_gbe_clean_tx()
1583 while ((tx_desc->gbec_status & DSC_INIT16) == 0x0000) { in pch_gbe_clean_tx()
1585 tx_desc->gbec_status); in pch_gbe_clean_tx()
1590 if ((tx_desc->gbec_status & PCH_GBE_TXD_GMAC_STAT_ABT)) { in pch_gbe_clean_tx()
[all …]
Dpch_gbe.h437 u16 gbec_status; member
462 u16 gbec_status; member