Searched refs:pprops (Results 1 – 1 of 1) sorted by relevance
2735 struct ib_port_attr *pprops = NULL; in get_port_caps() local2740 pprops = kmalloc(sizeof(*pprops), GFP_KERNEL); in get_port_caps()2741 if (!pprops) in get_port_caps()2755 err = mlx5_ib_query_port(&dev->ib_dev, port, pprops); in get_port_caps()2764 pprops->gid_tbl_len; in get_port_caps()2766 dprops->max_pkeys, pprops->gid_tbl_len); in get_port_caps()2770 kfree(pprops); in get_port_caps()