Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h346 unsigned int rfd_size; /* in quad words */ member
H A Demac-mac.c729 rx_q->rfd.size = rx_q->rfd.count * (adpt->rfd_size * 4); in emac_rx_descs_alloc()
766 num_rx_descs * (adpt->rfd_size * 4) + in emac_mac_rx_tx_rings_alloc_all()
849 u32 *hw_rfd = EMAC_RFD(rx_q, adpt->rfd_size, rx_q->rfd.produce_idx); in emac_mac_rx_rfd_create()
H A Demac.c402 adpt->rfd_size = EMAC_RFD_SIZE; in emac_init_adapter()
/openbmc/qemu/hw/net/
H A Deepro100.c1723 uint16_t rfd_size = le16_to_cpu(rx.size); in nic_receive() local
1725 if (size > rfd_size) { in nic_receive()
1727 "(%zu bytes); data truncated\n", rfd_size, size); in nic_receive()
1728 size = rfd_size; in nic_receive()
1736 rfd_command, rx.link, rx.rx_buf_addr, rfd_size)); in nic_receive()