Home
last modified time | relevance | path

Searched refs:NIC_TYPE_ARP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/gdm724x/
H A Dhci_packet.h19 #define NIC_TYPE_ARP 0x00000100 macro
H A Dgdm_lte.c364 nic_type |= NIC_TYPE_ARP; in gdm_lte_tx_nic_type()
416 if (nic_type & NIC_TYPE_ARP) { in gdm_lte_tx()
638 if (nic_type == NIC_TYPE_ARP) { in gdm_lte_netif_rx()
H A Dgdm_usb.c733 if (nic_type == NIC_TYPE_ARP) { in gdm_usb_sdu_send()