HomeSort by relevance Sort by last modified time
    Searched full:xfer (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 77 UINT32 dbgNumOfMsduFreeInTxTransfer[MAX_NUM_OF_TX_QUEUES]; /* Pkts freed on XFER */
78 UINT32 dbgNumOfMsduTxTransferCB[MAX_NUM_OF_TX_QUEUES]; /* num of XFER done CB calls */
79 UINT32 dbgNumOfMsduXferDoneInShceduler[MAX_NUM_OF_TX_QUEUES]; /* Pkts for which XFER done was received in scheduler */
97 UINT32 xfer; /* Cumulative XFER jitter */ member in struct:__anon13557::__anon13558
105 UINT32 xfer; /* Cumulative XFER delay */ member in struct:__anon13557::__anon13559
106 UINT32 wait; /* Cumulative XFER wait for firmware to wake-up */
114 UINT32 xfer; /* Last xfer delay * member in struct:__anon13557::__anon13560
122 UINT32 xfer; \/* Maximum xfer delay *\/ member in struct:__anon13557::__anon13561
130 UINT32 xfer; \/* Number of packets transferred via XFER during last second *\/ member in struct:__anon13557::__anon13562
    [all...]
tx.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
txXfer.h 39 /* PURPOSE: Tx-Xfer module Header file - slave-mode, double-buffer */
50 the XFER module at a time. */
79 UINT32 numBufferedPkts; /* The number of packets buffered in the Xfer module (0, 1 or 2). */
80 BOOL xferDonePostponed; /* Indicates if postponed the last Xfer-Done event to the upper driver. */
82 TxXferState_e txXferState; /* The current state of the Xfer state machine. */
85 SendPacketTranferCB_t sendPacketTransferCB; /* Xfer-Done callback */
86 TI_HANDLE sendPacketTransferHandle; /* Xfer-Done callback handle */
87 SendPacketDebugCB_t sendPacketDebugCB; /* Xfer-Debug callback */
88 TI_HANDLE sendPacketDebugHandle; /* Xfer-Debug callback handle */
108 UINT32 hwBufferFullCount; /* Count total number of status reads where the HW Xfer buffers were full. *
    [all...]
txXfer.c 66 * DESCRIPTION: Create the Xfer module object
95 * DESCRIPTION: Destroy the Xfer module object
121 Initialize the Xfer module.
140 * Configures the TX XFER module with initialization parameters.
196 Restarts the Xfer module.
222 Handle sent packet according to the number of packets already in the Xfer buffers:
238 /* Handle sent packet according to the number of packets already in the Xfer buffers. */
254 /* Note: Update the Xfer-SM state before calling the TNETWIF because it will call the
258 /* Set to detect if the Xfer proces is completed in this context (returns XFER_DONE). */
282 /* If the Xfer was completed in this context (Synchronous), return XFER_DONE. *
    [all...]
  /system/core/fastboot/
usb_linux.c 290 int xfer; local
291 xfer = (len > 4096) ? 4096 : len;
294 bulk.len = xfer;
299 if(n != xfer) {
305 count += xfer;
306 len -= xfer;
307 data += xfer;
325 int xfer = (len > 4096) ? 4096 : len; local
328 bulk.len = xfer;
334 DBG("[ usb read %d fd = %d], fname=%s\n", xfer, h->desc, h->fname)
    [all...]
usb_windows.c 163 int xfer = (len > 4096) ? 4096 : len; local
166 (unsigned long)xfer,
203 int xfer = (len > 4096) ? 4096 : len; local
207 (unsigned long)xfer,
211 DBG("usb_read got: %ld, expected: %d, errno: %d\n", read, xfer, errno);
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 130 /* Count XferDone return values from Xfer. */
132 /* Count Success return values from Xfer. */
134 /* Count Pending return value from Xfer. */
136 /* Count Error return value from Xfer. */
TWDriverTx.c 97 * Tx Xfer API functions *
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverInternal.h 130 /* Count XferDone return values from Xfer. */
132 /* Count Success return values from Xfer. */
134 /* Count Pending return value from Xfer. */
136 /* Count Error return value from Xfer. */
TWDriverTx.c 97 * Tx Xfer API functions *
  /external/skia/src/effects/
SkPorterDuff.cpp 61 bool SkPorterDuff::IsMode(SkXfermode* xfer, Mode* pdmode) {
63 if (!SkXfermode::IsMode(xfer, &xfmode)) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_host_int.h 48 #define ACX_INTR_RX0_DATA BIT_0 /* RX packet is ready in Xfer buffer #0*/
51 #define ACX_INTR_RX1_DATA BIT_3 /* RX packet is ready in Xfer buffer #1*/
82 /* FW that a TX packet is in the XFER */
86 /* that it read a packet from RX XFER */
97 /* that it read a packet from RX XFER */
101 /* hardware that a TX packet is in the XFER */
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txXfer.c 74 TSendPacketTranferCb fSendPacketTransferCb; /* Upper layer Xfer-Complete callback */
75 TI_HANDLE hSendPacketTransferHndl; /* Upper layer Xfer-Complete callback handle */
91 * DESCRIPTION: Create the Xfer module object
120 * DESCRIPTION: Destroy the Xfer module object
146 Initialize the Xfer module.
176 Restart the Xfer module.
285 * DESCRIPTION: Register the upper driver Xfer callback functions.
RxXfer.h 39 * PURPOSE: Rx Xfer module header file.
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 74 TI_UINT32 dbgNumPktsXfered[MAX_NUM_OF_AC]; /* Pkts sent to Xfer */
75 TI_UINT32 dbgNumPktsSuccess[MAX_NUM_OF_AC]; /* Pkts for which success was received from Xfer */
76 TI_UINT32 dbgNumPktsPending[MAX_NUM_OF_AC]; /* Pkts for which pending was received from Xfer */
77 TI_UINT32 dbgNumPktsError[MAX_NUM_OF_AC]; /* Pkts for which error was received from Xfer */
82 TI_UINT32 dbgNumXferCmplt; /* Number of Xfer-Complete events (after pending). */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.h 74 TI_UINT32 dbgNumPktsXfered[MAX_NUM_OF_AC]; /* Pkts sent to Xfer */
75 TI_UINT32 dbgNumPktsSuccess[MAX_NUM_OF_AC]; /* Pkts for which success was received from Xfer */
76 TI_UINT32 dbgNumPktsPending[MAX_NUM_OF_AC]; /* Pkts for which pending was received from Xfer */
77 TI_UINT32 dbgNumPktsError[MAX_NUM_OF_AC]; /* Pkts for which error was received from Xfer */
82 TI_UINT32 dbgNumXferCmplt; /* Number of Xfer-Complete events (after pending). */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver_Tx.c 116 * Tx Xfer API functions *
251 /* 5) Call the Tx-Xfer to start packet transfer to the FW and return its result. */
306 Called upon Xfer-Done of transmitted packet.
307 Calls the upper driver's Xfer-Done handler.
340 /* Note that this may happen when the Xfer-SM delays the Xfer-Done (for pipeline sequence). */
346 /* Call the upper driver's Xfer-Done handler with the packet-ID. */
364 3) Free the packet's Control-Block if Xfer-Done already occured.
426 /* If Xfer-Done already occured, free the ctrl-blk (otherwise Xfer-Done will do it). *
    [all...]
TNETW_Driver.h 124 UINT32 dbgCountXferDone[MAX_NUM_OF_TX_QUEUES]; /* Count XferDone return values from Xfer. */
125 UINT32 dbgCountXferSuccess[MAX_NUM_OF_TX_QUEUES]; /* Count Success return values from Xfer. */
126 UINT32 dbgCountXferPending[MAX_NUM_OF_TX_QUEUES]; /* Count Pending return value from Xfer. */
127 UINT32 dbgCountXferError[MAX_NUM_OF_TX_QUEUES]; /* Count Error return value from Xfer. */
  /system/core/adb/
usb_libusb.c 151 int xfer = (len > 4096) ? 4096 : len; local
153 n = usb_bulk_write(uh, data, xfer);
155 if (n != xfer) {
160 len -= xfer;
161 data += xfer;
185 int xfer = (len > 4096) ? 4096 : len; local
187 n = usb_bulk_read(uh, data, xfer);
189 if (n != xfer) {
200 len -= xfer;
201 data += xfer;
    [all...]
usb_linux.c 428 int xfer = (len > 4096) ? 4096 : len; local
430 n = usb_bulk_write(h, data, xfer);
431 if(n != xfer) {
437 len -= xfer;
438 data += xfer;
456 int xfer = (len > 4096) ? 4096 : len; local
458 D("[ usb read %d fd = %d], fname=%s\n", xfer, h->desc, h->fname);
459 n = usb_bulk_read(h, data, xfer);
460 D("[ usb read %d ] = %d, fname=%s\n", xfer, n, h->fname);
461 if(n != xfer) {
    [all...]
services.c 91 unsigned xfer = (count > 4096) ? 4096 : count; local
92 if(readx(s, buf, xfer)) break;
93 if(writex(fd, buf, xfer)) break;
94 count -= xfer;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
txXfer_api.h 39 * PURPOSE: Tx Xfer module API.
rxXfer_api.h 39 * PURPOSE: Rx Xfer module API.
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
rxXfer_api.h 39 * PURPOSE: Rx Xfer module API.
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 39 * PURPOSE: Rx Xfer module header file.

Completed in 297 milliseconds

1 2 3 4