Home
last modified time | relevance | path

Searched refs:tx_frames (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-endpoints.c54 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
66 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
79 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
80 host->tx_frames, host->tx_bytes, in endpoints_draw()
89 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
90 host->tx_frames, host->tx_bytes, in endpoints_draw()
H A Dtap-iousers.c84 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
96 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
119 iui->tx_frames, tx_bytes, in iousers_draw()
120 iui->tx_frames+iui->rx_frames, in iousers_draw()
133 iui->tx_frames, tx_bytes, in iousers_draw()
134 iui->tx_frames+iui->rx_frames, in iousers_draw()
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-endpoints.c54 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
66 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
79 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
80 host->tx_frames, host->tx_bytes, in endpoints_draw()
89 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
90 host->tx_frames, host->tx_bytes, in endpoints_draw()
H A Dtap-iousers.c84 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
96 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
119 iui->tx_frames, tx_bytes, in iousers_draw()
120 iui->tx_frames+iui->rx_frames, in iousers_draw()
133 iui->tx_frames, tx_bytes, in iousers_draw()
134 iui->tx_frames+iui->rx_frames, in iousers_draw()
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-endpoints.c54 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
66 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
79 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
80 host->tx_frames, host->tx_bytes, in endpoints_draw()
89 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
90 host->tx_frames, host->tx_bytes, in endpoints_draw()
H A Dtap-iousers.c84 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
96 tot_frames = iui->rx_frames + iui->tx_frames; in iousers_draw()
119 iui->tx_frames, tx_bytes, in iousers_draw()
120 iui->tx_frames+iui->rx_frames, in iousers_draw()
133 iui->tx_frames, tx_bytes, in iousers_draw()
134 iui->tx_frames+iui->rx_frames, in iousers_draw()
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-endpoints.c54 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
66 tot_frames = host->rx_frames + host->tx_frames; in endpoints_draw()
79 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
80 host->tx_frames, host->tx_bytes, in endpoints_draw()
89 host->tx_frames+host->rx_frames, host->tx_bytes+host->rx_bytes, in endpoints_draw()
90 host->tx_frames, host->tx_bytes, in endpoints_draw()
H A Dtap-iousers.c84 tot_frames = iui->rx_frames + iui->tx_frames;
96 tot_frames = iui->rx_frames + iui->tx_frames;
119 iui->tx_frames, tx_bytes,
120 iui->tx_frames+iui->rx_frames,
133 iui->tx_frames, tx_bytes,
134 iui->tx_frames+iui->rx_frames,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c156 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce()
167 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local
172 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
179 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce()
187 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c156 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce()
167 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local
172 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
179 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce()
187 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c156 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce()
167 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local
172 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
179 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce()
187 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ti/wl1251/
H A Dtx.c61 if (wl->tx_frames[i] == NULL) { in wl1251_tx_id()
62 wl->tx_frames[i] = skb; in wl1251_tx_id()
216 wl->tx_frames[tx_hdr->id] = skb = newskb; in wl1251_tx_send_packet()
403 skb = wl->tx_frames[result->id]; in wl1251_tx_packet_cb()
439 wl->tx_frames[result->id] = NULL; in wl1251_tx_packet_cb()
566 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush()
567 skb = wl->tx_frames[i]; in wl1251_tx_flush()
574 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ti/wl1251/
H A Dtx.c61 if (wl->tx_frames[i] == NULL) { in wl1251_tx_id()
62 wl->tx_frames[i] = skb; in wl1251_tx_id()
216 wl->tx_frames[tx_hdr->id] = skb = newskb; in wl1251_tx_send_packet()
403 skb = wl->tx_frames[result->id]; in wl1251_tx_packet_cb()
439 wl->tx_frames[result->id] = NULL; in wl1251_tx_packet_cb()
566 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush()
567 skb = wl->tx_frames[i]; in wl1251_tx_flush()
574 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ti/wl1251/
H A Dtx.c61 if (wl->tx_frames[i] == NULL) { in wl1251_tx_id()
62 wl->tx_frames[i] = skb; in wl1251_tx_id()
216 wl->tx_frames[tx_hdr->id] = skb = newskb; in wl1251_tx_send_packet()
403 skb = wl->tx_frames[result->id]; in wl1251_tx_packet_cb()
439 wl->tx_frames[result->id] = NULL; in wl1251_tx_packet_cb()
566 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush()
567 skb = wl->tx_frames[i]; in wl1251_tx_flush()
574 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dendpoint_dialog.cpp332 return QString("%L1").arg(endp_item->tx_frames + endp_item->rx_frames); in data()
336 return QString("%L1").arg(endp_item->tx_frames); in data()
394 return quint64(endp_item->tx_frames + endp_item->rx_frames); in colData()
398 return quint64(endp_item->tx_frames); in colData()
445 …return (endp_item->tx_frames + endp_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
449 return endp_item->tx_frames < other_item->tx_frames; in operator <()
H A Dconversation_dialog.cpp370 return QString("%L1").arg(conv_item->tx_frames + conv_item->rx_frames); in data()
374 return QString("%L1").arg(conv_item->tx_frames); in data()
501 return quint64(conv_item->tx_frames + conv_item->rx_frames); in colData()
505 return quint64(conv_item->tx_frames); in colData()
545 …return (conv_item->tx_frames + conv_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
549 return conv_item->tx_frames < other_item->tx_frames; in operator <()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dendpoint_dialog.cpp332 return QString("%L1").arg(endp_item->tx_frames + endp_item->rx_frames); in data()
336 return QString("%L1").arg(endp_item->tx_frames); in data()
394 return quint64(endp_item->tx_frames + endp_item->rx_frames); in colData()
398 return quint64(endp_item->tx_frames); in colData()
445 …return (endp_item->tx_frames + endp_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
449 return endp_item->tx_frames < other_item->tx_frames; in operator <()
H A Dconversation_dialog.cpp370 return QString("%L1").arg(conv_item->tx_frames + conv_item->rx_frames); in data()
374 return QString("%L1").arg(conv_item->tx_frames); in data()
501 return quint64(conv_item->tx_frames + conv_item->rx_frames); in colData()
505 return quint64(conv_item->tx_frames); in colData()
545 …return (conv_item->tx_frames + conv_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
549 return conv_item->tx_frames < other_item->tx_frames; in operator <()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dendpoint_dialog.cpp332 return QString("%L1").arg(endp_item->tx_frames + endp_item->rx_frames);
336 return QString("%L1").arg(endp_item->tx_frames);
394 return quint64(endp_item->tx_frames + endp_item->rx_frames);
398 return quint64(endp_item->tx_frames);
445 …return (endp_item->tx_frames + endp_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra…
449 return endp_item->tx_frames < other_item->tx_frames;
H A Dconversation_dialog.cpp370 return QString("%L1").arg(conv_item->tx_frames + conv_item->rx_frames); in data()
374 return QString("%L1").arg(conv_item->tx_frames); in data()
501 return quint64(conv_item->tx_frames + conv_item->rx_frames); in colData()
505 return quint64(conv_item->tx_frames); in colData()
545 …return (conv_item->tx_frames + conv_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
549 return conv_item->tx_frames < other_item->tx_frames; in operator <()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dendpoint_dialog.cpp332 return QString("%L1").arg(endp_item->tx_frames + endp_item->rx_frames); in data()
336 return QString("%L1").arg(endp_item->tx_frames); in data()
394 return quint64(endp_item->tx_frames + endp_item->rx_frames); in colData()
398 return quint64(endp_item->tx_frames); in colData()
445 …return (endp_item->tx_frames + endp_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
449 return endp_item->tx_frames < other_item->tx_frames; in operator <()
H A Dconversation_dialog.cpp370 return QString("%L1").arg(conv_item->tx_frames + conv_item->rx_frames); in data()
374 return QString("%L1").arg(conv_item->tx_frames); in data()
501 return quint64(conv_item->tx_frames + conv_item->rx_frames); in colData()
505 return quint64(conv_item->tx_frames); in colData()
545 …return (conv_item->tx_frames + conv_item->rx_frames) < (other_item->tx_frames + other_item->rx_fra… in operator <()
549 return conv_item->tx_frames < other_item->tx_frames; in operator <()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_vsc7323.c312 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
341 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]); in t3_vsc7323_update_stats()
342 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
343 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]); in t3_vsc7323_update_stats()
362 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ti/wl18xx/
H A Dtx.c71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
79 skb = wl->tx_frames[id]; in wl18xx_tx_complete_packet()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ti/wl18xx/
H A Dtx.c71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
79 skb = wl->tx_frames[id]; in wl18xx_tx_complete_packet()

12345678910>>...13