BNA_RXP_SINGLE
case BNA_RXP_SINGLE: \
#define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \
case BNA_RXP_SINGLE:
case BNA_RXP_SINGLE:
if (rx_cfg->rxp_type == BNA_RXP_SINGLE) {
case BNA_RXP_SINGLE:
hq_depth = ((q_cfg->rxp_type == BNA_RXP_SINGLE) ? 0 : q_cfg->q1_depth);
if (BNA_RXP_SINGLE != q_cfg->rxp_type) {
if (BNA_RXP_SINGLE == rx_cfg->rxp_type)
((rx_cfg->rxp_type == BNA_RXP_SINGLE) ?
if (rx_config->rxp_type != BNA_RXP_SINGLE) {