Home
last modified time | relevance | path

Searched refs:cfg_phiwat (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.h407 uint32_t cfg_phiwat; /* packets high watermark */ member
H A Dnx_netif.c3068 if_ns->ifn_rx_mit_cfg_packets_hiwat = mit_cfg->cfg_phiwat; in nx_netif_copy_stats()