Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
A Dhtc.c597 struct ath11k_htc_svc_conn_req *conn_req, in ath11k_htc_connect_service() argument
615 if (conn_req->service_id == ATH11K_HTC_SVC_ID_RSVD_CTRL) { in ath11k_htc_connect_service()
624 conn_req->service_id); in ath11k_htc_connect_service()
628 htc_service_name(conn_req->service_id)); in ath11k_htc_connect_service()
661 conn_req->service_id); in ath11k_htc_connect_service()
735 ep->service_id = conn_req->service_id; in ath11k_htc_connect_service()
736 ep->max_tx_queue_depth = conn_req->max_send_queue_depth; in ath11k_htc_connect_service()
742 ep->ep_ops = conn_req->ep_ops; in ath11k_htc_connect_service()
801 struct ath11k_htc_svc_conn_req conn_req; in ath11k_htc_init() local
828 memset(&conn_req, 0, sizeof(conn_req)); in ath11k_htc_init()
[all …]
A Ddp.c947 struct ath11k_htc_svc_conn_req conn_req; in ath11k_dp_htt_connect() local
951 memset(&conn_req, 0, sizeof(conn_req)); in ath11k_dp_htt_connect()
954 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
955 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
958 conn_req.service_id = ATH11K_HTC_SVC_ID_HTT_DATA_MSG; in ath11k_dp_htt_connect()
960 status = ath11k_htc_connect_service(&dp->ab->htc, &conn_req, in ath11k_dp_htt_connect()
A Dhtc.h289 struct ath11k_htc_svc_conn_req *conn_req,
A Dwmi.c8893 struct ath11k_htc_svc_conn_req conn_req; in ath11k_connect_pdev_htc_service() local
8896 memset(&conn_req, 0, sizeof(conn_req)); in ath11k_connect_pdev_htc_service()
8900 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
8901 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
8902 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()
8905 conn_req.service_id = svc_id[pdev_idx]; in ath11k_connect_pdev_htc_service()
8907 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()
/drivers/net/wireless/ath/ath12k/
A Dhtc.c558 struct ath12k_htc_svc_conn_req *conn_req, in ath12k_htc_connect_service() argument
576 if (conn_req->service_id == ATH12K_HTC_SVC_ID_RSVD_CTRL) { in ath12k_htc_connect_service()
585 conn_req->service_id); in ath12k_htc_connect_service()
589 htc_service_name(conn_req->service_id)); in ath12k_htc_connect_service()
616 req_msg->msg_svc_id |= le32_encode_bits(conn_req->service_id, in ath12k_htc_connect_service()
690 ep->service_id = conn_req->service_id; in ath12k_htc_connect_service()
691 ep->max_tx_queue_depth = conn_req->max_send_queue_depth; in ath12k_htc_connect_service()
697 ep->ep_ops = conn_req->ep_ops; in ath12k_htc_connect_service()
753 struct ath12k_htc_svc_conn_req conn_req = { }; in ath12k_htc_init() local
783 conn_req.service_id = ATH12K_HTC_SVC_ID_RSVD_CTRL; in ath12k_htc_init()
[all …]
A Dhtc.h308 struct ath12k_htc_svc_conn_req *conn_req,
A Ddp.c1086 struct ath12k_htc_svc_conn_req conn_req = {}; in ath12k_dp_htt_connect() local
1090 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
1091 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
1094 conn_req.service_id = ATH12K_HTC_SVC_ID_HTT_DATA_MSG; in ath12k_dp_htt_connect()
1096 status = ath12k_htc_connect_service(&dp->ab->htc, &conn_req, in ath12k_dp_htt_connect()
A Dwmi.c9787 struct ath12k_htc_svc_conn_req conn_req = {}; in ath12k_connect_pdev_htc_service() local
9791 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()
9792 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
9793 conn_req.ep_ops.ep_tx_credits = ath12k_wmi_op_ep_tx_credits; in ath12k_connect_pdev_htc_service()
9796 conn_req.service_id = svc_id[pdev_idx]; in ath12k_connect_pdev_htc_service()
9798 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service()
/drivers/net/wireless/ath/ath10k/
A Dhtc.c1016 struct ath10k_htc_svc_conn_req *conn_req, in ath10k_htc_connect_service() argument
1044 conn_req->service_id); in ath10k_htc_connect_service()
1048 htc_service_name(conn_req->service_id)); in ath10k_htc_connect_service()
1142 ep->service_id = conn_req->service_id; in ath10k_htc_connect_service()
1153 ep->ep_ops = conn_req->ep_ops; in ath10k_htc_connect_service()
1206 struct ath10k_htc_svc_conn_req conn_req; in ath10k_htc_pktlog_connect() local
1209 memset(&conn_req, 0, sizeof(conn_req)); in ath10k_htc_pktlog_connect()
1212 conn_req.ep_ops.ep_tx_complete = NULL; in ath10k_htc_pktlog_connect()
1214 conn_req.ep_ops.ep_tx_credits = NULL; in ath10k_htc_pktlog_connect()
1296 struct ath10k_htc_svc_conn_req conn_req; in ath10k_htc_init() local
[all …]
A Dhtt.c290 struct ath10k_htc_svc_conn_req conn_req; in ath10k_htt_connect() local
296 memset(&conn_req, 0, sizeof(conn_req)); in ath10k_htt_connect()
299 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
300 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
301 conn_req.ep_ops.ep_tx_credits = ath10k_htt_op_ep_tx_credits; in ath10k_htt_connect()
304 conn_req.service_id = ATH10K_HTC_SVC_ID_HTT_DATA_MSG; in ath10k_htt_connect()
306 status = ath10k_htc_connect_service(&htt->ar->htc, &conn_req, in ath10k_htt_connect()
A Dhtc.h398 struct ath10k_htc_svc_conn_req *conn_req,
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()
/drivers/net/wireless/ath/ath6kl/
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()
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()
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()
2542 if (conn_req->max_rxmsg_sz > max_msg_sz) { in ath6kl_htc_mbox_conn_service()
[all …]
/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c362 struct hbm_client_connect_request conn_req; in ishtp_hbm_cl_connect_req() local
363 const size_t len = sizeof(conn_req); in ishtp_hbm_cl_connect_req()
366 ishtp_hbm_cl_hdr(cl, CLIENT_CONNECT_REQ_CMD, &conn_req, len); in ishtp_hbm_cl_connect_req()
368 return ishtp_write_message(dev, &hdr, &conn_req); in ishtp_hbm_cl_connect_req()
/drivers/rapidio/
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()

Completed in 89 milliseconds