doffset           749 drivers/nubus/nubus.c 	board->doffset = nubus_get_rom(&rp, 4, bytelanes);
doffset           763 drivers/nubus/nubus.c 	if (!(board->doffset & 0x00FF0000))
doffset           778 drivers/nubus/nubus.c 	nubus_move(&board->directory, nubus_expand32(board->doffset),
doffset          6201 drivers/s390/net/qeth_core_main.c 		unsigned int doffset = skb->data - skb_mac_header(skb);
doffset          6206 drivers/s390/net/qeth_core_main.c 		if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0))
doffset            50 drivers/target/iscsi/cxgbit/cxgbit_lro.h 	u32 doffset;
doffset           264 drivers/target/iscsi/cxgbit/cxgbit_main.c 		pdu_cb->doffset = lro_cb->offset;
doffset           836 drivers/target/iscsi/cxgbit/cxgbit_target.c 	skb_prepare_seq_read(skb, pdu_cb->doffset,
doffset           837 drivers/target/iscsi/cxgbit/cxgbit_target.c 			     pdu_cb->doffset + pdu_cb->dlen,
doffset          1134 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_copy_bits(csk->skb, pdu_cb->doffset,
doffset          1195 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_copy_bits(csk->skb, pdu_cb->doffset,
doffset          1361 drivers/target/iscsi/cxgbit/cxgbit_target.c 	skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen);
doffset          1478 drivers/target/iscsi/cxgbit/cxgbit_target.c 		hpdu_cb->doffset = hpdu_cb->hlen;
doffset          2994 fs/xfs/xfs_trace.h 		 struct xfs_inode *dest, xfs_off_t doffset),
doffset          2995 fs/xfs/xfs_trace.h 	TP_ARGS(src, soffset, len, dest, doffset),
doffset          3018 fs/xfs/xfs_trace.h 		__entry->dest_offset = doffset;
doffset          3038 fs/xfs/xfs_trace.h 		 struct xfs_inode *dest, xfs_off_t doffset), \
doffset          3039 fs/xfs/xfs_trace.h 	TP_ARGS(src, soffset, len, dest, doffset))
doffset          3084 fs/xfs/xfs_trace.h 		 xfs_fileoff_t doffset),
doffset          3085 fs/xfs/xfs_trace.h 	TP_ARGS(src, soffset, len, dest, doffset),
doffset          3100 fs/xfs/xfs_trace.h 		__entry->dest_lblk = doffset;
doffset            52 include/linux/nubus.h 	unsigned long doffset;
doffset          3658 net/core/skbuff.c 	unsigned int doffset = head_skb->data - skb_mac_header(head_skb);
doffset          3660 net/core/skbuff.c 	unsigned int offset = doffset;
doffset          3692 net/core/skbuff.c 	__skb_push(head_skb, doffset);
doffset          3800 net/core/skbuff.c 			if (skb_cow_head(nskb, doffset + headroom)) {
doffset          3807 net/core/skbuff.c 			__skb_push(nskb, doffset);
doffset          3809 net/core/skbuff.c 			nskb = __alloc_skb(hsize + doffset + headroom,
doffset          3817 net/core/skbuff.c 			__skb_put(nskb, doffset);
doffset          3833 net/core/skbuff.c 						 doffset + tnl_hlen);
doffset          3835 net/core/skbuff.c 		if (nskb->len == len + doffset)
doffset          3846 net/core/skbuff.c 				skb_headroom(nskb) + doffset;
doffset          3931 net/core/skbuff.c 				skb_checksum(nskb, doffset,
doffset          3932 net/core/skbuff.c 					     nskb->len - doffset, 0);
doffset          3934 net/core/skbuff.c 				skb_headroom(nskb) + doffset;
doffset          3960 net/core/skbuff.c 			SKB_GSO_CB(iter)->data_offset = skb_headroom(iter) + doffset;
doffset          3963 net/core/skbuff.c 		if (tail->len - doffset <= gso_size)
doffset          3966 net/core/skbuff.c 			skb_shinfo(tail)->gso_segs = DIV_ROUND_UP(tail->len - doffset, gso_size);
doffset           124 net/ipv4/fou.c 	u16 doffset = 0;
doffset           194 net/ipv4/fou.c 		__be32 flags = *(__be32 *)(data + doffset);
doffset           196 net/ipv4/fou.c 		doffset += GUE_LEN_PRIV;
doffset           199 net/ipv4/fou.c 			guehdr = gue_remcsum(skb, guehdr, data + doffset,
doffset           208 net/ipv4/fou.c 			doffset += GUE_PLEN_REMCSUM;
doffset           321 net/ipv4/fou.c 	u16 doffset = 0;
doffset           381 net/ipv4/fou.c 		__be32 flags = *(__be32 *)(data + doffset);
doffset           383 net/ipv4/fou.c 		doffset += GUE_LEN_PRIV;
doffset           387 net/ipv4/fou.c 						 data + doffset, hdrlen, &grc,
doffset           396 net/ipv4/fou.c 			doffset += GUE_PLEN_REMCSUM;
doffset            94 net/ipv4/ip_options.c 	int soffset, doffset;
doffset           162 net/ipv4/ip_options.c 		doffset = 0;
doffset           168 net/ipv4/ip_options.c 			for (soffset -= 4, doffset = 4; soffset > 3; soffset -= 4, doffset += 4)
doffset           169 net/ipv4/ip_options.c 				memcpy(&dptr[doffset-1], &start[soffset-1], 4);
doffset           175 net/ipv4/ip_options.c 				doffset -= 4;
doffset           177 net/ipv4/ip_options.c 		if (doffset > 3) {
doffset           180 net/ipv4/ip_options.c 			dptr[1] = doffset+3;
doffset           182 net/ipv4/ip_options.c 			dptr += doffset+3;
doffset           184 net/ipv4/ip_options.c 			dopt->optlen += doffset+3;
doffset           306 sound/pci/cs46xx/dsp_spos.c 	u32 doffset, dsize;
doffset           314 sound/pci/cs46xx/dsp_spos.c 	doffset = (parameter->offset * 4 + DSP_PARAMETER_BYTE_OFFSET);
doffset           319 sound/pci/cs46xx/dsp_spos.c 		    doffset,doffset + dsize);
doffset           320 sound/pci/cs46xx/dsp_spos.c 	if (snd_cs46xx_download (chip, parameter->data, doffset, dsize)) {
doffset           331 sound/pci/cs46xx/dsp_spos.c 	u32 doffset, dsize;
doffset           339 sound/pci/cs46xx/dsp_spos.c 	doffset = (sample->offset * 4  + DSP_SAMPLE_BYTE_OFFSET);
doffset           344 sound/pci/cs46xx/dsp_spos.c 		    doffset,doffset + dsize);
doffset           346 sound/pci/cs46xx/dsp_spos.c 	if (snd_cs46xx_download (chip,sample->data,doffset,dsize)) {
doffset           358 sound/pci/cs46xx/dsp_spos.c 	u32 doffset, dsize;
doffset           418 sound/pci/cs46xx/dsp_spos.c 		doffset = (code->offset * 4 + ins->code.offset * 4 + DSP_CODE_BYTE_OFFSET);
doffset           422 sound/pci/cs46xx/dsp_spos.c 			    doffset,doffset + dsize);   
doffset           426 sound/pci/cs46xx/dsp_spos.c 		if (snd_cs46xx_download (chip,(ins->code.data + ins->code.offset),doffset,dsize)) {
doffset          1921 sound/pci/cs46xx/dsp_spos.c 		u32 doffset, dsize;
doffset          1937 sound/pci/cs46xx/dsp_spos.c 		doffset = seg->offset * 4 + module->load_address * 4
doffset          1942 sound/pci/cs46xx/dsp_spos.c 					  doffset, dsize);