Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c204 int max_intr_slots; member
705 mgp->max_intr_slots = 2 * (cmd.data0 / sizeof(struct mcp_dma_addr)); in myri10ge_get_firmware_capabilities()
945 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset()
1467 idx = cnt & (mgp->max_intr_slots - 1); in myri10ge_clean_rx_done()
3540 bytes = mgp->max_intr_slots * in myri10ge_free_slices()
3575 bytes = mgp->max_intr_slots * sizeof(*ss->rx_done.entry); in myri10ge_alloc_slices()
3649 mgp->max_intr_slots = cmd.data0 / sizeof(struct mcp_slot); in myri10ge_probe_slices()
3652 cmd.data0 = mgp->max_intr_slots * sizeof(struct mcp_slot); in myri10ge_probe_slices()