Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c219 int max_intr_slots; member
721 mgp->max_intr_slots = 2 * (cmd.data0 / sizeof(struct mcp_dma_addr)); in myri10ge_get_firmware_capabilities()
1045 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset()
1609 idx = cnt & (mgp->max_intr_slots - 1); in myri10ge_clean_rx_done()
3765 bytes = mgp->max_intr_slots * in myri10ge_free_slices()
3801 bytes = mgp->max_intr_slots * sizeof(*ss->rx_done.entry); in myri10ge_alloc_slices()
3876 mgp->max_intr_slots = cmd.data0 / sizeof(struct mcp_slot); in myri10ge_probe_slices()
3879 cmd.data0 = mgp->max_intr_slots * sizeof(struct mcp_slot); in myri10ge_probe_slices()