Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 41) sorted by relevance

12

/drivers/usb/host/
A Docteon-hcd.c1960 *transaction, in octeon_usb_urb_complete_callback()
2071 transaction->iso_packets[0].length = transaction->actual_bytes; in cvmx_usb_complete()
2096 transaction, in cvmx_usb_complete()
2099 kfree(transaction); in cvmx_usb_complete()
2141 transaction = kzalloc(sizeof(*transaction), GFP_ATOMIC); in cvmx_usb_submit_transaction()
2173 return transaction; in cvmx_usb_submit_transaction()
2412 transaction->stage = in cvmx_usb_transfer_control()
2467 transaction->stage = in cvmx_usb_transfer_control()
2826 transaction, in cvmx_usb_poll_channel()
3208 if (!transaction) { in octeon_usb_urb_enqueue()
[all …]
/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtt.c355 transaction = tt->transaction + in iwl_advance_tt_handler()
372 transaction->next_state) { in iwl_advance_tt_handler()
375 transaction->next_state; in iwl_advance_tt_handler()
610 kfree(tt->transaction); in iwl_tt_initialize()
611 tt->transaction = NULL; in iwl_tt_initialize()
613 transaction = tt->transaction + in iwl_tt_initialize()
616 transaction = tt->transaction + in iwl_tt_initialize()
619 transaction = tt->transaction + in iwl_tt_initialize()
622 transaction = tt->transaction + in iwl_tt_initialize()
654 kfree(tt->transaction); in iwl_tt_exit()
[all …]
A Dtt.h94 struct iwl_tt_trans *transaction; member
/drivers/nfc/st21nfca/
A Dse.c309 struct nfc_evt_transaction *transaction; in st21nfca_connectivity_event_received() local
341 if (skb->len < aid_len + 4 || aid_len > sizeof(transaction->aid)) in st21nfca_connectivity_event_received()
353 transaction = devm_kzalloc(dev, sizeof(*transaction) + params_len, GFP_KERNEL); in st21nfca_connectivity_event_received()
354 if (!transaction) in st21nfca_connectivity_event_received()
357 transaction->aid_len = aid_len; in st21nfca_connectivity_event_received()
358 transaction->params_len = params_len; in st21nfca_connectivity_event_received()
360 memcpy(transaction->aid, &skb->data[2], aid_len); in st21nfca_connectivity_event_received()
361 memcpy(transaction->params, &skb->data[aid_len + 4], params_len); in st21nfca_connectivity_event_received()
363 r = nfc_se_transaction(hdev->ndev, host, transaction); in st21nfca_connectivity_event_received()
/drivers/nfc/st-nci/
A Dse.c314 struct nfc_evt_transaction *transaction; in st_nci_hci_connectivity_event_received() local
348 aid_len > sizeof(transaction->aid)) in st_nci_hci_connectivity_event_received()
360 transaction = devm_kzalloc(dev, sizeof(*transaction) + in st_nci_hci_connectivity_event_received()
362 if (!transaction) in st_nci_hci_connectivity_event_received()
365 transaction->aid_len = aid_len; in st_nci_hci_connectivity_event_received()
366 transaction->params_len = params_len; in st_nci_hci_connectivity_event_received()
368 memcpy(transaction->aid, &skb->data[2], aid_len); in st_nci_hci_connectivity_event_received()
369 memcpy(transaction->params, &skb->data[aid_len + 4], in st_nci_hci_connectivity_event_received()
372 r = nfc_se_transaction(ndev->nfc_dev, host, transaction); in st_nci_hci_connectivity_event_received()
/drivers/nvme/host/
A Dauth.c35 u16 transaction; member
97 u16 transaction, u8 expected_msg) in nvme_auth_receive_validate() argument
113 if (le16_to_cpu(data->t_id) != transaction) { in nvme_auth_receive_validate()
135 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_negotiate_data()
318 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_reply_data()
409 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_success2_data()
487 put_unaligned_le16(chap->transaction, buf); in nvme_auth_dhchap_setup_host_response()
572 put_unaligned_le16(chap->transaction, buf); in nvme_auth_dhchap_setup_ctrl_response()
676 chap->transaction = 0; in nvme_auth_reset_dhchap()
797 chap->transaction = ctrl->transaction++; in nvme_queue_auth_work()
[all …]
/drivers/net/ethernet/intel/i40e/
A Di40e_nvm.c784 u8 module, transaction; in i40e_nvmupd_validate_command() local
789 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_validate_command()
802 switch (transaction) { in i40e_nvmupd_validate_command()
828 switch (transaction) { in i40e_nvmupd_validate_command()
877 u8 module, transaction; in i40e_nvmupd_nvm_erase() local
881 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_nvm_erase()
883 last = (transaction & I40E_NVM_LCB); in i40e_nvmupd_nvm_erase()
917 u8 module, transaction; in i40e_nvmupd_nvm_write() local
924 last = (transaction & I40E_NVM_LCB); in i40e_nvmupd_nvm_write()
960 u8 module, transaction; in i40e_nvmupd_nvm_read() local
[all …]
/drivers/acpi/
A Dec.c154 struct transaction { struct
167 struct transaction transaction; argument
661 struct transaction *t = ec->curr; in advance_transaction()
783 struct transaction *t) in acpi_ec_transaction_unlocked()
849 struct transaction t = {.command = ACPI_EC_BURST_ENABLE, in acpi_ec_burst_enable()
870 struct transaction t = {.command = ACPI_EC_COMMAND_READ, in acpi_ec_read()
883 struct transaction t = {.command = ACPI_EC_COMMAND_READ, in acpi_ec_read_unlocked()
943 struct transaction t = {.command = command, in ec_transaction()
1177 struct transaction *t; in acpi_ec_create_query()
1184 t = &q->transaction; in acpi_ec_create_query()
[all …]
A Dinternal.h206 struct transaction *curr;
/drivers/hid/intel-thc-hid/
A DKconfig27 transaction flow.
38 transaction flow.
/drivers/net/ethernet/freescale/fman/
A DKconfig30 1. FMAN AXI transaction crosses 4K address boundary (Errata
32 2. FMAN DMA address for an AXI transaction is not 16 byte
/drivers/firewire/
A Dcore-transaction.c47 static int close_transaction(struct fw_transaction *transaction, struct fw_card *card, int rcode, in close_transaction() argument
54 if (iter == transaction) { in close_transaction()
83 struct fw_transaction *transaction) in fw_cancel_transaction() argument
93 if (card->driver->cancel_packet(card, &transaction->packet) == 0) in fw_cancel_transaction()
101 if (transaction->packet.ack == 0) { in fw_cancel_transaction()
103 tstamp = transaction->packet.timestamp; in fw_cancel_transaction()
111 return close_transaction(transaction, card, RCODE_CANCELLED, tstamp); in fw_cancel_transaction()
A DMakefile7 core-iso.o core-topology.o core-transaction.o
/drivers/md/persistent-data/
A DMakefile10 dm-transaction-manager.o \
/drivers/dma/
A DTODO5 3. Make issue_pending to start the transaction in below drivers
/drivers/rapidio/devices/
A Drio_mport_cdev.c946 struct rio_transaction transaction; in rio_mport_transfer_ioctl() local
952 if (unlikely(copy_from_user(&transaction, arg, sizeof(transaction)))) in rio_mport_transfer_ioctl()
955 if (transaction.count != 1) /* only single transfer for now */ in rio_mport_transfer_ioctl()
958 if ((transaction.transfer_mode & in rio_mport_transfer_ioctl()
962 size = array_size(sizeof(*transfer), transaction.count); in rio_mport_transfer_ioctl()
968 (void __user *)(uintptr_t)transaction.block, in rio_mport_transfer_ioctl()
974 dir = (transaction.dir == RIO_TRANSFER_DIR_READ) ? in rio_mport_transfer_ioctl()
976 for (i = 0; i < transaction.count && ret == 0; i++) in rio_mport_transfer_ioctl()
977 ret = rio_dma_transfer(filp, transaction.transfer_mode, in rio_mport_transfer_ioctl()
978 transaction.sync, dir, &transfer[i]); in rio_mport_transfer_ioctl()
[all …]
/drivers/staging/most/Documentation/
A Ddriver_usage.txt200 per USB transaction and the sub-buffer size need to be configured. These
207 should travel to the host within one USB transaction need to be written to
221 transaction, which renders MTU_USB - frame_size bytes for padding.
225 packets within one USB transaction. This renders
/drivers/android/
A Dbinder_alloc.h51 struct binder_transaction *transaction; member
A Dbinder_alloc.c756 BUG_ON(buffer->transaction != NULL); in binder_free_buf_locked()
978 BUG_ON(buffer->transaction); in binder_alloc_deferred_release()
1055 buffer->transaction ? "active" : "delivered"); in binder_alloc_print_allocated()
1314 (!buffer->allow_user_free || !buffer->transaction); in check_buffer()
/drivers/net/wireless/ath/wil6210/
A DKconfig27 it saves extra target transaction;
/drivers/scsi/aic7xxx/
A Daic79xx.seq149 * We have received good status for this transaction. There may
171 * to this transaction. There are two states that a FIFO still
583 * Allocate a FIFO for a non-packetized transaction.
585 * can allocate a FIFO for a non-packetized transaction.
629 * each transaction.
682 * each transaction.
957 * of the transaction being sent.
1095 * transaction for this target, this must be a tagged transaction.
1143 * an SCB transaction to the reconnecting target.
1333 * no identified transaction exists should a
[all …]
A Daic7xxx.seq1482 * of the transaction being sent.
1694 * and await the bus going free. If this is an untagged transaction
1728 * chips, SHADDR increments with every bus transaction, even PIO.
1811 * transactions by first looking at the transaction stored in
1812 * the busy target array. If there is no untagged transaction
1813 * for this target or the transaction is for a different lun, then
1814 * this must be a tagged transaction.
1905 * an SCB transaction to the reconnecting target.
2274 * a PCI transaction. Drain the fifo.
2339 * transaction, it must be returned to the disconnected list.
/drivers/soc/mediatek/
A DKconfig25 unexpected transaction.
/drivers/pci/pcie/
A DKconfig69 (transaction layer end-to-end CRC checking).
/drivers/usb/fotg210/
A Dfotg210-hcd.h478 __hc32 transaction; /* itd->hw_transaction[i] |= */ member

Completed in 62 milliseconds

12