Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance
66 u32 ndx; member170 priv->tx_context[i].ndx = MCBA_CTX_FREE; in mcba_init_ctx()184 if (priv->tx_context[i].ndx == MCBA_CTX_FREE) { in mcba_usb_get_free_ctx()186 ctx->ndx = i; in mcba_usb_get_free_ctx()213 ctx->ndx = MCBA_CTX_FREE; in mcba_usb_free_ctx()237 netdev->stats.tx_bytes += can_get_echo_skb(netdev, ctx->ndx, in mcba_usb_write_bulk_callback()354 can_put_echo_skb(skb, priv->netdev, ctx->ndx, 0); in mcba_usb_start_xmit()363 can_free_echo_skb(priv->netdev, ctx->ndx, NULL); in mcba_usb_start_xmit()
2366 unsigned int ndx; in layout_and_allocate() local2388 ndx = find_sec(info, ".data..ro_after_init"); in layout_and_allocate()2389 if (ndx) in layout_and_allocate()2390 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()2397 ndx = find_sec(info, "__jump_table"); in layout_and_allocate()2398 if (ndx) in layout_and_allocate()2399 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()