Searched refs:segs (Results 51 - 75 of 108) sorted by relevance

12345

/linux-master/net/ipv6/
H A Dip6_output.c146 struct sk_buff *segs, *nskb; local
155 segs = skb_gso_segment(skb, features & ~NETIF_F_GSO_MASK);
156 if (IS_ERR_OR_NULL(segs)) {
163 skb_list_walk_safe(segs, segs, nskb) {
166 skb_mark_not_on_list(segs);
171 err = segs->len > mtu ?
172 ip6_fragment(net, sk, segs, ip6_finish_output2) :
173 ip6_finish_output2(net, sk, segs);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h121 uint64_t segs:6; member in struct:cvmx_pko_mem_debug0::cvmx_pko_mem_debug0_s
125 uint64_t segs:6;
164 uint64_t segs:6; member in struct:cvmx_pko_mem_debug10::cvmx_pko_mem_debug10_cn30xx
168 uint64_t segs:6;
263 uint64_t segs:6; member in struct:cvmx_pko_mem_debug12::cvmx_pko_mem_debug12_cn50xx
267 uint64_t segs:6;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_ud.c192 sge->mr->map[sge->m]->segs[sge->n].vaddr;
194 sge->mr->map[sge->m]->segs[sge->n].length;
H A Dqib_verbs.c167 sge.mr->map[sge.m]->segs[sge.n].vaddr;
169 sge.mr->map[sge.m]->segs[sge.n].length;
200 sge->mr->map[sge->m]->segs[sge->n].vaddr;
202 sge->mr->map[sge->m]->segs[sge->n].length;
/linux-master/tools/testing/selftests/net/
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}" \
H A Dsrv6_end_dt4_l3vpn_test.sh123 # |10.0.0.2 |apply seg6 encap segs fc00:12:100::6004|
132 # |10.0.0.4 |apply seg6 encap segs fc00:12:200::6004|
151 # |10.0.0.1 |apply seg6 encap segs fc00:21:100::6004|
160 # |10.0.0.3 |apply seg6 encap segs fc00:21:200::6004|
294 encap seg6 mode encap segs ${vpn_sid} dev veth0
H A Dsrv6_end_dt6_l3vpn_test.sh124 # |cafe::2 |apply seg6 encap segs fc00:12:100::6006|
133 # |cafe::4 |apply seg6 encap segs fc00:12:200::6006|
152 # |cafe::1 |apply seg6 encap segs fc00:21:100::6006|
161 # |cafe::3 |apply seg6 encap segs fc00:21:200::6006|
299 encap seg6 mode encap segs ${vpn_sid} dev veth0
H A Dsrv6_end_flavors_test.sh565 encap seg6 mode inline segs "${policy}" \
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c252 pko_command.s.segs = 1;
281 pko_command.s.segs = skb_shinfo(skb)->nr_frags + 1;
/linux-master/net/openvswitch/
H A Ddatapath.c354 struct sk_buff *segs, *nskb; local
358 segs = __skb_gso_segment(skb, NETIF_F_SG, false);
359 if (IS_ERR(segs))
360 return PTR_ERR(segs);
361 if (segs == NULL)
374 skb_list_walk_safe(segs, skb, nskb) {
375 if (gso_type & SKB_GSO_UDP && skb != segs)
385 skb_list_walk_safe(segs, skb, nskb) {
/linux-master/drivers/scsi/
H A Dvmw_pvscsi.c363 int segs = scsi_dma_map(cmd); local
365 if (segs == -ENOMEM) {
369 } else if (segs > 1) {
370 pvscsi_create_sg(ctx, sg, segs);
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000.h131 unsigned short segs; member in struct:e1000_tx_buffer
/linux-master/drivers/net/
H A Dtap.c346 struct sk_buff *segs = __skb_gso_segment(skb, features, false); local
349 if (IS_ERR(segs)) {
354 if (!segs) {
363 skb_list_walk_safe(segs, skb, next) {
/linux-master/net/ipv4/
H A Dtcp_bbr.c307 u32 segs, bytes; local
315 segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk));
317 return min(segs, 0x7FU);
/linux-master/block/
H A Dblk-merge.c259 * @segs: [out] number of segments in the bio with the first half of the sectors
276 unsigned *segs, struct bio_set *bs, unsigned max_bytes)
305 *segs = nsegs;
318 *segs = nsegs;
275 bio_split_rw(struct bio *bio, const struct queue_limits *lim, unsigned *segs, struct bio_set *bs, unsigned max_bytes) argument
/linux-master/net/core/
H A Dgro.c103 int segs; local
130 segs = NAPI_GRO_CB(skb)->count;
220 NAPI_GRO_CB(p)->count += segs;
H A Dskbuff.c1284 kfree_skb_list_reason(struct sk_buff *segs, enum skb_drop_reason reason) argument
1290 while (segs) {
1291 struct sk_buff *next = segs->next;
1293 if (__kfree_skb_reason(segs, reason)) {
1294 skb_poison_list(segs);
1295 kfree_skb_add_bulk(segs, &sa, reason);
1298 segs = next;
1335 "shinfo(txflags=%u nr_frags=%u gso(size=%hu type=%u segs=%hu))\n"
4603 struct sk_buff *segs = NULL;
4779 if (segs)
4592 struct sk_buff *segs = NULL; local
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dmb86a20s.c1428 const struct linear_segments *segs; local
1480 segs = cnr_qpsk_table;
1484 segs = cnr_16qam_table;
1489 segs = cnr_64qam_table;
1493 cnr = interpolate_value(mer, segs, segs_len);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c196 struct qed_tid_seg *segs = p_cfg->tid_seg; local
202 iids->pf_tids[j] += segs[j].count;
208 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count;
226 struct qed_tid_seg *segs; local
234 segs = p_mngr->conn_cfg[type].tid_seg;
239 iids->tids += segs[j].count;
245 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count;
/linux-master/include/net/
H A Dtcp.h652 int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
653 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
1047 static inline void tcp_skb_pcount_set(struct sk_buff *skb, int segs) argument
1049 TCP_SKB_CB(skb)->tcp_gso_segs = segs;
1052 static inline void tcp_skb_pcount_add(struct sk_buff *skb, int segs) argument
1054 TCP_SKB_CB(skb)->tcp_gso_segs += segs;
H A Daddrconf.h104 int ipv6_chk_rpl_srh_loop(struct net *net, const struct in6_addr *segs,
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c398 const struct rtw_fwcd_segs *segs = chip->fwcd_segs; local
402 if (segs) {
403 prep_size += segs->num * sizeof(struct rtw_fwcd_hdr);
405 for (i = 0; i < segs->num; i++)
406 prep_size += segs->segs[i];
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c43 u32 segs, hdrlen, l3_offset, l4_offset, l4_hdrlen; local
60 segs = skb_shinfo(skb)->gso_segs;
68 txd.lso_totsegs = segs;
70 txbuf->pkt_cnt = segs;
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1227 struct sk_buff *segs, *curr, *next; local
1278 segs = skb_gso_segment(skb, dev->features & ~NETIF_F_TSO);
1279 if (IS_ERR(segs))
1286 skb_list_walk_safe(segs, curr, next) {

Completed in 335 milliseconds

12345