Searched refs:max_msg_size (Results 1 – 7 of 7) sorted by relevance
610 unsigned int max_msg_size = 0; in ath10k_htc_connect_service() local621 max_msg_size = ATH10K_HTC_MAX_CTRL_MSG_LEN; in ath10k_htc_connect_service()704 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()711 if (max_msg_size == 0) in ath10k_htc_connect_service()722 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()727 ep->max_ep_message_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
148 __le16 max_msg_size; member
1238 unsigned int max_msg_size = 0; in ath6kl_htc_pipe_conn_service() local1254 max_msg_size = HTC_MAX_CTRL_MSG_LEN; in ath6kl_htc_pipe_conn_service()1347 max_msg_size = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_pipe_conn_service()1358 if (max_msg_size == 0) { in ath6kl_htc_pipe_conn_service()1373 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()1378 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()1381 ep->cred_dist.cred_per_msg = max_msg_size / target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service()1382 if (max_msg_size % target->tgt_cred_sz) in ath6kl_htc_pipe_conn_service()
116 unsigned int max_msg_size; member
3541 config.max_msg_size = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()
429 port->max_msg_size = min_t(u64, in qed_rdma_init_port()
263 attr->max_msg_sz = rdma_port->max_msg_size; in qedr_query_port()