!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.4.0-216/include/linux/platform_data/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     xilinx-ll-temac.h (1.29 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_XILINX_LL_TEMAC_H
#define __LINUX_XILINX_LL_TEMAC_H

#include <linux/if_ether.h>
#include <linux/phy.h>
#include <linux/spinlock.h>

struct ll_temac_platform_data {
    bool txcsum;        /* Enable/disable TX checksum */
    bool rxcsum;        /* Enable/disable RX checksum */
    u8 mac_addr[ETH_ALEN];    /* MAC address (6 bytes) */
    /* Clock frequency for input to MDIO clock generator */
    u32 mdio_clk_freq;
    unsigned long long mdio_bus_id; /* Unique id for MDIO bus */
    int phy_addr;        /* Address of the PHY to connect to */
    phy_interface_t phy_interface; /* PHY interface mode */
    bool reg_little_endian;    /* Little endian TEMAC register access  */
    bool dma_little_endian;    /* Little endian DMA register access  */
    /* Pre-initialized mutex to use for synchronizing indirect
     * register access.  When using both interfaces of a single
     * TEMAC IP block, the same mutex should be passed here, as
     * they share the same DCR bus bridge.
     */
    spinlock_t *indirect_lock;
    /* DMA channel control setup */
    u8 tx_irq_timeout;    /* TX Interrupt Delay Time-out */
    u8 tx_irq_count;    /* TX Interrupt Coalescing Threshold Count */
    u8 rx_irq_timeout;    /* RX Interrupt Delay Time-out */
    u8 rx_irq_count;    /* RX Interrupt Coalescing Threshold Count */
};

#endif /* __LINUX_XILINX_LL_TEMAC_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0203 ]--