Home
last modified time | relevance | path

Searched refs:rx_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_enet.c822 enum bna_rx_type rx_type = \
827 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
835 enum bna_rx_type rx_type = \
844 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
857 enum bna_rx_type rx_type = \
860 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
865 enum bna_rx_type rx_type = \
870 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
Dbna_types.h664 enum bna_rx_type rx_type; member
Dbna_tx_rx.c2315 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()
Dbnad.c2047 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()