Searched refs:cfg_phiwat (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 93 { .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 D | nx_netif.h | 418 uint32_t cfg_phiwat; /* packets high watermark */ member
|
| H A D | nx_netif.c | 2942 if_ns->ifn_rx_mit_cfg_packets_hiwat = mit_cfg->cfg_phiwat; in nx_netif_copy_stats()
|