OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_buffer
(Results
1 - 6
of
6
) sorted by null
/external/grub/netboot/
rtl8139.c
162
static unsigned char
tx_buffer
[TX_BUF_SIZE] __attribute__((aligned(4)));
variable
340
memcpy(
tx_buffer
, destaddr, ETH_ALEN);
341
memcpy(
tx_buffer
+ ETH_ALEN, nic->node_addr, ETH_ALEN);
343
memcpy(
tx_buffer
+ 2 * ETH_ALEN, (char*)&nstype, 2);
344
memcpy(
tx_buffer
+ ETH_HLEN, data, len);
354
tx_buffer
[len++] = '\0';
357
outl((unsigned long)
tx_buffer
, ioaddr + TxAddr0 + cur_tx*4);
/external/libnfc-nxp/src/
phHciNfc.h
155
uint8_t *
tx_buffer
;
member in struct:phHciNfc_XchgInfo
phHal4Nfc_P2P.c
133
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
142
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
388
/*copy to
tx_buffer
,remaining bytes.NumberOfBytesSent is the
390
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
418
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
phHciNfc_RFReader.c
[
all
...]
phHal4Nfc_Reader.c
568
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
577
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
680
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_buffer
[
all
...]
phHciNfc_NfcIPMgmt.c
929
(NULL == sData->
tx_buffer
) || (0 == sData->tx_length))
[
all
...]
Completed in 121 milliseconds