Searched refs:max_intr_slots (Results 1 – 1 of 1) sorted by relevance
204 int max_intr_slots; member706 mgp->max_intr_slots = 2 * (cmd.data0 / sizeof(struct mcp_dma_addr)); in myri10ge_get_firmware_capabilities()944 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset()1479 idx = cnt & (mgp->max_intr_slots - 1); in myri10ge_clean_rx_done()3571 bytes = mgp->max_intr_slots * in myri10ge_free_slices()3607 bytes = mgp->max_intr_slots * sizeof(*ss->rx_done.entry); in myri10ge_alloc_slices()3681 mgp->max_intr_slots = cmd.data0 / sizeof(struct mcp_slot); in myri10ge_probe_slices()3684 cmd.data0 = mgp->max_intr_slots * sizeof(struct mcp_slot); in myri10ge_probe_slices()