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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h410 int max_intr_slots; member in struct:myri10ge_priv
H A Dmyri10ge.c1388 mgp->max_intr_slots = 2 * (cmd.data0 / sizeof (mcp_dma_addr_t));
1542 bytes = mgp->max_intr_slots * sizeof (*mgp->ss[0].rx_done.entry);
1625 bytes = mgp->max_intr_slots *
2637 rx_done->idx = rx_done->cnt & (mgp->max_intr_slots - 1);
5477 cmd.data0 = mgp->max_intr_slots * sizeof (struct mcp_slot);
5629 bytes = mgp->max_intr_slots *

Completed in 74 milliseconds