/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
txXfer.c | 80 TSendPacketTranferCb fSendPacketTransferCb; /* Upper layer Xfer-Complete callback */ 81 TI_HANDLE hSendPacketTransferHndl; /* Upper layer Xfer-Complete callback handle */ 288 * If xfer completion CB is registered and status is Complete, call CB for all packets (except last one if inseted now). 353 /* If xfer completion CB is registered and last packet status is Complete, call the CB for all 429 WLAN_OS_REPORT(("Print Tx Xfer module info\n"));
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
commonTypes.h | 420 SEND_PACKET_XFER_DONE = 50, /* Xfer completed, another packet can be sent, Xfer-Done won't be called. */ 421 SEND_PACKET_SUCCESS = 51, /* Xfer in process, another packet can be sent, Xfer-Done will be called. */ 422 SEND_PACKET_PENDING = 52, /* Xfer in process, another packet CAN-NOT be sent. Xfer-Done will be called. */ 426 SEND_PACKET_RECOVERY = 55, /* Recovery happened during Xfer */ [all...] |
/system/core/adb/ |
usb_windows.c | 309 int xfer = (len > 4096) ? 4096 : len; local 313 (unsigned long)xfer, 317 D("usb_write got: %ld, expected: %d, errno: %d\n", read, xfer, errno);
|
/external/skia/src/core/ |
SkBlitter_4444.cpp | 436 SkXfermode* xfer = fXfermode; local 438 if (NULL != xfer) { 447 xfer->xfer4444(device, span, count, NULL); 454 xfer->xfer4444(device, span, count, aaBuffer);
|
SkBlitter_ARGB32.cpp | 447 SkXfermode* xfer = fXfermode; local 456 xfer->xfer32(device, span, count, NULL); 460 xfer->xfer32(&device[i], &span[i], 1, antialias);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/ |
RxXfer.h | 40 * PURPOSE: Rx Xfer module header file.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/ |
rxXfer_api.h | 40 * PURPOSE: Rx Xfer module API.
|
txXfer_api.h | 40 * PURPOSE: Tx Xfer module API.
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrlParams.c | 760 WLAN_OS_REPORT(("---------- Packets Sent to Xfer ------------------------\n")); 764 WLAN_OS_REPORT(("----------- Xfer rc = Success --------------------------\n")); 768 WLAN_OS_REPORT(("----------- Xfer rc = Pending --------------------------\n")); 772 WLAN_OS_REPORT(("----------- Xfer rc = Error ----------------------------\n")); [all...] |
txCtrl.c | 333 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */ 388 /* Call the Tx-Xfer to start packet transfer to the FW and return its result. */ 398 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, "txCtrl_XmitData(): Xfer Error, queue = %d, Status = %d\n", uAc, eStatus); 431 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */ 474 /* Call the Tx-Xfer to start packet transfer to the FW and return the result. */ 480 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, "txCtrl_XmitMgmt(): Xfer Error, Status = %d\n", eStatus); [all...] |
txPort.c | 258 * If the Tx path is not available (Xfer is busy or suspension is requested),
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txCtrlParams.c | 751 WLAN_OS_REPORT(("---------- Packets Sent to Xfer ------------------------\n")); 755 WLAN_OS_REPORT(("----------- Xfer rc = Success --------------------------\n")); 759 WLAN_OS_REPORT(("----------- Xfer rc = Pending --------------------------\n")); 763 WLAN_OS_REPORT(("----------- Xfer rc = Error ----------------------------\n")); [all...] |
txCtrl.c | 331 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */ 386 /* Call the Tx-Xfer to start packet transfer to the FW and return its result. */ 396 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, ": Xfer Error, queue = %d, Status = %d\n", uAc, eStatus); 429 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */ 472 /* Call the Tx-Xfer to start packet transfer to the FW and return the result. */ 478 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, ": Xfer Error, Status = %d\n", eStatus); [all...] |
/bootable/bootloader/legacy/include/msm7k/ |
hsusb.h | 99 #define CONFIG_ZLT (1 << 29) /* stop on zero-len xfer */
|
/external/netcat/ |
Changelog | 65 improved data.c; added xfer count and %r
|
/external/quake/quake/src/QW/client/ |
sound.h | 120 // shutdown the DMA xfer.
|
/external/quake/quake/src/WinQuake/ |
sound.h | 129 // shutdown the DMA xfer.
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/ |
txXfer_api.h | 39 * PURPOSE: Tx Xfer module API.
|
/hardware/ti/wlan/wl1271/Txn/ |
BusDrv.h | 131 /* The TxnDone CB of the specific Txn originator (Xfer layer) called upon Async Txn completion */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/ |
TNETW_Driver_types.h | 67 #define TX_CTRL_BLK_FLAGS_XFER_DONE_ISSUED 0x0001 /* Xfer-Done already issued to upper driver. */
|
/system/wlan/ti/wilink_6_1/Test/ |
TxDbg.c | 190 WLAN_OS_REPORT(("309 - Print Tx Xfer info.\n"));
|
/system/wlan/ti/wilink_6_1/Txn/ |
BusDrv.h | 120 /* The TxnDone CB of the specific Txn originator (Xfer layer) called upon Async Txn completion */
|
/hardware/ti/wlan/wl1271/TWD/TwIf/ |
TwIf.c | 38 * The TwIf module is the lowest WLAN-specific layer and presents a common interface to all Xfer modules. 362 * and its originator (Xfer module) handles it if required (if its CB was written in the Txn). 572 * Used by the Xfer modules to request to keep the device awake until twIf_Sleep() is called. 658 * This method is used by the Xfer modules to issue all transaction types. 707 * This method is used by the Xfer modules and the TwIf to send all transaction types to the device. [all...] |
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
TwIf.c | 38 * The TwIf module is the lowest WLAN-specific layer and presents a common interface to all Xfer modules. 331 * and its originator (Xfer module) handles it if required (if its CB was written in the Txn). 530 * Used by the Xfer modules to request to keep the device awake until twIf_Sleep() is called. 616 * This method is used by the Xfer modules to issue all transaction types. 665 * This method is used by the Xfer modules and the TwIf to send all transaction types to the device. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_descriptors.h | 205 uint32 fwHandlingTime; /* The time passed from host xfer to Tx-complete.*/ 262 represents both the status of the double-buffer (xfer protocol) and the
|