Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/packetengines/
Dyellowfin.c270 __le32 result_status; member
695 pr_cont(" %08x", yp->rx_ring[i].result_status); in yellowfin_tx_timeout()
701 yp->tx_ring[i].result_status); in yellowfin_tx_timeout()
836 yp->tx_ring[entry].result_status = 0; in yellowfin_start_xmit()
920 if (yp->tx_ring[entry].result_status == 0) in yellowfin_interrupt()
1041 entry, yp->rx_ring[entry].result_status); in yellowfin_rx()
1044 yp->rx_ring[entry].result_status); in yellowfin_rx()
1056 if(!desc->result_status) in yellowfin_rx()
1060 desc_status = le32_to_cpu(desc->result_status) >> 16; in yellowfin_rx()
1063 le32_to_cpu(desc->result_status)) & 0xffff; in yellowfin_rx()
[all …]