Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_strings.c645 ice_fc_str(enum ice_fc_mode mode) in ice_fc_str() function
H A Dice_lib.h1019 const char *ice_fc_str(enum ice_fc_mode mode);
H A Dice_lib.c3605 sbuf_printf(&buf, "%d<%s>", old_mode, ice_fc_str(old_mode)); in ice_sysctl_fc_config()
3614 if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) { in ice_sysctl_fc_config()
3618 else if (strcasecmp(ice_fc_str(ICE_FC_TX_PAUSE), fc_str) == 0) { in ice_sysctl_fc_config()
3622 else if (strcasecmp(ice_fc_str(ICE_FC_RX_PAUSE), fc_str) == 0) { in ice_sysctl_fc_config()
3626 else if (strcasecmp(ice_fc_str(ICE_FC_NONE), fc_str) == 0) { in ice_sysctl_fc_config()
8127 return ice_fc_str(pi->fc.current_mode); in ice_flowcontrol_mode()