Lines Matching refs:pln
380 struct csio_lnode *pln = ln->pln; in csio_vport_set_state() local
384 csio_lnode_state_to_str(pln, state); in csio_vport_set_state()
390 if (!(pln->flags & CSIO_LNF_NPIVSUPP)) { in csio_vport_set_state()
407 struct csio_lnode *pln; in csio_fcoe_alloc_vnp() local
423 pln = ln->pln; in csio_fcoe_alloc_vnp()
424 ln->fcf_flowid = pln->fcf_flowid; in csio_fcoe_alloc_vnp()
425 ln->portid = pln->portid; in csio_fcoe_alloc_vnp()
428 pln->fcf_flowid, pln->vnp_flowid, 0, in csio_fcoe_alloc_vnp()
488 struct csio_lnode *pln; in csio_fcoe_free_vnp() local
505 pln = ln->pln; in csio_fcoe_free_vnp()
546 struct csio_lnode *pln = shost_priv(shost); in csio_vport_create() local
548 struct csio_hw *hw = csio_lnode_to_hw(pln); in csio_vport_create()
552 ln = csio_shost_init(hw, &fc_vport->dev, false, pln); in csio_vport_create()