Searched refs:new_pps (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dsecurity.c335 struct ib_ports_pkeys *new_pps; local
338 new_pps = kzalloc(sizeof(*new_pps), GFP_KERNEL);
339 if (!new_pps)
343 new_pps->main.port_num = qp_attr->port_num;
345 new_pps->main.port_num = qp_pps->main.port_num;
348 new_pps->main.pkey_index = qp_attr->pkey_index;
350 new_pps->main.pkey_index = qp_pps->main.pkey_index;
355 new_pps->main.state = IB_PORT_PKEY_VALID;
358 new_pps
578 struct ib_ports_pkeys *new_pps = NULL; local
[all...]

Completed in 73 milliseconds