Home
last modified time | relevance | path

Searched refs:segs (Results 76 – 100 of 157) sorted by relevance

1234567

/openbmc/linux/net/ipv4/
H A Dtcp_output.c3298 len = cur_mss * segs; in __tcp_retransmit_skb()
3327 segs = tcp_skb_pcount(skb); in __tcp_retransmit_skb()
3328 TCP_ADD_STATS(sock_net(sk), TCP_MIB_RETRANSSEGS, segs); in __tcp_retransmit_skb()
3331 tp->total_retrans += segs; in __tcp_retransmit_skb()
3367 TCP_SKB_CB(skb)->seq, segs, err); in __tcp_retransmit_skb()
3380 int err = __tcp_retransmit_skb(sk, skb, segs); in tcp_retransmit_skb()
3424 int segs; in tcp_xmit_retransmit_queue() local
3433 segs = tcp_snd_cwnd(tp) - tcp_packets_in_flight(tp); in tcp_xmit_retransmit_queue()
3434 if (segs <= 0) in tcp_xmit_retransmit_queue()
3440 segs = min_t(int, segs, max_segs); in tcp_xmit_retransmit_queue()
[all …]
H A Dtcp_bbr.c306 u32 segs, bytes; in bbr_tso_segs_goal() local
314 segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk)); in bbr_tso_segs_goal()
316 return min(segs, 0x7FU); in bbr_tso_segs_goal()
/openbmc/linux/include/net/
H A Dgro.h456 static inline void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one() argument
459 napi->rx_count += segs; in gro_normal_one()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h155 pc = env->segs[R_CS].base + env->eip; in target_cpu_loop()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c457 uint32_t domid, XenGrantCopySegment *segs, in xen_be_gnttab_copy() argument
464 XenGrantCopySegment *seg = &segs[i]; in xen_be_gnttab_copy()
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_hencap_red_l3vpn_test.sh484 encap seg6 mode "${mode}" segs "${policy}" \
495 encap seg6 mode "${mode}" segs "${policy}" \
H A Dsrv6_hl2encap_red_l2vpn_test.sh422 encap seg6 mode "${mode}" segs "${policy}" \
427 encap seg6 mode "${mode}" segs "${policy}" \
H A Dsrv6_end_next_csid_l3vpn_test.sh704 encap seg6 mode "${HEADEND_ENCAP}" segs "${policy}" \
715 encap seg6 mode "${HEADEND_ENCAP}" segs "${policy}" \
H A Dsrv6_end_x_next_csid_l3vpn_test.sh764 encap seg6 mode "${HEADEND_ENCAP}" segs "${policy}" \
775 encap seg6 mode "${HEADEND_ENCAP}" segs "${policy}" \
/openbmc/linux/net/core/
H A Dgro.c106 int segs; in skb_gro_receive() local
133 segs = NAPI_GRO_CB(skb)->count; in skb_gro_receive()
223 NAPI_GRO_CB(p)->count += segs; in skb_gro_receive()
/openbmc/linux/Documentation/netlink/specs/
H A Drt_link.yaml856 name: gso-max-segs
920 name: tso-max-segs
1274 - gso-max-segs
1351 - gso-max-segs
1372 - tso-max-segs
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.h232 char *segs; member
/openbmc/linux/net/openvswitch/
H A Ddatapath.c354 struct sk_buff *segs, *nskb; in queue_gso_packets() local
358 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
359 if (IS_ERR(segs)) in queue_gso_packets()
360 return PTR_ERR(segs); in queue_gso_packets()
361 if (segs == NULL) in queue_gso_packets()
374 skb_list_walk_safe(segs, skb, nskb) { in queue_gso_packets()
375 if (gso_type & SKB_GSO_UDP && skb != segs) in queue_gso_packets()
385 skb_list_walk_safe(segs, skb, nskb) { in queue_gso_packets()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c1211 int i, j, segs; in blkif_free_ring() local
1252 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1255 for (j = 0; j < segs; j++) { in blkif_free_ring()
1270 for (j = 0; j < INDIRECT_GREFS(segs); j++) { in blkif_free_ring()
2013 unsigned int segs; in blkif_recover() local
2019 segs = info->max_indirect_segments ? : BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_recover()
2020 blk_queue_max_segments(info->rq, segs / GRANTS_PER_PSEG); in blkif_recover()
2040 BUG_ON(req->nr_phys_segments > segs); in blkif_recover()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h121 uint64_t segs:6; member
125 uint64_t segs:6;
164 uint64_t segs:6; member
168 uint64_t segs:6;
263 uint64_t segs:6; member
267 uint64_t segs:6;
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmb86a20s.c1428 const struct linear_segments *segs; in mb86a20s_get_blk_error_layer_CNR() local
1480 segs = cnr_qpsk_table; in mb86a20s_get_blk_error_layer_CNR()
1484 segs = cnr_16qam_table; in mb86a20s_get_blk_error_layer_CNR()
1489 segs = cnr_64qam_table; in mb86a20s_get_blk_error_layer_CNR()
1493 cnr = interpolate_value(mer, segs, segs_len); in mb86a20s_get_blk_error_layer_CNR()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c419 cpu_x86_dump_seg_cache(env, f, seg_name[i], &env->segs[i]); in x86_cpu_dump_state()
550 target_ulong base = env->segs[R_CS].base + env->eip; in x86_cpu_dump_state()
/openbmc/qemu/hw/xen/
H A Dxen-legacy-backend.c152 XenGrantCopySegment segs[], in xen_be_copy_grant_refs() argument
160 segs, nr_segs, NULL); in xen_be_copy_grant_refs()
/openbmc/linux/drivers/net/
H A Dtap.c346 struct sk_buff *segs = __skb_gso_segment(skb, features, false); in tap_handle_frame() local
349 if (IS_ERR(segs)) { in tap_handle_frame()
354 if (!segs) { in tap_handle_frame()
363 skb_list_walk_safe(segs, skb, next) { in tap_handle_frame()
/openbmc/linux/block/
H A Dblk-merge.c280 unsigned *segs, struct bio_set *bs, unsigned max_bytes) in bio_split_rw() argument
309 *segs = nsegs; in bio_split_rw()
322 *segs = nsegs; in bio_split_rw()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c58 dt = &env->segs[i]; in do_smm_enter()
143 dt = &env->segs[i]; in do_smm_enter()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-tx.c252 pko_command.s.segs = 1; in cvm_oct_xmit()
281 pko_command.s.segs = skb_shinfo(skb)->nr_frags + 1; in cvm_oct_xmit()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h131 unsigned short segs; member
/openbmc/qemu/hw/acpi/
H A Daml-build.c214 char **segs; in build_append_namestringv() local
219 segs = g_strsplit(s, ".", 0); in build_append_namestringv()
223 segs_iter = segs; in build_append_namestringv()
235 s = *segs; in build_append_namestringv()
253 build_append_nameseg(array, segs[1]); in build_append_namestringv()
263 segs_iter = segs + 1; in build_append_namestringv()
270 g_strfreev(segs); in build_append_namestringv()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_ud.c192 sge->mr->map[sge->m]->segs[sge->n].vaddr; in qib_ud_loopback()
194 sge->mr->map[sge->m]->segs[sge->n].length; in qib_ud_loopback()

1234567