linux/drivers/net/ethernet/brocade/bna
Ivan Vecera d7548e6725 bna: remove paused from bna_rx_config and flags from bna_rxf
The bna_rx_config struct member paused can be removed as it is never
written and as it cannot have non-zero value the bna_rxf struct member
flags also cannot have BNA_RXF_F_PAUSED value and is always zero.
So the flags member can be removed as well as bna_rxf_flags enum and
the code-paths that needs to have non-zero bna_rxf->flags.
This clean-up makes bna_rxf_sm_paused state unsed and can be also removed.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-11 15:57:16 -07:00
..
bfa_cee.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_cee.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_cs.h bna: get rid of duplicate and unused macros 2015-06-11 15:57:15 -07:00
bfa_defs_cna.h bna: replace pragma(pack) with attribute __packed 2015-06-11 15:57:15 -07:00
bfa_defs_mfg_comm.h bna: use BIT(x) instead of (1 << x) 2015-06-11 15:57:15 -07:00
bfa_defs_status.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_defs.h bna: get rid of duplicate and unused macros 2015-06-11 15:57:15 -07:00
bfa_ioc_ct.c bna: use BIT(x) instead of (1 << x) 2015-06-11 15:57:15 -07:00
bfa_ioc.c bna: get rid of duplicate and unused macros 2015-06-11 15:57:15 -07:00
bfa_ioc.h bna: get rid of duplicate and unused macros 2015-06-11 15:57:15 -07:00
bfa_msgq.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_msgq.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfi_cna.h bna: replace pragma(pack) with attribute __packed 2015-06-11 15:57:15 -07:00
bfi_enet.h bna: use BIT(x) instead of (1 << x) 2015-06-11 15:57:15 -07:00
bfi_reg.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfi.h bna: get rid of duplicate and unused macros 2015-06-11 15:57:15 -07:00
bna_enet.c bna: remove pause_cbfn from struct bna_enet 2015-06-11 15:57:15 -07:00
bna_hw_defs.h bna: use BIT(x) instead of (1 << x) 2015-06-11 15:57:15 -07:00
bna_tx_rx.c bna: remove paused from bna_rx_config and flags from bna_rxf 2015-06-11 15:57:16 -07:00
bna_types.h bna: remove paused from bna_rx_config and flags from bna_rxf 2015-06-11 15:57:16 -07:00
bna.h bna: remove oper_state_cbfn from struct bna_rxf 2015-06-11 15:57:16 -07:00
bnad_debugfs.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bnad_ethtool.c bna: remove unused cbfn parameter 2015-06-11 15:57:15 -07:00
bnad.c bna: remove unused cbfn parameter 2015-06-11 15:57:15 -07:00
bnad.h bna: get rid of mac_t 2015-06-11 15:57:14 -07:00
cna_fwimg.c bna: fix firmware loading on big-endian machines 2015-05-30 23:46:30 -07:00
cna.h bna: get rid of mac_t 2015-06-11 15:57:14 -07:00
Kconfig bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
Makefile bna: remove obsolete use of EXTRA_CFLAGS 2015-06-10 21:59:02 -07:00