/openbmc/linux/net/ipv4/ |
H A D | ip_options.c | 81 int soffset, doffset; in __ip_options_echo() local 149 doffset = 0; in __ip_options_echo() 155 for (soffset -= 4, doffset = 4; soffset > 3; soffset -= 4, doffset += 4) in __ip_options_echo() 156 memcpy(&dptr[doffset-1], &start[soffset-1], 4); in __ip_options_echo() 162 doffset -= 4; in __ip_options_echo() 164 if (doffset > 3) { in __ip_options_echo() 167 dptr[1] = doffset+3; in __ip_options_echo() 169 dptr += doffset+3; in __ip_options_echo() 171 dopt->optlen += doffset+3; in __ip_options_echo()
|
H A D | fou_core.c | 126 u16 doffset = 0; in gue_udp_recv() local 196 __be32 flags = *(__be32 *)(data + doffset); in gue_udp_recv() 198 doffset += GUE_LEN_PRIV; in gue_udp_recv() 201 guehdr = gue_remcsum(skb, guehdr, data + doffset, in gue_udp_recv() 210 doffset += GUE_PLEN_REMCSUM; in gue_udp_recv() 333 u16 doffset = 0; in gue_gro_receive() local 393 __be32 flags = *(__be32 *)(data + doffset); in gue_gro_receive() 395 doffset += GUE_LEN_PRIV; in gue_gro_receive() 399 data + doffset, hdrlen, &grc, in gue_gro_receive() 408 doffset += GUE_PLEN_REMCSUM; in gue_gro_receive()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 306 u32 doffset, dsize; in dsp_load_parameter() local 314 doffset = (parameter->offset * 4 + DSP_PARAMETER_BYTE_OFFSET); in dsp_load_parameter() 319 doffset,doffset + dsize); in dsp_load_parameter() 320 if (snd_cs46xx_download (chip, parameter->data, doffset, dsize)) { in dsp_load_parameter() 331 u32 doffset, dsize; in dsp_load_sample() local 339 doffset = (sample->offset * 4 + DSP_SAMPLE_BYTE_OFFSET); in dsp_load_sample() 344 doffset,doffset + dsize); in dsp_load_sample() 346 if (snd_cs46xx_download (chip,sample->data,doffset,dsize)) { in dsp_load_sample() 358 u32 doffset, dsize; in cs46xx_dsp_load_module() local 418 doffset = (code->offset * 4 + ins->code.offset * 4 + DSP_CODE_BYTE_OFFSET); in cs46xx_dsp_load_module() [all …]
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_lro.h | 50 u32 doffset; member
|
H A D | cxgbit_target.c | 819 skb_prepare_seq_read(skb, pdu_cb->doffset, in cxgbit_skb_copy_to_sg() 820 pdu_cb->doffset + pdu_cb->dlen, in cxgbit_skb_copy_to_sg() 1132 skb_copy_bits(csk->skb, pdu_cb->doffset, in cxgbit_handle_nop_out() 1193 skb_copy_bits(csk->skb, pdu_cb->doffset, in cxgbit_handle_text_cmd() 1359 skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen); in cxgbit_rx_login_pdu() 1476 hpdu_cb->doffset = hpdu_cb->hlen; in cxgbit_lro_skb_merge()
|
H A D | cxgbit_main.c | 271 pdu_cb->doffset = lro_cb->offset; in cxgbit_lro_add_packet_gl()
|
/openbmc/linux/include/linux/ |
H A D | nubus.h | 52 unsigned long doffset; member
|
/openbmc/linux/drivers/nubus/ |
H A D | nubus.c | 756 board->doffset = nubus_get_rom(&rp, 4, bytelanes); in nubus_add_board() 770 if (!(board->doffset & 0x00FF0000)) in nubus_add_board() 785 nubus_move(&board->directory, nubus_expand32(board->doffset), in nubus_add_board()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_fru.c | 425 uint16_t soffset, uint16_t doffset, in write_fru_area() argument 435 finish = doffset + length; /* destination offset */ in write_fru_area() 442 if (fru->access && ((doffset & 1) || (length & 1))) { in write_fru_area() 489 while (fru_bloc && fru_bloc->start + fru_bloc->size <= doffset) { in write_fru_area() 501 tmp = end_bloc - doffset; in write_fru_area() 518 tmp = doffset; in write_fru_area() 559 doffset += writeLength; in write_fru_area() 571 doffset); in write_fru_area() 573 soffset += end_bloc - doffset; in write_fru_area() 574 doffset = end_bloc; in write_fru_area() [all …]
|
H A D | ipmi_kontronoem.c | 55 uint16_t doffset, uint16_t length,
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 500 - off64_t soffset, doffset; 501 + off_t soffset, doffset; 509 - off64_t soffset, doffset; 510 + off_t soffset, doffset;
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 4445 unsigned int doffset = head_skb->data - skb_mac_header(head_skb); in skb_segment() local 4446 unsigned int offset = doffset; in skb_segment() 4480 __skb_push(head_skb, doffset); in skb_segment() 4592 if (skb_cow_head(nskb, doffset + headroom)) { in skb_segment() 4599 __skb_push(nskb, doffset); in skb_segment() 4606 nskb = __alloc_skb(hsize + doffset + headroom, in skb_segment() 4614 __skb_put(nskb, doffset); in skb_segment() 4630 doffset + tnl_hlen); in skb_segment() 4632 if (nskb->len == len + doffset) in skb_segment() 4645 skb_headroom(nskb) + doffset; in skb_segment() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trace.h | 3305 struct xfs_inode *dest, xfs_off_t doffset), 3306 TP_ARGS(src, soffset, len, dest, doffset), 3329 __entry->dest_offset = doffset; 3349 struct xfs_inode *dest, xfs_off_t doffset), \ 3350 TP_ARGS(src, soffset, len, dest, doffset)) 3480 xfs_fileoff_t doffset), 3481 TP_ARGS(src, soffset, len, dest, doffset), 3496 __entry->dest_lblk = doffset;
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | 6928 unsigned int doffset = skb->data - skb_mac_header(skb); in qeth_features_check() local 6933 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 14658 unsigned int headroom = 102, doffset = 72, data_size = 1308; in build_test_skb_linear_no_head_frag() local 14678 skb_put(skb[i], doffset + data_size); in build_test_skb_linear_no_head_frag() 14684 __skb_pull(skb[i], doffset); in build_test_skb_linear_no_head_frag()
|