Searched defs:transaction (Results 1 - 17 of 17) sorted by relevance

/drivers/net/wireless/iwlwifi/dvm/
H A Dtt.h70 * struct iwl_tt_trans - Thermal Throttling transaction table
99 * state transaction
112 struct iwl_tt_trans *transaction; member in struct:iwl_tt_mgmt
H A Dtt.c42 /* default Thermal Throttling transaction table
369 struct iwl_tt_trans *transaction; local
374 * find the curresponding transaction table
376 * tt->transaction + ((old_state * (IWL_TI_STATE_MAX - 1))
379 * find the next state need to transaction to
381 * in the current table to see if transaction is needed
383 transaction = tt->transaction +
385 if (temp >= transaction->tt_low &&
386 temp <= transaction
608 struct iwl_tt_trans *transaction; local
[all...]
/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c694 u8 transaction, module; local
699 transaction = i40e_nvmupd_get_transaction(cmd->config);
713 switch (transaction) {
730 switch (transaction) {
782 u8 module, transaction; local
785 transaction = i40e_nvmupd_get_transaction(cmd->config);
787 last = (transaction == I40E_NVM_LCB) || (transaction == I40E_NVM_SA);
813 u8 module, transaction; local
816 transaction
844 u8 module, transaction; local
[all...]
/drivers/acpi/
H A Dec.c94 * If the number of false interrupts per one transaction exceeds
96 * will disable the GPE for normal transaction.
110 struct transaction { struct
205 struct transaction *t;
310 pr_debug("controller reset, restart transaction\n");
319 struct transaction *t)
326 /* start transaction */
347 static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t)
368 /* disable GPE during transaction if storm is detected */
376 /* check if we received SCI during transaction */
[all...]
/drivers/firewire/
H A Dcore-transaction.c2 * Core IEEE1394 transaction logic
86 static int close_transaction(struct fw_transaction *transaction, argument
94 if (t == transaction) {
120 struct fw_transaction *transaction)
125 * the transaction.
128 if (card->driver->cancel_packet(card, &transaction->packet) == 0)
133 * if the transaction is still pending and remove it in that case.
136 return close_transaction(transaction, card, RCODE_CANCELLED);
305 * @t: transaction instance to which the request belongs
306 * @tcode: transaction cod
119 fw_cancel_transaction(struct fw_card *card, struct fw_transaction *transaction) argument
[all...]
H A Dcore-cdev.c119 struct fw_transaction transaction; member in struct:outbound_transaction_resource
623 fw_send_request(client->device->card, &e->r.transaction,
705 * FIXME: Let core-transaction.c manage a
H A Dnet.c189 struct fw_transaction transaction; member in struct:fwnet_packet_task
1002 fw_send_request(dev->card, &ptask->transaction,
1023 fw_send_request(dev->card, &ptask->transaction,
/drivers/staging/octeon-usb/
H A Docteon-hcd.c118 * @CVMX_USB_COMPLETE_SUCCESS: The transaction / operation finished without
121 * @CVMX_USB_COMPLETE_CANCEL: The transaction was canceled while in flight
123 * @CVMX_USB_COMPLETE_ERROR: The transaction aborted with an unexpected
125 * @CVMX_USB_COMPLETE_STALL: The transaction received a USB STALL response
127 * @CVMX_USB_COMPLETE_XACTERR: The transaction failed with an error from the
129 * @CVMX_USB_COMPLETE_DATATGLERR: The transaction failed with a data toggle
131 * @CVMX_USB_COMPLETE_BABBLEERR: The transaction failed with a babble error
132 * @CVMX_USB_COMPLETE_FRAMEERR: The transaction failed with a frame error
258 * enum represents all of the possible stages a transaction can
261 * transaction wit
1504 struct cvmx_usb_transaction *transaction = local
1651 struct cvmx_usb_transaction *transaction = local
2123 octeon_usb_urb_complete_callback(struct cvmx_usb_state *usb, enum cvmx_usb_complete status, struct cvmx_usb_pipe *pipe, struct cvmx_usb_transaction *transaction, int bytes_transferred, struct urb *urb) argument
2224 __cvmx_usb_perform_complete( struct cvmx_usb_state *usb, struct cvmx_usb_pipe *pipe, struct cvmx_usb_transaction *transaction, enum cvmx_usb_complete complete_code) argument
2306 struct cvmx_usb_transaction *transaction; local
2471 cvmx_usb_cancel(struct cvmx_usb_state *usb, struct cvmx_usb_pipe *pipe, struct cvmx_usb_transaction *transaction) argument
2520 struct cvmx_usb_transaction *transaction, *next; local
2590 struct cvmx_usb_transaction *transaction; local
3262 struct cvmx_usb_transaction *transaction = NULL; local
[all...]
/drivers/usb/host/
H A Dehci.h310 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
311 #define QTD_STS_STS (1 << 1) /* split transaction state */
394 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */
445 /* description of one iso transaction (up to 3 KB data if highspeed) */
449 __hc32 transaction; /* itd->hw_transaction[i] |= */ member in struct:ehci_iso_packet
456 * each packet is one logical usb transaction to the device (not TT),
515 #define EHCI_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
542 * siTD, aka split-transaction isochronous Transfer Descriptor
544 * see Figure 3-5 "Split-transaction Isochronous Transaction Descriptor (siTD)
561 #define SITD_STS_MMF (1 << 2) /* incomplete split transaction */
[all...]
H A Dfotg210.h381 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
382 #define QTD_STS_STS (1 << 1) /* split transaction state */
466 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */
522 /* description of one iso transaction (up to 3 KB data if highspeed) */
526 __hc32 transaction; /* itd->hw_transaction[i] |= */ member in struct:fotg210_iso_packet
533 * each packet is one logical usb transaction to the device (not TT),
596 #define FOTG210_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
H A Dfusbh200.h373 #define QTD_STS_MMF (1 << 2) /* incomplete split transaction */
374 #define QTD_STS_STS (1 << 1) /* split transaction state */
456 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */
512 /* description of one iso transaction (up to 3 KB data if highspeed) */
516 __hc32 transaction; /* itd->hw_transaction[i] |= */ member in struct:fusbh200_iso_packet
523 * each packet is one logical usb transaction to the device (not TT),
586 #define FUSBH200_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h410 __le16 transaction; member in struct:libipw_auth
/drivers/staging/android/
H A Dbinder.c254 /* node + proc => ref (transaction) */
255 /* desc + proc => ref (transaction, inc/dec ref) */
278 struct binder_transaction *transaction; member in struct:binder_buffer
669 binder_user_error("%d: got transaction with invalid size %zd-%zd\n",
824 BUG_ON(buffer->transaction != NULL);
1179 t->buffer->transaction = NULL;
1202 "send failed reply for transaction %d to %d:%d\n",
1221 "send failed reply for transaction %d, target dead\n",
1264 pr_err("transaction release %d bad offset %lld, size %zd\n",
1275 pr_err("transaction releas
[all...]
/drivers/staging/rtl8712/
H A Dieee80211.h615 u16 transaction; member in struct:ieee80211_authentication
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h824 u16 transaction; member in struct:ieee80211_authentication
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1124 __le16 transaction; member in struct:ieee80211_authentication
1969 /* association procedure transaction sequence number */
/drivers/staging/rtl8192e/
H A Drtllib.h1232 __le16 transaction; member in struct:rtllib_authentication
2260 /* association procedure transaction sequence number */

Completed in 523 milliseconds