Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.h80 unsigned short rfd_status; member
H A Dether1.c849 status = ether1_readw(dev, priv(dev)->rx_head, rfd_t, rfd_status, NORMALIRQS); in ether1_recv_done()
886 ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_status, NORMALIRQS); in ether1_recv_done()
/openbmc/qemu/hw/net/
H A Deepro100.c1625 uint16_t rfd_status = 0xa000; in nic_receive() local
1666 rfd_status |= 0x0002; in nic_receive()
1679 rfd_status |= 0x0004; in nic_receive()
1686 rfd_status |= 0x0002; in nic_receive()
1690 rfd_status |= 0x0004; in nic_receive()
1732 rfd_status |= 0x0080; in nic_receive()
1738 offsetof(eepro100_rx_t, status), rfd_status, attrs); in nic_receive()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1955 u16 rfd_status, actual_size; in e100_rx_indicate() local
1964 rfd_status = le16_to_cpu(rfd->status); in e100_rx_indicate()
1967 "status=0x%04X\n", rfd_status); in e100_rx_indicate()
1971 if (unlikely(!(rfd_status & cb_complete))) { in e100_rx_indicate()
2027 if (unlikely(!(rfd_status & cb_ok))) { in e100_rx_indicate()