Searched refs:pln (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv4/netfilter/ |
| H A D | arpt_mangle.c | 18 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/ |
| H A D | csio_attr.c | 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() [all …]
|
| H A D | csio_lnode.h | 164 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)
|
| H A D | csio_lnode.c | 1994 struct csio_lnode *pln; in csio_ln_init() local 2027 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() 2055 struct csio_lnode *pln; in csio_ln_exit() local 2059 pln = csio_parent_lnode(ln); in csio_ln_exit() 2060 kref_put(&pln->fcfinfo->kref, csio_free_fcfinfo); in csio_ln_exit() 2075 struct csio_lnode *pln) in csio_lnode_init() argument 2083 if (pln) in csio_lnode_init() 2084 ln->pln = pln; in csio_lnode_init() [all …]
|
| H A D | csio_init.c | 594 bool probe, struct csio_lnode *pln) in csio_shost_init() argument 641 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 158 0x6, 0, eax, 4, pln , Power Limit Notification (PLN) event
|