Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dsecurity.c335 struct ib_ports_pkeys *new_pps; in get_new_pps() local
338 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() local
600 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 …]