Home
last modified time | relevance | path

Searched refs:max_msg_sz (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2430 unsigned int max_msg_sz = 0; in ath6kl_htc_mbox_conn_service() local
2441 max_msg_sz = HTC_MAX_CTRL_MSG_LEN; in ath6kl_htc_mbox_conn_service()
2494 max_msg_sz = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_mbox_conn_service()
2498 assigned_ep >= ENDPOINT_MAX || !max_msg_sz)) { in ath6kl_htc_mbox_conn_service()
2512 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2520 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2542 if (conn_req->max_rxmsg_sz > max_msg_sz) { in ath6kl_htc_mbox_conn_service()
2550 max_msg_sz / target->tgt_cred_sz; in ath6kl_htc_mbox_conn_service()
H A Dhtc.h205 __le16 max_msg_sz; member
H A Dhtc_pipe.c1335 max_msg_size = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_pipe_conn_service()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h89 u32 max_msg_sz; member
H A Dfw.c902 dev_cap->max_msg_sz = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP()
/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c632 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg); in mlx5_query_mad_ifc_port()
/linux/include/linux/mlx4/
H A Ddevice.h593 u32 max_msg_sz; member