HomeSort by relevance Sort by last modified time
    Searched refs:tx_packet (Results 1 - 5 of 5) sorted by null

  /external/grub/netboot/
w89c840.c 266 #define tx_packet ((char *)0x10000 - PKT_BUF_SZ * RX_RING_SIZE - PKT_BUF_SZ * TX_RING_SIZE) macro
269 static char tx_packet[PKT_BUF_SZ * TX_RING_SIZE]; variable
510 memcpy (tx_packet, d, ETH_ALEN); /* dst */
511 memcpy (tx_packet + ETH_ALEN, nic->node_addr, ETH_ALEN);/* src */
513 *((char *) tx_packet + 12) = t >> 8; /* type */
514 *((char *) tx_packet + 13) = t;
516 memcpy (tx_packet + ETH_HLEN, p, s);
520 *((char *) tx_packet + ETH_HLEN + (s++)) = 0;
522 w840private.tx_ring[entry].buffer1 = virt_to_le32desc(tx_packet);
epic100.c 87 #define tx_packet ((char *)0x10000 - PKT_BUF_SZ * RX_RING_SIZE - PKT_BUF_SZ * TX_RING_SIZE) macro
90 static char tx_packet[PKT_BUF_SZ * TX_RING_SIZE]; variable
274 p = &tx_packet[0];
fa311.c 120 static char tx_packet[PKT_BUF_SZ * TX_RING_SIZE] __attribute__ ((aligned (4))); variable
418 dev->tx_ring[i].addr = (u32)(&tx_packet[PKT_BUF_SZ * i]);
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 689 phHciNfc_HCP_Packet_t tx_packet; member in struct:phHciNfc_sContext
    [all...]
phHciNfc_Generic.c 666 tx_data = &psHciContext->tx_packet;
    [all...]

Completed in 243 milliseconds