Lines Matching defs:pla
5305 struct qlt_plogi_ack_t *pla =
5306 (struct qlt_plogi_ack_t *)e->u.new_sess.pla;
5317 if (pla) {
5320 pla->iocb.u.isp24.u.plogi.node_name,
5322 qlt_plogi_ack_link(vha, pla, fcport, QLT_PLOGI_LINK_SAME_WWN);
5326 pla->ref_count--;
5360 if (pla) {
5361 list_del(&pla->list);
5362 kmem_cache_free(qla_tgt_plogi_cachep, pla);
5383 if (pla) {
5384 qlt_plogi_ack_link(vha, pla, fcport,
5386 pla->ref_count--;
5397 if (pla) {
5398 if (pla->iocb.u.isp24.status_subcode == ELS_PRLI) {
5405 pla->iocb.u.isp24.nport_handle);
5409 pla->iocb.u.isp24.u.prli.wd3_lo);
5419 qlt_plogi_ack_unref(vha, pla);
5472 if (pla) {
5473 list_del(&pla->list);
5474 kmem_cache_free(qla_tgt_plogi_cachep, pla);