Home
last modified time | relevance | path

Searched refs:max_msg_sz (Results 1 – 13 of 13) 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 Dmain.c532 dev->caps.max_msg_sz = dev_cap->max_msg_sz; in mlx4_dev_cap()
H A Dfw.c902 dev_cap->max_msg_sz = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP()
/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c317 props->max_msg_sz = -1; in c4iw_query_port()
/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/uapi/rdma/
H A Dib_user_verbs.h314 __u32 max_msg_sz; member
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c152 props->max_msg_sz = 0x80000000; in mthca_query_port()
/linux/include/linux/mlx4/
H A Ddevice.h593 u32 max_msg_sz; member
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c342 props->max_msg_sz = dev->dev_attr.mtu; in efa_query_port()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c120 props->max_msg_sz = iwdev->rf->sc_dev.hw_attrs.max_hw_outbound_msg_size; in irdma_query_port()