Home
last modified time | relevance | path

Searched refs:cfg_plowat (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c93 { .cfg_plowat = 10, .cfg_phiwat = 60, .cfg_blowat = 4000,
95 { .cfg_plowat = 40, .cfg_phiwat = 100, .cfg_blowat = 5000,
97 { .cfg_plowat = 80, .cfg_phiwat = 200, .cfg_blowat = 100000,
99 { .cfg_plowat = 220, .cfg_phiwat = 240, .cfg_blowat = 330000,
101 { .cfg_plowat = 250, .cfg_phiwat = 2000, .cfg_blowat = 450000,
110 { .cfg_plowat = 10, .cfg_phiwat = 60, .cfg_blowat = 4000,
112 { .cfg_plowat = 40, .cfg_phiwat = 100, .cfg_blowat = 5000,
114 { .cfg_plowat = 80, .cfg_phiwat = 200, .cfg_blowat = 100000,
116 { .cfg_plowat = 220, .cfg_phiwat = 240, .cfg_blowat = 330000,
118 { .cfg_plowat = 250, .cfg_phiwat = 2000, .cfg_blowat = 450000,
[all …]
H A Dnx_netif.h417 uint32_t cfg_plowat; /* packets low watermark */ member
H A Dnx_netif.c2941 if_ns->ifn_rx_mit_cfg_packets_lowat = mit_cfg->cfg_plowat; in nx_netif_copy_stats()