Searched refs:pprops (Results 1 – 1 of 1) sorted by relevance
4740 struct ib_port_attr *pprops = NULL; in __get_port_caps() local4744 pprops = kzalloc(sizeof(*pprops), GFP_KERNEL); in __get_port_caps()4745 if (!pprops) in __get_port_caps()4758 err = mlx5_ib_query_port(&dev->ib_dev, port, pprops); in __get_port_caps()4768 pprops->gid_tbl_len; in __get_port_caps()4770 port, dprops->max_pkeys, pprops->gid_tbl_len); in __get_port_caps()4773 kfree(pprops); in __get_port_caps()