aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatm_intr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-2/+2
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-4/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-4/+6
* Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann2013-08-241-4/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+2
* Remove the __inline qualifier from a function which is in fact not anMatt Jacob2007-06-081-1/+1
* Replace m_extadd() with macro version MEXTADD().Andre Oppermann2005-09-191-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-3/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-13/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* change NULL to 0 to silence warning.Alfred Perlstein2003-12-241-1/+1
* Initialize the USED flag in new external receive buffers to 0, not to 1.Hartmut Brandt2003-11-051-2/+2
* Explain why the lock-free allocation algorithm is safe in our caseHartmut Brandt2003-10-301-0/+18
* Reinvent the used-flag for external mbufs. This and the on-card flagHartmut Brandt2003-10-301-5/+30
* Remove a superfluous ) from the previous commit. This was obviouslyHartmut Brandt2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inHartmut Brandt2003-10-291-1/+1
* Inline a function that was called only in one place directly into that place.Hartmut Brandt2003-10-291-58/+48
* We have some space in the external mbufs so use this space forHartmut Brandt2003-10-291-2/+4
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-26/+24
* Get rid of the mutexes for the exernal buffer free lists. UseHartmut Brandt2003-10-291-34/+49
* When we cannot allocate an external buffer (bacause we've hitHartmut Brandt2003-10-271-9/+5
* Use __FBSDID().David E. O'Brien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-101-2/+2
* Style: __FBSDID().Hartmut Brandt2003-06-181-2/+3
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+681