Home
last modified time | relevance | path

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

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/net/
H A Dsh_eth.c304 port_info->tx_desc_malloc = malloc(NUM_TX_DESC * in sh_eth_tx_desc_init()
307 if (!port_info->tx_desc_malloc) { in sh_eth_tx_desc_init()
313 tmp_addr = (u32) (((int)port_info->tx_desc_malloc + TX_DESC_SIZE - 1) & in sh_eth_tx_desc_init()
418 if (port_info->tx_desc_malloc) { in sh_eth_tx_desc_free()
419 free(port_info->tx_desc_malloc); in sh_eth_tx_desc_free()
420 port_info->tx_desc_malloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h77 struct tx_desc_s *tx_desc_malloc; member