ice_fc_str
sbuf_printf(&buf, "%d<%s>", old_mode, ice_fc_str(old_mode));
if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) {
else if (strcasecmp(ice_fc_str(ICE_FC_TX_PAUSE), fc_str) == 0) {
else if (strcasecmp(ice_fc_str(ICE_FC_RX_PAUSE), fc_str) == 0) {
else if (strcasecmp(ice_fc_str(ICE_FC_NONE), fc_str) == 0) {
return ice_fc_str(pi->fc.current_mode);
const char *ice_fc_str(enum ice_fc_mode mode);