max_intr_slots    203 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	int max_intr_slots;
max_intr_slots    705 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	mgp->max_intr_slots = 2 * (cmd.data0 / sizeof(struct mcp_dma_addr));
max_intr_slots    943 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry);
max_intr_slots   1477 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 		idx = cnt & (mgp->max_intr_slots - 1);
max_intr_slots   3567 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 			bytes = mgp->max_intr_slots *
max_intr_slots   3603 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 		bytes = mgp->max_intr_slots * sizeof(*ss->rx_done.entry);
max_intr_slots   3677 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	mgp->max_intr_slots = cmd.data0 / sizeof(struct mcp_slot);
max_intr_slots   3680 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	cmd.data0 = mgp->max_intr_slots * sizeof(struct mcp_slot);