Lines Matching +full:full +full:- +full:frame

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 1999 - 2010 Intel Corporation.
26 * pch_gbe_regs_mac_adr - Structure holding values of mac address registers
35 * pch_udc_regs - Structure holding values of MAC registers
95 #define PCH_GBE_INT_RX_FRAME_ERR 0x00000004 /* Receive frame error */
113 #define PCH_GBE_MODE_FULL_DUPLEX 0x40000000 /* Duplex Mode [full duplex] */
114 #define PCH_GBE_MODE_FR_BST 0x04000000 /* Frame bursting is done */
145 /* Receive Almost Full Threshold */
208 /* Frame Start Threshold */
222 /* Transmit Almost Full Threshold */
229 #define PCH_GBE_RF_ALM_FULL 0x80000000 /* RX FIFO is almost full. */
274 /* The Frame registered in Address Recognizer */
319 * struct pch_gbe_mac_info - MAC information
324 * @max_frame_size: Max transmit frame size
325 * @min_frame_size: Min transmit frame size
343 * struct pch_gbe_phy_info - PHY information
374 * struct pch_gbe_rx_desc - Receive Descriptor
375 * @buffer_addr: RX Frame Buffer Address
394 * struct pch_gbe_tx_desc - Transmit Descriptor
395 * @buffer_addr: TX Frame Buffer Address
399 * @tx_frame_ctrl: TX Frame Control
417 * struct pch_gbe_buffer - Buffer information
433 * struct pch_gbe_tx_ring - tx ring information
453 * struct pch_gbe_rx_ring - rx ring information
476 * struct pch_gbe_hw_stats - Statistics counters collected by the MAC
488 * @rx_frame_errors: received frame alignment error
496 * @intr_rx_frame_err_count: Interrupt count of receive frame error
532 * struct pch_gbe_privdata - PCI Device ID driver data
545 * struct pch_gbe_adapter - board specific private data structure