Searched refs:ipw_get_ordinal (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2200.c | 690 static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len) ipw_get_ordinal() function 1593 if (ipw_get_ordinal(p, IPW_ORD_STAT_UCODE_VERSION, &tmp, &len)) show_ucode_version() 1607 if (ipw_get_ordinal(p, IPW_ORD_STAT_RTC, &tmp, &len)) show_rtc() 4148 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, ipw_reset_stats() 4150 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, ipw_reset_stats() 4217 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate, ipw_get_current_rate() 4275 ipw_get_ordinal(priv, IPW_ORD_STAT_MISSED_BEACONS, ipw_gather_stats() 4288 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, &rx_err, &len); ipw_gather_stats() 4292 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len); ipw_gather_stats() 8613 * The exception to this is the use of the ipw_get_ordinal() 10038 /* if hw is disabled, then ipw_get_ordinal() can't be called. ipw_get_wireless_stats() 10065 /* if (ipw_get_ordinal(priv, IPW_ORD_STAT_TX_RETRY, &tx_retry, &len)) ipw_get_wireless_stats() 10465 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len); ipw_ethtool_get_drvinfo() 10467 ipw_get_ordinal(p, IPW_ORD_STAT_FW_DATE, date, &len); ipw_ethtool_get_drvinfo()
|
Completed in 86 milliseconds