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

/freebsd-12-stable/sys/dev/ice/
H A Dice_strings.c636 * ice_fc_str - convert flow control mode enum to a string
644 ice_fc_str(enum ice_fc_mode mode) function
H A Dice_lib.h310 * Use ice_fc_str() to get these unless these need to be embedded in a
790 const char *ice_fc_str(enum ice_fc_mode mode);
H A Dice_lib.c3320 sbuf_printf(&buf, "%d<%s>", old_mode, ice_fc_str(old_mode));
3329 if (strcasecmp(ice_fc_str(ICE_FC_FULL), fc_str) == 0) {
3333 else if (strcasecmp(ice_fc_str(ICE_FC_TX_PAUSE), fc_str) == 0) {
3337 else if (strcasecmp(ice_fc_str(ICE_FC_RX_PAUSE), fc_str) == 0) {
3341 else if (strcasecmp(ice_fc_str(ICE_FC_NONE), fc_str) == 0) {
6494 return ice_fc_str(pi->fc.current_mode);

Completed in 67 milliseconds