Searched refs:pln (Results 1 – 5 of 5) sorted by relevance
392 struct csio_lnode *pln = ln->pln; in csio_vport_set_state() local396 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() local435 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() local557 struct csio_hw *hw = csio_lnode_to_hw(pln); in csio_vport_create()[all …]
177 struct csio_lnode *pln; /* Parent lnode of child member206 #define csio_parent_lnode(ln) ((ln)->pln)212 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0)213 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0)
1994 struct csio_lnode *pln; in csio_ln_init() local2027 pln = csio_parent_lnode(ln); in csio_ln_init()2028 kref_get(&pln->fcfinfo->kref); in csio_ln_init()2029 ln->fcfinfo = pln->fcfinfo; in csio_ln_init()2056 struct csio_lnode *pln; in csio_ln_exit() local2060 pln = csio_parent_lnode(ln); in csio_ln_exit()2061 kref_put(&pln->fcfinfo->kref, csio_free_fcfinfo); in csio_ln_exit()2076 struct csio_lnode *pln) in csio_lnode_init() argument2084 if (pln) in csio_lnode_init()2085 ln->pln = pln; in csio_lnode_init()[all …]
594 bool probe, struct csio_lnode *pln) in csio_shost_init() argument641 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
2267 struct dc_plane_state *pln = res_ctx->pipe_ctx[i].plane_state; local2270 pipes[pipe_cnt].pipe.src.immediate_flip = pln->flip_immediate;2271 …hsplit = (res_ctx->pipe_ctx[i].bottom_pipe && res_ctx->pipe_ctx[i].bottom_pipe->plane_state == pln)2272 || (res_ctx->pipe_ctx[i].top_pipe && res_ctx->pipe_ctx[i].top_pipe->plane_state == pln)2276 if (pln->stereo_format == PLANE_STEREO_FORMAT_SIDE_BY_SIDE ||2277 pln->stereo_format == PLANE_STEREO_FORMAT_TOP_AND_BOTTOM) {2282 pipes[pipe_cnt].pipe.src.source_scan = pln->rotation == ROTATION_ANGLE_902283 || pln->rotation == ROTATION_ANGLE_270 ? dm_vert : dm_horz;2290 pipes[pipe_cnt].pipe.src.surface_width_y = pln->plane_size.surface_size.width;2291 pipes[pipe_cnt].pipe.src.surface_height_y = pln->plane_size.surface_size.height;[all …]