Searched refs:cnp (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c73 static int cxgbit_np_hashfn(const struct cxgbit_np *cnp) argument
75 return ((unsigned long)cnp >> 10) & (NP_INFO_HASH_SIZE - 1);
79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, argument
85 int bucket = cxgbit_np_hashfn(cnp);
87 p->cnp = cnp;
99 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) argument
101 int stid = -1, bucket = cxgbit_np_hashfn(cnp);
106 if (p->cnp == cnp) {
116 cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) argument
137 struct cxgbit_np *cnp; local
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) argument
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) argument
290 cxgbit_find_np_cdev(struct cxgbit_np *cnp) argument
318 cxgbit_inaddr_any(struct cxgbit_np *cnp) argument
343 __cxgbit_setup_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) argument
375 cxgbit_setup_cdev_np(struct cxgbit_np *cnp) argument
398 cxgbit_setup_all_np(struct cxgbit_np *cnp) argument
427 struct cxgbit_np *cnp; local
478 struct cxgbit_np *cnp = np->np_context; local
518 __cxgbit_free_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) argument
564 cxgbit_free_all_np(struct cxgbit_np *cnp) argument
578 cxgbit_free_cdev_np(struct cxgbit_np *cnp) argument
602 struct cxgbit_np *cnp = np->np_context; local
1220 struct cxgbit_np *cnp; local
1584 struct cxgbit_np *cnp = lookup_stid(t, stid); local
1606 struct cxgbit_np *cnp = lookup_stid(t, stid); local
1629 struct cxgbit_np *cnp; local
[all...]
H A Dcxgbit.h121 struct cxgbit_np *cnp; member in struct:np_info
191 struct cxgbit_np *cnp; member in struct:cxgbit_sock
268 static inline void cxgbit_get_cnp(struct cxgbit_np *cnp) argument
270 kref_get(&cnp->kref);
273 static inline void cxgbit_put_cnp(struct cxgbit_np *cnp) argument
275 kref_put(&cnp->kref, _cxgbit_free_cnp);
/linux-master/drivers/platform/x86/intel/pmc/
H A DMakefile6 intel_pmc_core-y := core.o core_ssram.o spt.o cnp.o \
/linux-master/fs/coda/
H A Dpioctl.c58 struct coda_inode_info *cnp; local
82 cnp = ITOC(target_inode);
84 error = venus_pioctl(inode->i_sb, &(cnp->c_fid), cmd, &data);
/linux-master/drivers/power/reset/
H A Dat91-sama5d2_shdwc.c201 struct device_node *cnp; local
206 for_each_child_of_node(np, cnp) {
207 if (of_property_read_u32(cnp, "reg", &wk_input)) {
209 cnp);
222 if (of_property_read_bool(cnp, "atmel,wakeup-active-high"))
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h299 u64 cnp = system_supports_cnp() ? VTTBR_CNP_BIT : 0;
304 return kvm_phys_to_vttbr(baddr) | vmid_field | cnp;
H A Dmmu_context.h144 void __cpu_replace_ttbr1(pgd_t *pgdp, bool cnp);
/linux-master/drivers/mmc/host/
H A Datmel-mci.c641 struct device_node *cnp; local
655 for_each_child_of_node(np, cnp) {
656 if (of_property_read_u32(cnp, "reg", &slot_id)) {
658 cnp);
665 of_node_put(cnp);
669 if (of_property_read_u32(cnp, "bus-width",
674 devm_fwnode_gpiod_get(&pdev->dev, of_fwnode_handle(cnp),
679 of_node_put(cnp);
686 of_property_read_bool(cnp, "non-removable");
689 devm_fwnode_gpiod_get(&pdev->dev, of_fwnode_handle(cnp),
[all...]
/linux-master/arch/arm64/mm/
H A Dmmu.c1511 void __cpu_replace_ttbr1(pgd_t *pgdp, bool cnp) argument
1521 if (cnp)

Completed in 159 milliseconds