Home
last modified time | relevance | path

Searched refs:max_caps (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c413 struct mlx5_caps *max_caps = NULL; in handle_hca_cap() local
421 max_caps = kzalloc(sizeof(*max_caps), GFP_KERNEL); in handle_hca_cap()
422 if (!max_caps) in handle_hca_cap()
429 err = mlx5_core_get_caps(dev, max_caps, HCA_CAP_OPMOD_GET_MAX); in handle_hca_cap()
452 kfree(max_caps); in handle_hca_cap()
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h283 __le32 max_caps, max_leases; member
/linux-4.1.27/fs/ceph/
Dmds_client.c1405 int max_caps) in trim_caps() argument
1407 int trim_caps = session->s_nr_caps - max_caps; in trim_caps()
1410 session->s_mds, session->s_nr_caps, max_caps, trim_caps); in trim_caps()
1415 session->s_mds, session->s_nr_caps, max_caps, in trim_caps()
2636 trim_caps(mdsc, session, le32_to_cpu(h->max_caps)); in handle_session()
/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c2077 __le32 __iomem *addr, u8 major_revision, int max_caps) in xhci_add_in_port() argument
2104 if (major_revision < 0x03 && xhci->num_ext_caps < max_caps) in xhci_add_in_port()