Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1158 tx_desc->gbec_status = (DSC_INIT16); in pch_gbe_tx_queue()
1365 rx_desc->gbec_status = DSC_INIT16; in pch_gbe_alloc_rx_buffers()
1437 tx_desc->gbec_status = (DSC_INIT16); in pch_gbe_alloc_tx_buffers()
1468 tx_desc->gbec_status, tx_desc->dma_status); in pch_gbe_clean_tx()
1472 if ((tx_desc->gbec_status == DSC_INIT16) && (unused < thresh)) in pch_gbe_clean_tx()
1487 if (tx_desc->gbec_status != DSC_INIT16) break; /*found*/ in pch_gbe_clean_tx()
1494 tx_desc->gbec_status); in pch_gbe_clean_tx()
1499 while ((tx_desc->gbec_status & DSC_INIT16) == 0x0000) { in pch_gbe_clean_tx()
1501 tx_desc->gbec_status); in pch_gbe_clean_tx()
1506 if ((tx_desc->gbec_status & PCH_GBE_TXD_GMAC_STAT_ABT)) { in pch_gbe_clean_tx()
[all …]
H A Dpch_gbe.h387 u16 gbec_status; member
412 u16 gbec_status; member