Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/can/usb/
Dmcba_usb.c66 u32 ndx; member
169 priv->tx_context[i].ndx = MCBA_CTX_FREE; in mcba_init_ctx()
183 if (priv->tx_context[i].ndx == MCBA_CTX_FREE) { in mcba_usb_get_free_ctx()
185 ctx->ndx = i; in mcba_usb_get_free_ctx()
215 ctx->ndx = MCBA_CTX_FREE; in mcba_usb_free_ctx()
242 can_get_echo_skb(netdev, ctx->ndx, NULL); in mcba_usb_write_bulk_callback()
360 can_put_echo_skb(skb, priv->netdev, ctx->ndx, 0); in mcba_usb_start_xmit()
369 can_free_echo_skb(priv->netdev, ctx->ndx, NULL); in mcba_usb_start_xmit()
/Linux-v5.15/kernel/
Dmodule.c3525 unsigned int ndx; in layout_and_allocate() local
3551 ndx = find_sec(info, ".data..ro_after_init"); in layout_and_allocate()
3552 if (ndx) in layout_and_allocate()
3553 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()
3560 ndx = find_sec(info, "__jump_table"); in layout_and_allocate()
3561 if (ndx) in layout_and_allocate()
3562 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()