Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/net/ipv6/
Dudp_offload.c26 struct frag_hdr *fptr; in udp6_ufo_fragment() local
112 fptr = (struct frag_hdr *)(skb_network_header(skb) + unfrag_ip6hlen); in udp6_ufo_fragment()
113 fptr->nexthdr = nexthdr; in udp6_ufo_fragment()
114 fptr->reserved = 0; in udp6_ufo_fragment()
117 fptr->identification = skb_shinfo(skb)->ip6_frag_id; in udp6_ufo_fragment()
Dip6_offload.c64 struct frag_hdr *fptr; in ipv6_gso_segment() local
125 fptr = (struct frag_hdr *)((u8 *)ipv6h + unfrag_ip6hlen); in ipv6_gso_segment()
126 fptr->frag_off = htons(offset); in ipv6_gso_segment()
128 fptr->frag_off |= htons(IP6_MF); in ipv6_gso_segment()
/linux-4.1.27/drivers/staging/unisys/uislib/
Duisutils.c72 uisctrl_register_req_handler(int type, void *fptr, in uisctrl_register_req_handler() argument
77 if (fptr) { in uisctrl_register_req_handler()
80 virt_control_chan_func = fptr; in uisctrl_register_req_handler()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_rd.c103 char *fptr = &fifo->buf[fifo->head]; in rd_write() local
109 memcpy(fptr, ptr, n); in rd_write()
132 const char *fptr = &fifo->buf[fifo->tail]; in rd_read() local
143 ret = copy_to_user(buf, fptr, n); in rd_read()
/linux-4.1.27/arch/parisc/kernel/
Dunwind.c203 #define get_func_addr(fptr) fptr[2] argument
205 #define get_func_addr(fptr) fptr[0] argument
/linux-4.1.27/arch/ia64/kernel/
Dsmpboot.c778 struct fptr { in init_smp_config() struct
785 ap_startup = (struct fptr *) start_ap; in init_smp_config()
/linux-4.1.27/arch/arc/kernel/
Dunwind.c892 unsigned long *fptr; in arc_unwind() local
1251 fptr = (unsigned long *)(&frame->regs); in arc_unwind()
1252 for (i = 0; i < ARRAY_SIZE(state.regs); ++i, fptr++) { in arc_unwind()
1325 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()
/linux-4.1.27/drivers/staging/unisys/include/
Duisutils.h106 int uisctrl_register_req_handler(int type, void *fptr,
/linux-4.1.27/drivers/net/ethernet/adaptec/
Dstarfire.c1786 __le32 *fptr = (__le32 *) &mc_filter[(bit_nr >> 4) & ~1]; in set_rx_mode() local
1788 *fptr |= cpu_to_le32(1 << (bit_nr & 31)); in set_rx_mode()