Searched refs:transaction (Results 1 - 22 of 22) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tt.c46 /* default Thermal Throttling transaction table
375 struct iwl_tt_trans *transaction; local
380 * find the curresponding transaction table
382 * tt->transaction + ((old_state * (IWL_TI_STATE_MAX - 1))
385 * find the next state need to transaction to
387 * in the current table to see if transaction is needed
389 transaction = tt->transaction +
391 if (temp >= transaction->tt_low &&
392 temp <= transaction
614 struct iwl_tt_trans *transaction; local
[all...]
H A Diwl-agn-tt.h70 * struct iwl_tt_trans - Thermal Throttling transaction table
99 * state transaction
112 struct iwl_tt_trans *transaction; member in struct:iwl_tt_mgmt
/drivers/md/persistent-data/
H A DMakefile8 dm-transaction-manager.o \
/drivers/firewire/
H A DMakefile6 core-iso.o core-topology.o core-transaction.o
H A Dcore-transaction.c2 * Core IEEE1394 transaction logic
85 static int close_transaction(struct fw_transaction *transaction, argument
93 if (t == transaction) {
119 struct fw_transaction *transaction)
124 * the transaction.
127 if (card->driver->cancel_packet(card, &transaction->packet) == 0)
132 * if the transaction is still pending and remove it in that case.
135 return close_transaction(transaction, card, RCODE_CANCELLED);
304 * @t: transaction instance to which the request belongs
305 * @tcode: transaction cod
118 fw_cancel_transaction(struct fw_card *card, struct fw_transaction *transaction) argument
[all...]
H A Dnet.c210 struct fw_transaction transaction; member in struct:fwnet_packet_task
1071 fw_send_request(dev->card, &ptask->transaction,
1092 fw_send_request(dev->card, &ptask->transaction,
H A Dcore-cdev.c116 struct fw_transaction transaction; member in struct:outbound_transaction_resource
621 fw_send_request(client->device->card, &e->r.transaction,
704 * FIXME: Let core-transaction.c manage a
/drivers/pci/pcie/aer/
H A DKconfig23 (transaction layer end-to-end CRC checking).
/drivers/acpi/
H A Dinternal.h64 struct transaction *curr;
H A Dec.c75 per one transaction */
102 struct transaction { struct
234 pr_debug(PREFIX "controller reset, restart transaction\n");
243 struct transaction *t)
249 /* start transaction */
281 static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t)
303 "aborting transaction\n");
307 pr_debug(PREFIX "transaction start\n");
308 /* disable GPE during transaction if storm is detected */
316 /* check if we received SCI during transaction */
[all...]
/drivers/staging/android/
H A Dbinder.c246 /* node + proc => ref (transaction) */
247 /* desc + proc => ref (transaction, inc/dec ref) */
270 struct binder_transaction *transaction; member in struct:binder_buffer
752 binder_user_error("binder: %d: got transaction with invalid "
909 BUG_ON(buffer->transaction != NULL);
1265 t->buffer->transaction = NULL;
1287 "transaction %d to %d:%d\n",
1307 "for transaction %d, target dead\n",
1350 printk(KERN_ERR "binder: transaction release %d bad"
1361 printk(KERN_ERR "binder: transaction releas
[all...]
/drivers/staging/rtl8712/
H A Dieee80211.h615 u16 transaction; member in struct:ieee80211_authentication
/drivers/usb/host/
H A Dehci.h253 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
254 #define QTD_STS_STS (1 << 1) /* split transaction state */
396 /* description of one iso transaction (up to 3 KB data if highspeed) */
400 __hc32 transaction; /* itd->hw_transaction[i] |= */ member in struct:ehci_iso_packet
407 * each packet is one logical usb transaction to the device (not TT),
471 #define EHCI_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
498 * siTD, aka split-transaction isochronous Transfer Descriptor
500 * see Figure 3-5 "Split-transaction Isochronous Transaction Descriptor (siTD)
517 #define SITD_STS_MMF (1 << 2) /* incomplete split transaction */
518 #define SITD_STS_STS (1 << 1) /* split transaction stat
[all...]
H A DKconfig71 transaction translators, so that no OHCI or UHCI companion
129 transaction translator built-in. It can be configured to either
H A Dehci-sched.c25 * EHCI scheduled transaction support: interrupt, iso, split iso
29 * with the "asynchronous" transaction support (control/bulk transfers).
401 /* return true iff the device's transaction translator is available
1206 uframe->transaction = cpu_to_hc32(ehci, trans);
1576 itd->hw_transaction[uframe] = uf->transaction;
1911 packet->transaction = cpu_to_hc32(ehci, trans);
2010 sitd->hw_results = uf->transaction;
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h410 __le16 transaction; member in struct:libipw_auth
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h526 u16 transaction; member in struct:ieee80211_authentication
984 /* association procedure transaction sequence number */
H A Dieee80211_softmac.c761 auth->transaction = cpu_to_le16(ieee->associate_seq);
957 auth->transaction = cpu_to_le16(2);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1133 __le16 transaction; member in struct:ieee80211_authentication
1982 /* association procedure transaction sequence number */
H A Dieee80211_softmac.c679 auth->transaction = cpu_to_le16(ieee->associate_seq);
913 auth->transaction = cpu_to_le16(2);
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c823 auth->transaction = cpu_to_le16(ieee->associate_seq);
1057 auth->transaction = cpu_to_le16(2);
H A Drtllib.h1232 __le16 transaction; member in struct:rtllib_authentication
2259 /* association procedure transaction sequence number */

Completed in 466 milliseconds