Searched refs:new_pps (Results 1 – 1 of 1) sorted by relevance
335 struct ib_ports_pkeys *new_pps; in get_new_pps() local338 new_pps = kzalloc(sizeof(*new_pps), GFP_KERNEL); in get_new_pps()339 if (!new_pps) in get_new_pps()368 new_pps->main.sec = qp->qp_sec; in get_new_pps()369 new_pps->alt.sec = qp->qp_sec; in get_new_pps()370 return new_pps; in get_new_pps()578 struct ib_ports_pkeys *new_pps = NULL; in ib_security_modify_qp() local600 new_pps = get_new_pps(real_qp, in ib_security_modify_qp()603 if (!new_pps) { in ib_security_modify_qp()630 if (new_pps) { in ib_security_modify_qp()[all …]