Searched refs:pprops (Results 1 – 1 of 1) sorted by relevance
1017 struct ib_port_attr *pprops = NULL; in get_port_caps() local1022 pprops = kmalloc(sizeof(*pprops), GFP_KERNEL); in get_port_caps()1023 if (!pprops) in get_port_caps()1037 err = mlx5_ib_query_port(&dev->ib_dev, port, pprops); in get_port_caps()1046 pprops->gid_tbl_len; in get_port_caps()1048 dprops->max_pkeys, pprops->gid_tbl_len); in get_port_caps()1052 kfree(pprops); in get_port_caps()