Searched refs:BNA_RXP_SINGLE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h183 case BNA_RXP_SINGLE: \
H A Dbna_tx_rx.c1264 #define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \
1641 case BNA_RXP_SINGLE:
1700 case BNA_RXP_SINGLE:
1748 if (rx_cfg->rxp_type == BNA_RXP_SINGLE) {
1835 case 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) {
2348 if (BNA_RXP_SINGLE == rx_cfg->rxp_type)
2438 ((rx_cfg->rxp_type == BNA_RXP_SINGLE) ?
H A Dbna_types.h144 BNA_RXP_SINGLE = 1, enumerator in enum:bna_rxp_type
H A Dbnad.c2051 /* BNA_RXP_SINGLE - one data-buffer queue
2224 if (rx_config->rxp_type != BNA_RXP_SINGLE) {

Completed in 215 milliseconds