Home
last modified time | relevance | path

Searched refs:pln (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/netfilter/
A Darpt_mangle.c18 int pln, hln; in target() local
25 pln = arp->ar_pln; in target()
36 if (ARPT_MANGLE_ADDR_LEN_MAX < pln || in target()
37 (arpptr + pln > skb_tail_pointer(skb))) in target()
39 memcpy(arpptr, &mangle->u_s.src_ip, pln); in target()
41 arpptr += pln; in target()
50 if (ARPT_MANGLE_ADDR_LEN_MAX < pln || in target()
51 (arpptr + pln > skb_tail_pointer(skb))) in target()
53 memcpy(arpptr, &mangle->u_t.tgt_ip, pln); in target()
/linux/drivers/scsi/csiostor/
A Dcsio_attr.c392 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()
[all …]
A Dcsio_lnode.h164 struct csio_lnode *pln; /* Parent lnode of child member
193 #define csio_parent_lnode(ln) ((ln)->pln)
199 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0)
200 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0)
A Dcsio_lnode.c1994 struct csio_lnode *pln; in csio_ln_init() local
2056 struct csio_lnode *pln; in csio_ln_exit() local
2076 struct csio_lnode *pln) in csio_lnode_init() argument
2084 if (pln) in csio_lnode_init()
2085 ln->pln = pln; in csio_lnode_init()
2087 ln->pln = NULL; in csio_lnode_init()
2106 list_add_tail(&ln->sm.sm_list, pln ? &pln->cln_head : &hw->sln_head); in csio_lnode_init()
2107 if (pln) in csio_lnode_init()
2108 pln->num_vports++; in csio_lnode_init()
2139 if (ln->pln) in csio_lnode_exit()
[all …]
A Dcsio_init.c594 bool probe, struct csio_lnode *pln) in csio_shost_init() argument
641 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1598 if (pln->stereo_format == PLANE_STEREO_FORMAT_SIDE_BY_SIDE || in dcn20_populate_dml_pipes_from_context()
1606 switch (pln->rotation) { in dcn20_populate_dml_pipes_from_context()
1637 if (pln->format == SURFACE_PIXEL_FORMAT_GRPH_RGBE_ALPHA in dcn20_populate_dml_pipes_from_context()
1638 || pln->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) { in dcn20_populate_dml_pipes_from_context()
1641 pipes[pipe_cnt].pipe.src.meta_pitch = pln->dcc.meta_pitch; in dcn20_populate_dml_pipes_from_context()
1645 pipes[pipe_cnt].pipe.src.meta_pitch = pln->dcc.meta_pitch; in dcn20_populate_dml_pipes_from_context()
1647 pipes[pipe_cnt].pipe.src.dcc = pln->dcc.enable; in dcn20_populate_dml_pipes_from_context()
1659 while (split_pipe && split_pipe->plane_state == pln) { in dcn20_populate_dml_pipes_from_context()
1664 while (split_pipe && split_pipe->plane_state == pln) { in dcn20_populate_dml_pipes_from_context()
1688 swizzle_to_dml_params(pln->tiling_info.gfx9.swizzle, in dcn20_populate_dml_pipes_from_context()
[all …]
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv158 … 6, 0, eax, 4, pln , Power Limit Notification (PLN) event

Completed in 20 milliseconds