Home
last modified time | relevance | path

Searched refs:pt (Results 1 – 22 of 22) sorted by relevance

/include/linux/net/intel/libie/
Drx.h42 static inline struct libeth_rx_pt libie_rx_pt_parse(u32 pt) in libie_rx_pt_parse() argument
44 if (unlikely(pt >= LIBIE_RX_PT_NUM)) in libie_rx_pt_parse()
45 pt = 0; in libie_rx_pt_parse()
47 return libie_rx_pt_lut[pt]; in libie_rx_pt_parse()
/include/net/libeth/
Drx.h201 void libeth_rx_pt_gen_hash_type(struct libeth_rx_pt *pt);
212 static inline u32 libeth_rx_pt_get_ip_ver(struct libeth_rx_pt pt) in libeth_rx_pt_get_ip_ver() argument
215 switch (pt.outer_ip) { in libeth_rx_pt_get_ip_ver()
222 return pt.outer_ip; in libeth_rx_pt_get_ip_ver()
233 struct libeth_rx_pt pt) in libeth_rx_pt_has_checksum() argument
238 return likely(pt.inner_prot > LIBETH_RX_PT_INNER_NONE && in libeth_rx_pt_has_checksum()
243 struct libeth_rx_pt pt) in libeth_rx_pt_has_hash() argument
245 return likely(pt.payload_layer > LIBETH_RX_PT_PAYLOAD_NONE && in libeth_rx_pt_has_hash()
256 struct libeth_rx_pt pt) in libeth_rx_pt_set_hash() argument
258 skb_set_hash(skb, hash, pt.payload_layer); in libeth_rx_pt_set_hash()
/include/sound/
Dpt2258.h20 extern int snd_pt2258_reset(struct snd_pt2258 *pt);
21 extern int snd_pt2258_build_controls(struct snd_pt2258 *pt);
/include/linux/
Dpoll.h77 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() argument
79 pt->_qproc = qproc; in init_poll_funcptr()
80 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr()
88 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() argument
92 return file->f_op->poll(file, pt); in vfs_poll()
106 poll_table pt; member
Dkvm_irqfd.h58 poll_table pt; member
Dmm_types.h497 #define TABLE_MATCH(pg, pt) \ argument
498 static_assert(offsetof(struct page, pg) == offsetof(struct ptdesc, pt))
513 #define ptdesc_page(pt) (_Generic((pt), \ argument
514 const struct ptdesc *: (const struct page *)(pt), \
515 struct ptdesc *: (struct page *)(pt)))
517 #define ptdesc_folio(pt) (_Generic((pt), \ argument
518 const struct ptdesc *: (const struct folio *)(pt), \
519 struct ptdesc *: (struct folio *)(pt)))
Dkernfs.h327 struct poll_table_struct *pt);
460 struct poll_table_struct *pt);
569 struct poll_table_struct *pt) in kernfs_generic_poll() argument
Dmm.h3039 static inline void *ptdesc_to_virt(const struct ptdesc *pt) in ptdesc_to_virt() argument
3041 return page_to_virt(ptdesc_page(pt)); in ptdesc_to_virt()
3044 static inline void *ptdesc_address(const struct ptdesc *pt) in ptdesc_address() argument
3046 return folio_address(ptdesc_folio(pt)); in ptdesc_address()
3049 static inline bool pagetable_is_reserved(struct ptdesc *pt) in pagetable_is_reserved() argument
3051 return folio_test_reserved(ptdesc_folio(pt)); in pagetable_is_reserved()
3079 static inline void pagetable_free(struct ptdesc *pt) in pagetable_free() argument
3081 struct page *page = ptdesc_page(pt); in pagetable_free()
3362 static inline void free_reserved_ptdesc(struct ptdesc *pt) in free_reserved_ptdesc() argument
3364 free_reserved_page(ptdesc_page(pt)); in free_reserved_ptdesc()
Dvfio.h361 poll_table pt; member
Dcgroup-defs.h747 struct poll_table_struct *pt);
Dnetdevice.h3111 void dev_add_pack(struct packet_type *pt);
3112 void dev_remove_pack(struct packet_type *pt);
3113 void __dev_remove_pack(struct packet_type *pt);
Dbpf.h2652 const char *btf_find_decl_tag_value(const struct btf *btf, const struct btf_type *pt,
2654 int btf_find_next_decl_tag(const struct btf *btf, const struct btf_type *pt,
/include/linux/firmware/imx/svc/
Drm.h62 int imx_sc_rm_get_resource_owner(struct imx_sc_ipc *ipc, u16 resource, u8 *pt);
69 static inline int imx_sc_rm_get_resource_owner(struct imx_sc_ipc *ipc, u16 resource, u8 *pt) in imx_sc_rm_get_resource_owner() argument
/include/net/
Dllc.h61 struct packet_type *pt,
100 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
115 struct packet_type *pt,
Dp8022.h13 struct packet_type *pt,
Dnetlink.h2130 void nla_get_range_unsigned(const struct nla_policy *pt,
2132 void nla_get_range_signed(const struct nla_policy *pt,
2146 int netlink_policy_dump_attr_size_estimate(const struct nla_policy *pt);
2148 const struct nla_policy *pt,
Dip.h164 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
166 void ip_list_rcv(struct list_head *head, struct packet_type *pt,
Dipv6.h1073 struct packet_type *pt, struct net_device *orig_dev);
1074 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
/include/media/drv-intf/
Dsaa7146.h171 int saa7146_pgtable_alloc(struct pci_dev *pci, struct saa7146_pgtable *pt);
172 void saa7146_pgtable_free(struct pci_dev *pci, struct saa7146_pgtable *pt);
173 int saa7146_pgtable_build_single(struct pci_dev *pci, struct saa7146_pgtable *pt, struct scatterlis…
174 void *saa7146_vmalloc_build_pgtable(struct pci_dev *pci, long length, struct saa7146_pgtable *pt);
175 void saa7146_vfree_destroy_pgtable(struct pci_dev *pci, void *mem, struct saa7146_pgtable *pt);
Dsaa7146_vv.h69 struct saa7146_pgtable pt[3]; member
/include/asm-generic/
Dtlb.h491 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() argument
493 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
497 static inline void tlb_remove_page_ptdesc(struct mmu_gather *tlb, struct ptdesc *pt) in tlb_remove_page_ptdesc() argument
499 tlb_remove_page(tlb, ptdesc_page(pt)); in tlb_remove_page_ptdesc()
/include/trace/hooks/
Dnet.h24 TP_PROTO(const struct packet_type *pt, struct list_head *vendor_pt),
25 TP_ARGS(pt, vendor_pt));