freebsd-dev/sys/dev/sfxge
Jung-uk Kim fd90e2ed54 CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
years for head.  However, it is continuously misused as the mpsafe argument
for callout_init(9).  Deprecate the flag and clean up callout_init() calls
to make them more consistent.

Differential Revision:	https://reviews.freebsd.org/D2613
Reviewed by:	jhb
MFC after:	2 weeks
2015-05-22 17:05:21 +00:00
..
common sfxge: do not check MCDI status word 2015-03-23 15:52:57 +00:00
sfxge_dma.c sfxge: use goto to cleanup to avoid duplicate cleanup code 2015-02-24 06:08:55 +00:00
sfxge_ev.c sfxge: expect required init_state on data path and in periodic calls 2015-02-27 07:39:09 +00:00
sfxge_intr.c sfxge: expect required init_state on data path and in periodic calls 2015-02-27 07:39:09 +00:00
sfxge_mcdi.c sfxge: make lock names unique 2015-02-05 11:39:15 +00:00
sfxge_port.c sfxge: avoid usage of ifm_data 2015-05-16 10:35:30 +00:00
sfxge_rx.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
sfxge_rx.h Unbreak 'make depend' with sfxge by removing debugging code activated in the 2015-02-28 21:50:04 +00:00
sfxge_tx.c sfxge: relax assertion to allow RST flag in TSO packets 2015-05-22 07:39:21 +00:00
sfxge_tx.h sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked() 2015-05-15 06:50:59 +00:00
sfxge_version.h sfxge: set correct RSS hash type instead of opaque 2015-03-28 10:20:20 +00:00
sfxge.c sfxge: do not advertise LRO capability if LRO is compiled out 2015-05-18 06:07:02 +00:00
sfxge.h sfxge: cleanup: add a blank line before each #if to improve readability 2015-03-24 11:25:19 +00:00