Searched refs:rxp_type (Results 1 – 3 of 3) sorted by relevance
1272 #define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \1756 if (rx_cfg->rxp_type == BNA_RXP_SINGLE) { in bna_rx_res_check()2154 hq_depth = ((q_cfg->rxp_type == BNA_RXP_SINGLE) ? 0 : q_cfg->q1_depth); in bna_rx_res_req()2166 if (BNA_RXP_SINGLE != q_cfg->rxp_type) { in bna_rx_res_req()2351 rxp->type = rx_cfg->rxp_type; in bna_rx_create()2356 if (BNA_RXP_SINGLE == rx_cfg->rxp_type) in bna_rx_create()2427 q1->buffer_size = (rx_cfg->rxp_type == BNA_RXP_HDS) ? in bna_rx_create()2446 ((rx_cfg->rxp_type == BNA_RXP_SINGLE) ? in bna_rx_create()
666 enum bna_rxp_type rxp_type; member
2067 rx_config->rxp_type = BNA_RXP_SLR; in bnad_init_rx_config()2087 if (rx_config->rxp_type == BNA_RXP_SLR) { in bnad_init_rx_config()2235 if (rx_config->rxp_type != BNA_RXP_SINGLE) { in bnad_setup_rx()