summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatm_intr.c
Commit message (Expand)AuthorAgeFilesLines
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-4/+6
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-4/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+2
* Remove the __inline qualifier from a function which is in fact not anmjacob2007-06-081-1/+1
* Replace m_extadd() with macro version MEXTADD().andre2005-09-191-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-3/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-13/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* change NULL to 0 to silence warning.alfred2003-12-241-1/+1
* Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-301-5/+30
* Remove a superfluous ) from the previous commit. This was obviouslyharti2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inharti2003-10-291-1/+1
* Inline a function that was called only in one place directly into that place.harti2003-10-291-58/+48
* We have some space in the external mbufs so use this space forharti2003-10-291-2/+4
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-291-26/+24
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-291-34/+49
* When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* Use __FBSDID().obrien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use the default arguments for lockfunc and lockfuncarg inharti2003-07-101-2/+2
* Style: __FBSDID().harti2003-06-181-2/+3
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-171-0/+681
OpenPOWER on IntegriCloud