Lines Matching defs:pla
5056 struct qlt_plogi_ack_t *pla =
5057 (struct qlt_plogi_ack_t *)e->u.new_sess.pla;
5068 if (pla) {
5071 pla->iocb.u.isp24.u.plogi.node_name,
5073 qlt_plogi_ack_link(vha, pla, fcport, QLT_PLOGI_LINK_SAME_WWN);
5077 pla->ref_count--;
5105 if (pla) {
5106 list_del(&pla->list);
5107 kmem_cache_free(qla_tgt_plogi_cachep, pla);
5128 if (pla) {
5129 qlt_plogi_ack_link(vha, pla, fcport,
5131 pla->ref_count--;
5142 if (pla) {
5143 if (pla->iocb.u.isp24.status_subcode == ELS_PRLI) {
5150 pla->iocb.u.isp24.nport_handle);
5154 pla->iocb.u.isp24.u.prli.wd3_lo);
5164 qlt_plogi_ack_unref(vha, pla);
5217 if (pla) {
5218 list_del(&pla->list);
5219 kmem_cache_free(qla_tgt_plogi_cachep, pla);