| /include/linux/net/intel/libie/ |
| A D | rx.h | 42 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/ |
| A D | rx.h | 254 void libeth_rx_pt_gen_hash_type(struct libeth_rx_pt *pt); 265 static inline u32 libeth_rx_pt_get_ip_ver(struct libeth_rx_pt pt) in libeth_rx_pt_get_ip_ver() argument 268 switch (pt.outer_ip) { in libeth_rx_pt_get_ip_ver() 275 return pt.outer_ip; in libeth_rx_pt_get_ip_ver() 286 struct libeth_rx_pt pt) in libeth_rx_pt_has_checksum() argument 291 return likely(pt.inner_prot > LIBETH_RX_PT_INNER_NONE && in libeth_rx_pt_has_checksum() 296 struct libeth_rx_pt pt) in libeth_rx_pt_has_hash() argument 298 return likely(pt.payload_layer > LIBETH_RX_PT_PAYLOAD_NONE && in libeth_rx_pt_has_hash() 309 struct libeth_rx_pt pt) in libeth_rx_pt_set_hash() argument 311 skb_set_hash(skb, hash, pt.payload_layer); in libeth_rx_pt_set_hash()
|
| A D | xdp.h | 1740 u32 val, struct libeth_rx_pt pt) in libeth_xdpmo_rx_hash() argument 1746 *rss_type = pt.hash_type; in libeth_xdpmo_rx_hash()
|
| /include/sound/ |
| A D | pt2258.h | 20 extern int snd_pt2258_reset(struct snd_pt2258 *pt); 21 extern int snd_pt2258_build_controls(struct snd_pt2258 *pt);
|
| /include/linux/ |
| A D | poll.h | 67 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() argument 69 pt->_qproc = qproc; in init_poll_funcptr() 70 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr() 78 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() argument 82 return file->f_op->poll(file, pt); in vfs_poll() 96 poll_table pt; member
|
| A D | if_hsr.h | 45 enum hsr_port_type pt); 58 enum hsr_port_type pt) in hsr_get_port_ndev() argument
|
| A D | mm_types.h | 586 #define TABLE_MATCH(pg, pt) \ argument 587 static_assert(offsetof(struct page, pg) == offsetof(struct ptdesc, pt)) 602 #define ptdesc_page(pt) (_Generic((pt), \ argument 603 const struct ptdesc *: (const struct page *)(pt), \ 604 struct ptdesc *: (struct page *)(pt))) 606 #define ptdesc_folio(pt) (_Generic((pt), \ argument 607 const struct ptdesc *: (const struct folio *)(pt), \ 608 struct ptdesc *: (struct folio *)(pt)))
|
| A D | kernfs.h | 323 struct poll_table_struct *pt); 454 struct poll_table_struct *pt); 565 struct poll_table_struct *pt) in kernfs_generic_poll() argument
|
| A D | mm.h | 2854 static inline void *ptdesc_to_virt(const struct ptdesc *pt) in ptdesc_to_virt() argument 2856 return page_to_virt(ptdesc_page(pt)); in ptdesc_to_virt() 2859 static inline void *ptdesc_address(const struct ptdesc *pt) in ptdesc_address() argument 2861 return folio_address(ptdesc_folio(pt)); in ptdesc_address() 2864 static inline bool pagetable_is_reserved(struct ptdesc *pt) in pagetable_is_reserved() argument 2866 return folio_test_reserved(ptdesc_folio(pt)); in pagetable_is_reserved() 2894 static inline void pagetable_free(struct ptdesc *pt) in pagetable_free() argument 2896 struct page *page = ptdesc_page(pt); in pagetable_free() 3176 static inline void free_reserved_ptdesc(struct ptdesc *pt) in free_reserved_ptdesc() argument 3178 free_reserved_page(ptdesc_page(pt)); in free_reserved_ptdesc()
|
| A D | cgroup-defs.h | 723 struct poll_table_struct *pt);
|
| A D | vfio.h | 376 poll_table pt; member
|
| A D | netdevice.h | 3330 void dev_add_pack(struct packet_type *pt); 3331 void dev_remove_pack(struct packet_type *pt); 3332 void __dev_remove_pack(struct packet_type *pt);
|
| A D | bpf.h | 2821 const char *btf_find_decl_tag_value(const struct btf *btf, const struct btf_type *pt, 2823 int btf_find_next_decl_tag(const struct btf *btf, const struct btf_type *pt,
|
| /include/linux/firmware/imx/svc/ |
| A D | rm.h | 62 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/ |
| A D | llc.h | 61 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,
|
| A D | netlink.h | 2444 void nla_get_range_unsigned(const struct nla_policy *pt, 2446 void nla_get_range_signed(const struct nla_policy *pt, 2460 int netlink_policy_dump_attr_size_estimate(const struct nla_policy *pt); 2462 const struct nla_policy *pt,
|
| A D | ip.h | 164 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,
|
| A D | ipv6.h | 1078 struct packet_type *pt, struct net_device *orig_dev); 1079 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
|
| /include/media/drv-intf/ |
| A D | saa7146.h | 171 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);
|
| A D | saa7146_vv.h | 69 struct saa7146_pgtable pt[3]; member
|
| /include/asm-generic/ |
| A D | tlb.h | 506 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, struct ptdesc *pt) in tlb_remove_ptdesc() argument 508 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
|