Searched refs:cmd_status (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_Pipe.c288 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
301 status = ( (cmd_status == NFCSTATUS_PENDING)?
302 NFCSTATUS_SUCCESS : cmd_status);
1054 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef,
1072 status = ( (cmd_status == NFCSTATUS_PENDING)?
1073 NFCSTATUS_SUCCESS : cmd_status);
1097 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
1113 cmd_status
[all...]
/external/grub/netboot/
H A Dfa311.c96 s32 cmd_status; member in struct:netdev_desc
241 desc_status = dev->rx_ring[entry].cmd_status;
258 dev->rx_ring[entry].cmd_status = cpu_to_le32(dev->rx_buf_sz);
297 dev->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | len);
309 desc_status = dev->tx_ring[entry].cmd_status;
400 dev->rx_ring[i].cmd_status = DescOwn;
408 dev->rx_ring[i].cmd_status = cpu_to_le32(dev->rx_buf_sz);
413 dev->tx_ring[i].cmd_status = 0;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c597 tGATT_STATUS cmd_status = GATT_ILLEGAL_PARAMETER; local
627 cmd_status = GATT_SUCCESS;
631 cmd_status = GATT_NO_RESOURCES;
639 cmd_status = attp_send_sr_msg (p_tcb, p_msg);
641 if (cmd_status == GATT_SUCCESS)
649 return cmd_status;

Completed in 202 milliseconds