Searched refs:rxp_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1264 #define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \
1748 if (rx_cfg->rxp_type == BNA_RXP_SINGLE) {
2146 hq_depth = ((q_cfg->rxp_type == BNA_RXP_SINGLE) ? 0 : q_cfg->q1_depth);
2158 if (BNA_RXP_SINGLE != q_cfg->rxp_type) {
2343 rxp->type = rx_cfg->rxp_type;
2348 if (BNA_RXP_SINGLE == rx_cfg->rxp_type)
2419 q1->buffer_size = (rx_cfg->rxp_type == BNA_RXP_HDS) ?
2438 ((rx_cfg->rxp_type == BNA_RXP_SINGLE) ?
H A Dbna_types.h667 enum bna_rxp_type rxp_type; member in struct:bna_rx_config
H A Dbnad.c2056 rx_config->rxp_type = BNA_RXP_SLR;
2076 if (rx_config->rxp_type == BNA_RXP_SLR) {
2224 if (rx_config->rxp_type != BNA_RXP_SINGLE) {

Completed in 126 milliseconds