Home
last modified time | relevance | path

Searched refs:tx_buffer (Results 1 – 6 of 6) sorted by relevance

/external/grub/netboot/
Drtl8139.c162 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4))); variable
340 memcpy(tx_buffer, destaddr, ETH_ALEN); in rtl_transmit()
341 memcpy(tx_buffer + ETH_ALEN, nic->node_addr, ETH_ALEN); in rtl_transmit()
343 memcpy(tx_buffer + 2 * ETH_ALEN, (char*)&nstype, 2); in rtl_transmit()
344 memcpy(tx_buffer + ETH_HLEN, data, len); in rtl_transmit()
354 tx_buffer[len++] = '\0'; in rtl_transmit()
357 outl((unsigned long)tx_buffer, ioaddr + TxAddr0 + cur_tx*4); in rtl_transmit()
/external/libnfc-nxp/src/
DphHal4Nfc_P2P.c136 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Send()
145 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Send()
393 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_SendCompleteHandler()
421 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_SendCompleteHandler()
DphHciNfc.h155 uint8_t *tx_buffer; member
DphHciNfc_RFReader.c1895 p_pipe_info->param_info = p_xchg_info->tx_buffer; in phHciNfc_ReaderMgmt_Exchange_Data()
1948 p_pipe_info->param_info = p_xchg_info->tx_buffer; in phHciNfc_ReaderMgmt_Exchange_Data()
1969 p_pipe_info->param_info = p_xchg_info->tx_buffer; in phHciNfc_ReaderMgmt_Exchange_Data()
2000 p_pipe_info->param_info = p_xchg_info->tx_buffer; in phHciNfc_ReaderMgmt_Exchange_Data()
2036 p_pipe_info->param_info = p_xchg_info->tx_buffer; in phHciNfc_ReaderMgmt_Exchange_Data()
DphHal4Nfc_Reader.c568 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive()
577 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive()
680 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive()
DphHciNfc_NfcIPMgmt.c929 (NULL == sData->tx_buffer) || (0 == sData->tx_length)) in phHciNfc_NfcIP_Send_Data()
963 HCI_PRINT_BUFFER("HCI NFCIP-1 Send Data: ", sData->tx_buffer, sData->tx_length); in phHciNfc_NfcIP_Send_Data()
978 i, (uint8_t *)sData->tx_buffer, in phHciNfc_NfcIP_Send_Data()