netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* doubt in e1000_io_write()
@ 2008-01-11 15:13 Jeba Anandhan
  2008-01-11 18:41 ` Kok, Auke
  0 siblings, 1 reply; 3+ messages in thread
From: Jeba Anandhan @ 2008-01-11 15:13 UTC (permalink / raw)
  To: netdev

Hi all,
i have doubt in e1000_io_write().

void
e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value)
{
        outl(value, port);
}


kernel version: 2.6.12.3


Even hw structure has not been used, why it has been passed into
e1000_io_write function?

Thanks
Jeba


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-11 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11 15:13 doubt in e1000_io_write() Jeba Anandhan
2008-01-11 18:41 ` Kok, Auke
2008-01-11 19:35   ` Breno Leitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).