Searched refs:tx (Results 176 - 186 of 186) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c481 /* Various rx/tx parameters */
500 /* tx low water mark. We need to notify the driver whenever tx is getting
501 * close to empty so it can refill the tx buffer and keep things going.
502 * Let's assume that if we interrupt 1 ms before the tx goes idle, we'll
1382 * entire ring on tx, place an EXPLICIT intr to generate a lowat
1463 /* Store the new producer pointer. If tx is disabled, we stuff the
1464 * data into the ring buffer, but we don't actually start tx.
1470 * can disable DMA if necessary when the tx finishes.
1537 * there is currently no tx i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/wl/config/
H A Dwl.mk394 # tpc module is shared by 11h tpc and wl tx power control */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c812 atomic_inc(&vcc->stats->tx);
1975 printk("%s: Trying to transmit on a non-tx VC.\n", card->name);
2466 vcc->qos.txtp.traffic_class != ATM_NONE ? "tx" : "--",
2479 inuse == 1 ? "tx" : inuse == 2 ? "rx" : "tx and rx");
H A Dfore200e.c909 /* vcc closed since the time the entry was submitted for tx? */
924 /* when a vcc is closed, some PDUs may be still pending in the tx queue.
930 we thus bind the tx entry to the current incarnation of the vcc
931 when the entry is submitted for tx. When the tx later completes,
932 if the incarnation number of the tx entry does not match the one
945 /* notify tx completion */
960 atomic_inc(&vcc->stats->tx);
1302 DPRINTK(3, "tx tasklet scheduled for device %d\n", fore200e->atm_dev->number);
1408 /* compute the data cells to idle cells ratio from the tx PC
[all...]
H A Dhe.c936 /* tx buffer ready queue */
1206 * | rx0 | row | tx | l |
1213 * | tx |
1330 * tx memory
1378 * | tx | buffer memory
2372 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal);
2602 HPRINTK("close tx cid 0x%x\n", cid);
2623 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse);
2645 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid);
2666 hprintk("close tx timeou
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_hw.c3145 local->func->tx = prism2_tx_80211;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h214 uint16 vht_txmcsmap; /* VHT tx mcs map (802.11ac IE, VHT_CAP_MCS_MAP_*) */
744 #define ANT_SELCFG_TX_UNICAST 0 /* unicast tx antenna configuration */
746 #define ANT_SELCFG_TX_DEF 2 /* default tx antenna configuration */
967 #define WL_PRIMARY_KEY (1 << 1) /* Indicates this key is the primary (ie tx) key */
1174 uint32 tx_rate; /* Rate of last successful tx frame */
1178 uint32 tx_tot_pkts; /* # of tx pkts (ucast + mcast) */
1437 /* structure to change size of tx fifo */
1945 /* values to force tx/rx chain */
2204 uint8 est_Pout[4]; /* Latest tx power out estimate per RF
2207 uint8 est_Pout_cck; /* Latest CCK tx powe
3039 wl_traffic_stats_t tx[AC_COUNT]; /* Packets transmitted */ member in struct:__anon3305
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
19998 tx = xmlSchemaGetBuiltInType(xmlSchemaGetValType(x));
20000 ptx = xmlSchemaGetPrimitiveType(tx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c20003 xmlSchemaTypePtr tx, ty, ptx, pty; local
20008 tx = xmlSchemaGetBuiltInType(xmlSchemaGetValType(x));
20010 ptx = xmlSchemaGetPrimitiveType(tx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
19998 tx = xmlSchemaGetBuiltInType(xmlSchemaGetValType(x));
20000 ptx = xmlSchemaGetPrimitiveType(tx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c11558 DateTime tx; local
11561 memset(&tx, 0, sizeof(tx));
11562 if( parseHhMmSs(z2, &tx) ) break;
11563 computeJD(&tx);
11564 tx.iJD -= 43200000;
11565 day = tx.iJD/86400000;
11566 tx.iJD -= day*86400000;
11567 if( z[0]=='-' ) tx.iJD = -tx
[all...]

Completed in 621 milliseconds

12345678