Searched refs:max_frags (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_vf.c | 139 priv->max_frags = si->drvdata->max_frags; in enetc_vf_netdev_setup()
|
| H A D | enetc_pf_common.c | 104 priv->max_frags = si->drvdata->max_frags; in enetc_pf_netdev_setup()
|
| H A D | enetc.h | 258 u8 max_frags; member 402 u8 max_frags; /* The maximum number of BDs for fragments */ member
|
| H A D | enetc.c | 875 if (unlikely(bd_data_num >= priv->max_frags && data_len)) in enetc_map_tx_tso_buffs() 942 if (unlikely(skb_shinfo(skb)->nr_frags > priv->max_frags)) in enetc_start_xmit() 960 if (enetc_bd_unused(tx_ring) < ENETC_TXBDS_MAX_NEEDED(priv->max_frags)) in enetc_start_xmit() 1229 ENETC_TXBDS_MAX_NEEDED(priv->max_frags)))) { in enetc_clean_tx_ring() 3618 .max_frags = ENETC_MAX_SKB_FRAGS, 3625 .max_frags = ENETC4_MAX_SKB_FRAGS, 3632 .max_frags = ENETC_MAX_SKB_FRAGS,
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 2268 u32 max_frags, i; in testapp_too_many_frags() local 2272 max_frags = test->ifobj_tx->xdp_zc_max_segs; in testapp_too_many_frags() 2274 max_frags = get_max_skb_frags(); in testapp_too_many_frags() 2275 if (!max_frags) { in testapp_too_many_frags() 2277 max_frags = 17; in testapp_too_many_frags() 2279 max_frags += 1; in testapp_too_many_frags() 2293 for (i = 1; i < max_frags + 1; i++) { in testapp_too_many_frags() 2298 pkts[max_frags].options = 0; in testapp_too_many_frags() 2303 for (i = max_frags + 1; i < 2 * max_frags + 1; i++) { in testapp_too_many_frags() 2310 pkts[2 * max_frags + 1].len = MIN_PKT_SIZE; in testapp_too_many_frags() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | time-event.h | 226 u8 max_frags; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-event.c | 691 time_cmd.max_frags = TE_V2_FRAG_NONE; in iwl_mvm_protect_session() 1232 time_cmd.max_frags = min(MSEC_TO_TU(duration)/50, TE_V2_FRAG_ENDLESS); in iwl_mvm_start_p2p_roc() 1405 time_cmd.max_frags = TE_V2_FRAG_NONE; in iwl_mvm_schedule_csa_period()
|
| /linux-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 3898 u16 max_frags; in ionic_lif_queue_identify() local 3967 max_frags = IONIC_TX_MAX_FRAGS; in ionic_lif_queue_identify() 3969 max_frags = IONIC_RX_MAX_FRAGS; in ionic_lif_queue_identify() 3971 max_frags = 1; in ionic_lif_queue_identify() 3973 qti->max_sg_elems = min_t(u16, max_frags - 1, MAX_SKB_FRAGS); in ionic_lif_queue_identify()
|
| /linux-6.15/net/mac80211/ |
| H A D | tx.c | 3415 int max_frags = local->hw.max_tx_fragments; in ieee80211_amsdu_aggregate() local 3485 if (max_frags && nfrags > max_frags) in ieee80211_amsdu_aggregate()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 2399 unsigned int max_frags) in tcp_xa_pool_refill() argument 2410 for (k = 0; k < max_frags; k++) { in tcp_xa_pool_refill()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 4510 int offset, size_t size, size_t max_frags) in skb_append_pagefrags() argument 4516 } else if (i < max_frags) { in skb_append_pagefrags()
|
| /linux-6.15/include/linux/ |
| H A D | skbuff.h | 1438 int offset, size_t size, size_t max_frags);
|