Searched refs:pprops (Results 1 – 1 of 1) sorted by relevance
2966 struct ib_port_attr *pprops = NULL; in __get_port_caps() local2969 pprops = kzalloc(sizeof(*pprops), GFP_KERNEL); in __get_port_caps()2970 if (!pprops) in __get_port_caps()2983 err = mlx5_ib_query_port(&dev->ib_dev, port, pprops); in __get_port_caps()2993 pprops->gid_tbl_len; in __get_port_caps()2995 port, dprops->max_pkeys, pprops->gid_tbl_len); in __get_port_caps()2998 kfree(pprops); in __get_port_caps()