Home
last modified time | relevance | path

Searched refs:conn_req (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c1218 struct htc_service_connect_req *conn_req, in ath6kl_htc_pipe_conn_service() argument
1234 if (conn_req->svc_id == 0) { in ath6kl_htc_pipe_conn_service()
1240 if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) { in ath6kl_htc_pipe_conn_service()
1247 tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1276 conn_msg->svc_id = cpu_to_le16(conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1277 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
1284 if (conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
1364 ep->svc_id = conn_req->svc_id; /* this marks ep in use */ in ath6kl_htc_pipe_conn_service()
1365 ep->max_txq_depth = conn_req->max_txq_depth; in ath6kl_htc_pipe_conn_service()
1374 ep->ep_cb = conn_req->ep_cb; in ath6kl_htc_pipe_conn_service()
H A Dhtc_mbox.c2421 struct htc_service_connect_req *conn_req, in ath6kl_htc_mbox_conn_service() argument
2436 target, conn_req->svc_id); in ath6kl_htc_mbox_conn_service()
2438 if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) { in ath6kl_htc_mbox_conn_service()
2452 conn_msg->svc_id = cpu_to_le16(conn_req->svc_id); in ath6kl_htc_mbox_conn_service()
2453 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags); in ath6kl_htc_mbox_conn_service()
2517 endpoint->svc_id = conn_req->svc_id; in ath6kl_htc_mbox_conn_service()
2519 endpoint->max_txq_depth = conn_req->max_txq_depth; in ath6kl_htc_mbox_conn_service()
2521 endpoint->ep_cb = conn_req->ep_cb; in ath6kl_htc_mbox_conn_service()
2522 endpoint->cred_dist.svc_id = conn_req->svc_id; in ath6kl_htc_mbox_conn_service()
2536 if (conn_req->max_rxmsg_sz) { in ath6kl_htc_mbox_conn_service()
[all …]
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c361 struct hbm_client_connect_request conn_req; in ishtp_hbm_cl_connect_req() local
362 const size_t len = sizeof(conn_req); in ishtp_hbm_cl_connect_req()
365 ishtp_hbm_cl_hdr(cl, CLIENT_CONNECT_REQ_CMD, &conn_req, len); in ishtp_hbm_cl_connect_req()
367 return ishtp_write_message(dev, &hdr, &conn_req); in ishtp_hbm_cl_connect_req()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c23 struct ath12k_htc_svc_conn_req conn_req = {}; in ath12k_dp_htt_connect() local
27 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
28 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
31 conn_req.service_id = ATH12K_HTC_SVC_ID_HTT_DATA_MSG; in ath12k_dp_htt_connect()
33 status = ath12k_htc_connect_service(&dp->ab->htc, &conn_req, in ath12k_dp_htt_connect()
H A Dwmi.c10501 struct ath12k_htc_svc_conn_req conn_req = {}; in ath12k_connect_pdev_htc_service() local
10505 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()
10506 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
10507 conn_req.ep_ops.ep_tx_credits = ath12k_wmi_op_ep_tx_credits; in ath12k_connect_pdev_htc_service()
10510 conn_req.service_id = svc_id[pdev_idx]; in ath12k_connect_pdev_htc_service()
10512 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.h398 struct ath10k_htc_svc_conn_req *conn_req,
H A Dwmi.c6415 struct ath10k_htc_svc_conn_req conn_req; in ath10k_wmi_connect() local
6420 memset(&conn_req, 0, sizeof(conn_req)); in ath10k_wmi_connect()
6424 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
6425 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()
6426 conn_req.ep_ops.ep_tx_credits = ath10k_wmi_op_ep_tx_credits; in ath10k_wmi_connect()
6429 conn_req.service_id = ATH10K_HTC_SVC_ID_WMI_CONTROL; in ath10k_wmi_connect()
6431 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect()
/linux/drivers/rapidio/
H A Drio_cm.c201 struct conn_req { struct
375 struct conn_req *req; in riocm_req_handler()
1075 struct conn_req *req; in riocm_ch_accept()
1139 req = list_first_entry(&ch->accept_queue, struct conn_req, node); in riocm_ch_accept()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c9071 struct ath11k_htc_svc_conn_req conn_req; in ath11k_connect_pdev_htc_service() local
9074 memset(&conn_req, 0, sizeof(conn_req)); in ath11k_connect_pdev_htc_service()
9078 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
9079 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
9080 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()
9083 conn_req.service_id = svc_id[pdev_idx]; in ath11k_connect_pdev_htc_service()
9085 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()