ndx 66 drivers/net/can/usb/mcba_usb.c u32 ndx; ndx 167 drivers/net/can/usb/mcba_usb.c priv->tx_context[i].ndx = MCBA_CTX_FREE; ndx 181 drivers/net/can/usb/mcba_usb.c if (priv->tx_context[i].ndx == MCBA_CTX_FREE) { ndx 183 drivers/net/can/usb/mcba_usb.c ctx->ndx = i; ndx 213 drivers/net/can/usb/mcba_usb.c ctx->ndx = MCBA_CTX_FREE; ndx 240 drivers/net/can/usb/mcba_usb.c can_get_echo_skb(netdev, ctx->ndx); ndx 329 drivers/net/can/usb/mcba_usb.c can_put_echo_skb(skb, priv->netdev, ctx->ndx); ndx 367 drivers/net/can/usb/mcba_usb.c can_free_echo_skb(priv->netdev, ctx->ndx); ndx 3411 kernel/module.c unsigned int ndx; ndx 3432 kernel/module.c ndx = find_sec(info, ".data..ro_after_init"); ndx 3433 kernel/module.c if (ndx) ndx 3434 kernel/module.c info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; ndx 3441 kernel/module.c ndx = find_sec(info, "__jump_table"); ndx 3442 kernel/module.c if (ndx) ndx 3443 kernel/module.c info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; ndx 267 net/mac80211/rc80211_minstrel.c int i, ndx; ndx 276 net/mac80211/rc80211_minstrel.c ndx = rix_to_ndx(mi, ar[i].idx); ndx 277 net/mac80211/rc80211_minstrel.c if (ndx < 0) ndx 280 net/mac80211/rc80211_minstrel.c mi->r[ndx].stats.attempts += ar[i].count; ndx 283 net/mac80211/rc80211_minstrel.c mi->r[ndx].stats.success += success; ndx 337 net/mac80211/rc80211_minstrel.c unsigned int ndx; ndx 392 net/mac80211/rc80211_minstrel.c ndx = minstrel_get_next_sample(mi); ndx 393 net/mac80211/rc80211_minstrel.c msr = &mi->r[ndx]; ndx 425 net/mac80211/rc80211_minstrel.c (mi->r[ndx].stats.prob_ewma > MINSTREL_FRAC(95, 100))) ndx 430 net/mac80211/rc80211_minstrel.c rate->idx = mi->r[ndx].rix; ndx 431 net/mac80211/rc80211_minstrel.c rate->count = minstrel_get_retry_count(&mi->r[ndx], info);