Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c203 int max_intr_slots; member
705 mgp->max_intr_slots = 2 * (cmd.data0 / sizeof(struct mcp_dma_addr)); in myri10ge_get_firmware_capabilities()
943 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset()
1465 idx = cnt & (mgp->max_intr_slots - 1); in myri10ge_clean_rx_done()
3534 bytes = mgp->max_intr_slots * in myri10ge_free_slices()
3569 bytes = mgp->max_intr_slots * sizeof(*ss->rx_done.entry); in myri10ge_alloc_slices()
3643 mgp->max_intr_slots = cmd.data0 / sizeof(struct mcp_slot); in myri10ge_probe_slices()
3646 cmd.data0 = mgp->max_intr_slots * sizeof(struct mcp_slot); in myri10ge_probe_slices()