Searched refs:pln (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Darpt_mangle.c18 int pln, hln; local
25 pln = arp->ar_pln;
27 /* We assume that pln and hln were checked in the match */
36 if (ARPT_MANGLE_ADDR_LEN_MAX < pln ||
37 (arpptr + pln > skb_tail_pointer(skb)))
39 memcpy(arpptr, &mangle->u_s.src_ip, pln);
41 arpptr += pln;
50 if (ARPT_MANGLE_ADDR_LEN_MAX < pln ||
51 (arpptr + pln > skb_tail_pointer(skb)))
53 memcpy(arpptr, &mangle->u_t.tgt_ip, pln);
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.h164 struct csio_lnode *pln; /* Parent lnode of child member in struct:csio_lnode
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)
H A Dcsio_attr.c392 struct csio_lnode *pln = ln->pln; local
396 csio_lnode_state_to_str(pln, state);
402 if (!(pln->flags & CSIO_LNF_NPIVSUPP)) {
419 struct csio_lnode *pln; local
435 pln = ln->pln;
436 ln->fcf_flowid = pln->fcf_flowid;
437 ln->portid = pln->portid;
440 pln
555 struct csio_lnode *pln = shost_priv(shost); local
[all...]
H A Dcsio_lnode.c1994 struct csio_lnode *pln; local
2027 pln = csio_parent_lnode(ln);
2028 kref_get(&pln->fcfinfo->kref);
2029 ln->fcfinfo = pln->fcfinfo;
2056 struct csio_lnode *pln; local
2060 pln = csio_parent_lnode(ln);
2061 kref_put(&pln->fcfinfo->kref, csio_free_fcfinfo);
2076 struct csio_lnode *pln)
2084 if (pln)
2085 ln->pln
2075 csio_lnode_init(struct csio_lnode *ln, struct csio_hw *hw, struct csio_lnode *pln) argument
[all...]
H A Dcsio_init.c585 * @pln: Parent lnode if any.
594 bool probe, struct csio_lnode *pln)
641 if (csio_lnode_init(ln, hw, pln))
593 csio_shost_init(struct csio_hw *hw, struct device *dev, bool probe, struct csio_lnode *pln) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1583 struct dc_plane_state *pln = res_ctx->pipe_ctx[i].plane_state; local
1586 pipes[pipe_cnt].pipe.src.immediate_flip = pln->flip_immediate;
1587 pipes[pipe_cnt].pipe.src.is_hsplit = (res_ctx->pipe_ctx[i].bottom_pipe && res_ctx->pipe_ctx[i].bottom_pipe->plane_state == pln)
1588 || (res_ctx->pipe_ctx[i].top_pipe && res_ctx->pipe_ctx[i].top_pipe->plane_state == pln)
1592 if (pln->stereo_format == PLANE_STEREO_FORMAT_SIDE_BY_SIDE ||
1593 pln->stereo_format == PLANE_STEREO_FORMAT_TOP_AND_BOTTOM) {
1598 pipes[pipe_cnt].pipe.src.source_scan = pln->rotation == ROTATION_ANGLE_90
1599 || pln->rotation == ROTATION_ANGLE_270 ? dm_vert : dm_horz;
1600 switch (pln->rotation) {
1625 pipes[pipe_cnt].pipe.src.viewport_width_max = pln
[all...]

Completed in 145 milliseconds