Home
last modified time | relevance | path

Searched refs:max_msg_sz (Results 1 – 14 of 14) 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/cxgb4/
H A Dprovider.c317 props->max_msg_sz = -1; in c4iw_query_port()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h314 __u32 max_msg_sz; member
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c292 props->max_msg_sz = HNS_ROCE_MAX_MSG_LEN; in hns_roce_query_port()
/linux/include/linux/mlx4/
H A Ddevice.h593 u32 max_msg_sz; member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c592 props->max_msg_sz = 1 << MLX5_CAP_GEN(dev->mdev, log_max_msg); in mlx5_query_port_roce()
1487 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg); in mlx5_query_hca_port()
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c342 props->max_msg_sz = dev->dev_attr.mtu; in efa_query_port()
/linux/include/rdma/
H A Dib_verbs.h704 u32 max_msg_sz; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c299 port_attr->max_msg_sz = (u32)BNXT_RE_MAX_MR_SIZE_LOW; in bnxt_re_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()