Searched refs:pprops (Results 1 – 1 of 1) sorted by relevance
909 struct ib_port_attr *pprops = NULL; in get_port_caps() local915 pprops = kmalloc(sizeof(*pprops), GFP_KERNEL); in get_port_caps()916 if (!pprops) in get_port_caps()930 err = mlx5_ib_query_port(&dev->ib_dev, port, pprops); in get_port_caps()936 gen->port[port - 1].gid_table_len = pprops->gid_tbl_len; in get_port_caps()938 dprops->max_pkeys, pprops->gid_tbl_len); in get_port_caps()942 kfree(pprops); in get_port_caps()