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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge_mcp.h201 * data2 = sizeof(struct mcp_irq_data) from driver point of view, allows
202 * adding new stuff to mcp_irq_data without changing the ABI */
228 struct mcp_irq_data { struct
H A Dmyri10ge.c175 struct mcp_irq_data *fw_stats;
1156 struct mcp_irq_data *stats = mgp->fw_stats;
1221 struct mcp_irq_data *stats = mgp->fw_stats;
1836 cmd.data2 = sizeof(struct mcp_irq_data);
1840 bus += offsetof(struct mcp_irq_data, send_done_count);

Completed in 55 milliseconds