Lines Matching refs:pln
392 struct csio_lnode *pln = ln->pln; in csio_vport_set_state() local
396 csio_lnode_state_to_str(pln, state); in csio_vport_set_state()
402 if (!(pln->flags & CSIO_LNF_NPIVSUPP)) { in csio_vport_set_state()
419 struct csio_lnode *pln; in csio_fcoe_alloc_vnp() local
435 pln = ln->pln; in csio_fcoe_alloc_vnp()
436 ln->fcf_flowid = pln->fcf_flowid; in csio_fcoe_alloc_vnp()
437 ln->portid = pln->portid; in csio_fcoe_alloc_vnp()
440 pln->fcf_flowid, pln->vnp_flowid, 0, in csio_fcoe_alloc_vnp()
555 struct csio_lnode *pln = shost_priv(shost); in csio_vport_create() local
557 struct csio_hw *hw = csio_lnode_to_hw(pln); in csio_vport_create()
561 ln = csio_shost_init(hw, &fc_vport->dev, false, pln); in csio_vport_create()