Searched refs:ice_fc_str (Results 1 – 3 of 3) sorted by relevance
645 ice_fc_str(enum ice_fc_mode mode) in ice_fc_str() function
1019 const char *ice_fc_str(enum ice_fc_mode mode);
3605 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()