Home
last modified time | relevance | path

Searched full:txn (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi.c126 struct qmi_txn txn; in ath10k_qmi_msa_mem_info_send_sync_msg() local
133 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
138 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
143 qmi_txn_cancel(&txn); in ath10k_qmi_msa_mem_info_send_sync_msg()
148 ret = qmi_txn_wait(&txn, ATH10K_QMI_TIMEOUT * HZ); in ath10k_qmi_msa_mem_info_send_sync_msg()
203 struct qmi_txn txn; in ath10k_qmi_msa_ready_send_sync_msg() local
206 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
211 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
216 qmi_txn_cancel(&txn); in ath10k_qmi_msa_ready_send_sync_msg()
221 ret = qmi_txn_wait(&txn, ATH10K_QMI_TIMEOUT * HZ); in ath10k_qmi_msa_ready_send_sync_msg()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.c1725 struct qmi_txn txn; in ath11k_qmi_host_cap_send() local
1774 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath11k_qmi_host_cap_send()
1779 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath11k_qmi_host_cap_send()
1784 qmi_txn_cancel(&txn); in ath11k_qmi_host_cap_send()
1789 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH11K_QMI_WLANFW_TIMEOUT_MS)); in ath11k_qmi_host_cap_send()
1809 struct qmi_txn txn; in ath11k_qmi_fw_ind_register_send() local
1845 ret = qmi_txn_init(handle, &txn, in ath11k_qmi_fw_ind_register_send()
1852 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath11k_qmi_fw_ind_register_send()
1857 qmi_txn_cancel(&txn); in ath11k_qmi_fw_ind_register_send()
1863 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH11K_QMI_WLANFW_TIMEOUT_MS)); in ath11k_qmi_fw_ind_register_send()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h141 qmi_send_request(struct qmi_handle *handle, void *x, struct qmi_txn *txn, in qmi_send_request() argument
150 qmi_txn_cancel(struct qmi_txn *txn) in qmi_txn_cancel() argument
157 qmi_txn_init(struct qmi_handle *handle, struct qmi_txn *txn, in qmi_txn_init() argument
166 qmi_txn_wait(struct qmi_txn *txn, uint64_t jiffies) in qmi_txn_wait() argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.c1932 struct qmi_txn txn = {}; in ath12k_qmi_host_cap_send() local
1978 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_host_cap_send()
1983 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath12k_qmi_host_cap_send()
1992 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH12K_QMI_WLANFW_TIMEOUT_MS)); in ath12k_qmi_host_cap_send()
2012 struct qmi_txn txn; in ath12k_qmi_fw_ind_register_send() local
2041 ret = qmi_txn_init(handle, &txn, in ath12k_qmi_fw_ind_register_send()
2046 ret = qmi_send_request(&ab->qmi.handle, NULL, &txn, in ath12k_qmi_fw_ind_register_send()
2056 ret = qmi_txn_wait(&txn, msecs_to_jiffies(ATH12K_QMI_WLANFW_TIMEOUT_MS)); in ath12k_qmi_fw_ind_register_send()
2080 struct qmi_txn txn = {}; in ath12k_qmi_respond_fw_mem_request() local
2115 ret = qmi_txn_init(&ab->qmi.handle, &txn, in ath12k_qmi_respond_fw_mem_request()
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h155 * destroys txn object and removes it from the db
350 * c'tor for txn mgr obj
363 * c'tor for txn mgr obj
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp)
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
/freebsd/crypto/openssl/test/recipes/65-test_cmp_protect_data/
H A DEndEntity1.crt11 I1aJ8jQ+u5jCKjvYLp6Cnbr4AbRXzvKuMyV6UfIAQbrGOxAClvX++5/ZQbhY+TxN
/freebsd/crypto/openssl/test/recipes/65-test_cmp_vfy_data/
H A DEndEntity1.crt11 I1aJ8jQ+u5jCKjvYLp6Cnbr4AbRXzvKuMyV6UfIAQbrGOxAClvX++5/ZQbhY+TxN
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx.c468 * The txn lock will be released each time the function sleeps in osm_vendor_send()
483 /* For double-sided sends, the txn continues to live */ in osm_vendor_send()
654 "__osm_vendor_internal_unbind: destroying txn mgr.. \n"); in __osm_vendor_internal_unbind()
752 /* Save a reference to the MAD in the txn context in __osmv_get_send_txn()
H A Dosm_vendor_mlx_anafa.c477 * The txn lock will be released each time the function sleeps in osm_vendor_send()
492 /* For double-sided sends, the txn continues to live */ in osm_vendor_send()
644 "__osm_vendor_internal_unbind: destroying txn mgr.. \n"); in __osm_vendor_internal_unbind()
735 /* Save a reference to the MAD in the txn context in __osmv_get_send_txn()
H A Dosm_vendor_mlx_txn.c236 /* Cancel the (single) timeout possibly outstanding for this txn in osmv_txn_done()
488 /* assuming osmv_txn_done has removed the txn from the map */ in __osmv_txn_all_done()
H A Dosm_vendor_mlx_dispatcher.c187 * DESCRIPTION Decide which way to handle the received MAD: simple txn/RMPP/drop
369 /* If an error happens here, it's the sender thread to cleanup the txn */ in __osmv_dispatch_rmpp_mad()
H A Dosm_vendor_mlx_sender.c82 /* Push a fake txn id to the MAD */ in osmv_simple_send_madw()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Domap-spi.txt20 is to be "rxN" and "txN" for RX and TX requests,
H A Domap-spi.yaml72 "rxN" and "txN" for RX and TX requests, respectively. Where N
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dda8xx-usb.txt24 and "txN" for transmit endpoints. N specifies the endpoint number.
H A Dam33xx-usb.txt49 and "txN" for transmit endpoints. N specifies the endpoint number.
/freebsd/sys/crypto/ccp/
H A Dccp.c699 /* Wipe out any descriptors associated with this aborted txn. */ in ccp_queue_abort()
/freebsd/contrib/sqlite3/
H A Dshell.c26419 eTxn==SQLITE_TXN_READ ? " read-txn" : " write-txn"); in do_meta_command()
H A Dsqlite3.c126517 eTxnType = 0; /* Read txn */
126519 eTxnType = 2; /* Exclusive txn */
126521 eTxnType = 1; /* Write txn */