Lines Matching full:convert

34  * @brief functions to convert enumerated values to human readable strings
36 * Contains various functions which convert enumerated values into human
45 * with space to convert unknown numeric values into a string, and return the
48 * functions to return static strings for known values, and convert unknown
60 * ice_aq_str - Convert an AdminQ error into a string
61 * @aq_err: the AQ error code to convert
63 * Convert the AdminQ status into its string name, if known. Otherwise, format
174 * ice_status_str - convert status err code to a string
175 * @status: the status error code to convert
177 * Convert the status code into its string name if known.
289 * ice_err_str - convert error code to a string
290 * @err: the error code to convert
292 * Convert an error code into its string/macro name if known. Note, it doesn't
608 * ice_fec_str - convert fec mode enum to a string
609 * @mode: the enum value to convert
611 * Convert an FEC mode enum to a string for display in a sysctl or log message.
637 * ice_fc_str - convert flow control mode enum to a string
638 * @mode: the enum value to convert
640 * Convert a flow control mode enum to a string for display in a sysctl or log
669 * ice_fltr_flag_str - Convert filter flags to a string
670 * @flag: the filter flags to convert
672 * Convert the u16 flag value of a filter into a readable string for
704 * ice_log_sev_str - Convert log level to a string
705 * @log_level: the log level to convert
707 * Convert the u8 log level of a FW logging module into a readable
745 * ice_fwd_act_str - convert filter action enum to a string
746 * @action: the filter action to convert
748 * Convert an enum value of type enum ice_sw_fwd_act_type into a string, for
779 * ice_mdd_tx_tclan_str - Convert MDD Tx TCLAN event to a string
780 * @event: the MDD event number to convert
782 * Convert the Tx TCLAN event value from the GL_MDET_TX_TCLAN register into
868 * ice_mdd_tx_pqm_str - Convert MDD Tx PQM event to a string
869 * @event: the MDD event number to convert
871 * Convert the Tx PQM event value from the GL_MDET_TX_PQM register into
970 * ice_mdd_rx_str - Convert MDD Rx queue event to a string
971 * @event: the MDD event number to convert
973 * Convert the Rx queue event value from the GL_MDET_RX register into a human
999 * ice_state_to_str - Convert the state enum to a string value
1000 * @state: the state bit to convert
1065 * ice_fw_module_str - Convert a FW logging module to a string name
1066 * @module: the module to convert
1068 * Given a FW logging module id, convert it to a shorthand human readable
1150 * ice_fw_lldp_status - Convert FW LLDP status to a string
1151 * @lldp_status: firmware LLDP status value to convert
1153 * Given the FW LLDP status, convert it to a human readable string.