Home
last modified time | relevance | path

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

/linux-4.1.27/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.h676 enum bna_rx_type rx_type; member
Dbnad.c2045 rx_config->rx_type = BNA_RX_T_REGULAR; in bnad_init_rx_config()
Dbna_tx_rx.c2560 rx = bna_rx_get(rx_mod, rx_cfg->rx_type); in bna_rx_create()