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

/freebsd-12-stable/sys/dev/ice/
H A Dice_strings.c609 * ice_fec_str - convert fec mode enum to a string
616 ice_fec_str(enum ice_fec_mode mode) function
H A Dice_lib.h300 * Use ice_fec_str() to get these unless these need to be embedded in a
789 const char *ice_fec_str(enum ice_fec_mode mode);
H A Dice_lib.c3131 strcmp(req_fec, ice_fec_str(ICE_FEC_AUTO)) == 0) {
3134 strcmp(req_fec, ice_fec_str(ICE_FEC_BASER)) == 0) {
3137 strcmp(req_fec, ice_fec_str(ICE_FEC_RS)) == 0) {
3140 strcmp(req_fec, ice_fec_str(ICE_FEC_NONE)) == 0) {
3194 __func__, ice_fec_str(new_mode));
6439 return ice_fec_str(ICE_FEC_RS);
6444 return ice_fec_str(ICE_FEC_BASER);
6446 return ice_fec_str(ICE_FEC_NONE);
6461 return ice_fec_str(ICE_FEC_RS);
6465 return ice_fec_str(ICE_FEC_BASE
[all...]

Completed in 159 milliseconds