Searched refs:tx_buffer (Results 1 – 6 of 6) sorted by relevance
/external/grub/netboot/ |
D | rtl8139.c | 162 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/ |
D | phHal4Nfc_P2P.c | 136 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()
|
D | phHciNfc.h | 155 uint8_t *tx_buffer; member
|
D | phHciNfc_RFReader.c | 1895 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()
|
D | phHal4Nfc_Reader.c | 573 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive() 582 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive() 685 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer in phHal4Nfc_Transceive()
|
D | phHciNfc_NfcIPMgmt.c | 929 (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()
|