Home
last modified time | relevance | path

Searched refs:segs (Results 101 – 125 of 157) sorted by relevance

1234567

/openbmc/linux/net/core/
H A Dskbuff.c1141 while (segs) { in kfree_skb_list_reason()
1142 struct sk_buff *next = segs->next; in kfree_skb_list_reason()
1145 skb_poison_list(segs); in kfree_skb_list_reason()
1149 segs = next; in kfree_skb_list_reason()
4441 struct sk_buff *segs = NULL; in skb_segment() local
4617 if (segs) in skb_segment()
4620 segs = nskb; in skb_segment()
4745 segs->prev = tail; in skb_segment()
4768 else if (tail != segs) in skb_segment()
4781 return segs; in skb_segment()
[all …]
/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.c363 int segs = scsi_dma_map(cmd); in pvscsi_map_buffers() local
365 if (segs == -ENOMEM) { in pvscsi_map_buffers()
369 } else if (segs > 1) { in pvscsi_map_buffers()
370 pvscsi_create_sg(ctx, sg, segs); in pvscsi_map_buffers()
/openbmc/linux/include/net/
H A Dtcp.h595 int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
596 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
968 static inline void tcp_skb_pcount_set(struct sk_buff *skb, int segs) in tcp_skb_pcount_set() argument
970 TCP_SKB_CB(skb)->tcp_gso_segs = segs; in tcp_skb_pcount_set()
973 static inline void tcp_skb_pcount_add(struct sk_buff *skb, int segs) in tcp_skb_pcount_add() argument
975 TCP_SKB_CB(skb)->tcp_gso_segs += segs; in tcp_skb_pcount_add()
H A Daddrconf.h103 int ipv6_chk_rpl_srh_loop(struct net *net, const struct in6_addr *segs,
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c196 struct qed_tid_seg *segs = p_cfg->tid_seg; in qed_cxt_tm_iids() local
202 iids->pf_tids[j] += segs[j].count; in qed_cxt_tm_iids()
208 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_tm_iids()
226 struct qed_tid_seg *segs; in qed_cxt_qm_iids() local
234 segs = p_mngr->conn_cfg[type].tid_seg; in qed_cxt_qm_iids()
239 iids->tids += segs[j].count; in qed_cxt_qm_iids()
245 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_qm_iids()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c43 u32 segs, hdrlen, l3_offset, l4_offset; in nfp_nfdk_tx_tso() local
57 segs = skb_shinfo(skb)->gso_segs; in nfp_nfdk_tx_tso()
65 txd.lso_totsegs = segs; in nfp_nfdk_tx_tso()
67 txbuf->pkt_cnt = segs; in nfp_nfdk_tx_tso()
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_end_dt4_l3vpn_test.sh305 encap seg6 mode encap segs ${vpn_sid} dev veth0
H A Dsrv6_end_dt6_l3vpn_test.sh308 encap seg6 mode encap segs ${vpn_sid} dev veth0
H A Dsrv6_end_flavors_test.sh565 encap seg6 mode inline segs "${policy}" \
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c398 const struct rtw_fwcd_segs *segs = chip->fwcd_segs; in rtw_fwcd_prep() local
402 if (segs) { in rtw_fwcd_prep()
403 prep_size += segs->num * sizeof(struct rtw_fwcd_hdr); in rtw_fwcd_prep()
405 for (i = 0; i < segs->num; i++) in rtw_fwcd_prep()
406 prep_size += segs->segs[i]; in rtw_fwcd_prep()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h132 SEGREG segs[16]; /* Segment registers */ member
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c432 env->segs[R_FS].selector = 0; in target_cpu_copy_regs()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1227 struct sk_buff *segs, *curr, *next; in vnet_handle_offloads() local
1278 segs = skb_gso_segment(skb, dev->features & ~NETIF_F_TSO); in vnet_handle_offloads()
1279 if (IS_ERR(segs)) in vnet_handle_offloads()
1286 skb_list_walk_safe(segs, curr, next) { in vnet_handle_offloads()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c167 sge.mr->map[sge.m]->segs[sge.n].vaddr; in qib_count_sge()
169 sge.mr->map[sge.m]->segs[sge.n].length; in qib_count_sge()
200 sge->mr->map[sge->m]->segs[sge->n].vaddr; in qib_copy_from_sge()
202 sge->mr->map[sge->m]->segs[sge->n].length; in qib_copy_from_sge()
/openbmc/qemu/hw/xen/
H A Dxen-bus.c809 XenDeviceGrantCopySegment segs[], in xen_device_copy_grant_refs() argument
813 (XenGrantCopySegment *)segs, nr_segs, errp); in xen_device_copy_grant_refs()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h140 unsigned int segs; member
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h304 struct kvm_segment segs[8]; member
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c808 unsigned int segs, bytecount; in igbvf_clean_tx_irq() local
811 segs = skb_shinfo(skb)->gso_segs ?: 1; in igbvf_clean_tx_irq()
813 bytecount = ((segs - 1) * skb_headlen(skb)) + in igbvf_clean_tx_irq()
815 total_packets += segs; in igbvf_clean_tx_irq()
/openbmc/linux/net/ipv6/
H A Dudp.c787 struct sk_buff *next, *segs; in udpv6_queue_rcv_skb() local
794 segs = udp_rcv_segment(sk, skb, false); in udpv6_queue_rcv_skb()
795 skb_list_walk_safe(segs, skb, next) { in udpv6_queue_rcv_skb()
/openbmc/linux/fs/btrfs/
H A Dcheck-integrity.c2644 unsigned int segs = bio_segments(bio); in btrfsic_check_write_bio() local
2656 bio_op(bio), bio->bi_opf, segs, in btrfsic_check_write_bio()
2659 mapped_datav = kmalloc_array(segs, sizeof(*mapped_datav), GFP_NOFS); in btrfsic_check_write_bio()
2675 btrfsic_process_written_block(dev_state, dev_bytenr, mapped_datav, segs, in btrfsic_check_write_bio()
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c892 pko_command.s.segs = num_segs; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
/openbmc/linux/net/ipv4/
H A Droute.c462 static u32 ip_idents_reserve(u32 hash, int segs) in ip_idents_reserve() argument
481 return atomic_add_return(segs + delta, p_id) - segs; in ip_idents_reserve()
484 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs) in __ip_select_ident() argument
497 id = ip_idents_reserve(hash, segs); in __ip_select_ident()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2832 unsigned int f, bytecount, segs; in e1000_tx_map() local
2940 segs = skb_shinfo(skb)->gso_segs ?: 1; in e1000_tx_map()
2942 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len; in e1000_tx_map()
2945 tx_ring->buffer_info[i].segs = segs; in e1000_tx_map()
3852 total_tx_packets += buffer_info->segs; in e1000_clean_tx_irq()
/openbmc/qemu/target/i386/
H A Dhelper.c529 return data[0] - env->segs[R_CS].base; in get_memio_eip()
/openbmc/qemu/hw/ppc/
H A Dpnv.c146 uint32_t segs[] = {cpu_to_be32(28), cpu_to_be32(40), in pnv_dt_core() local
208 segs, sizeof(segs)))); in pnv_dt_core()

1234567