Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c94 { .cfg_plowat = 10, .cfg_phiwat = 60, .cfg_blowat = 4000,
96 { .cfg_plowat = 40, .cfg_phiwat = 100, .cfg_blowat = 5000,
98 { .cfg_plowat = 80, .cfg_phiwat = 200, .cfg_blowat = 100000,
100 { .cfg_plowat = 220, .cfg_phiwat = 240, .cfg_blowat = 330000,
102 { .cfg_plowat = 250, .cfg_phiwat = 2000, .cfg_blowat = 450000,
111 { .cfg_plowat = 10, .cfg_phiwat = 60, .cfg_blowat = 4000,
113 { .cfg_plowat = 40, .cfg_phiwat = 100, .cfg_blowat = 5000,
115 { .cfg_plowat = 80, .cfg_phiwat = 200, .cfg_blowat = 100000,
117 { .cfg_plowat = 220, .cfg_phiwat = 240, .cfg_blowat = 330000,
119 { .cfg_plowat = 250, .cfg_phiwat = 2000, .cfg_blowat = 450000,
[all …]
H A Dnx_netif.h406 uint32_t cfg_plowat; /* packets low watermark */ member
H A Dnx_netif.c3067 if_ns->ifn_rx_mit_cfg_packets_lowat = mit_cfg->cfg_plowat; in nx_netif_copy_stats()