Searched refs:send_done_count (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.h237 __be32 send_done_count; member in struct:mcp_irq_data
H A Dmyri10ge.c1223 u32 send_done_count; local
1248 send_done_count = ntohl(stats->send_done_count);
1249 if (send_done_count != tx->pkt_done)
1250 myri10ge_tx_done(mgp, (int)send_done_count);
1840 bus += offsetof(struct mcp_irq_data, send_done_count);
2780 (int)ntohl(mgp->fw_stats->send_done_count));
2785 (int)ntohl(mgp->fw_stats->send_done_count));

Completed in 37 milliseconds