Symbol: MAX_ETH_CONS
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1075
#define MAX_CONNECTIONS_TOE (min(8192,MAX_CONNECTIONS - MAX_CONNECTIONS_ISCSI - MAX_CONNECTIONS_RDMA - MAX_CONNECTIONS_FCOE - MAX_ETH_CONS - MAX_CONNECTIONS_VF))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3590
pdev->params.max_eth_including_vfs_conns += MAX_ETH_CONS;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3626
pdev->hw_info.max_port_conns = log2_align(MAX_ETH_CONS);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
515
bar_map_size = LM_DQ_CID_SIZE * MAX_ETH_CONS;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
364
for (ind_cids = MAX_ETH_CONS; ind_cids < ETH_MAX_RX_CLIENTS_E2; ind_cids++) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
270
#define MAX_TX_CHAIN(_pdev) (MAX_ETH_CONS)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.h
7
#define MAX_VF_ETH_CONS ((1 << (LM_VF_MAX_RVFID_SIZE + LM_VF_CID_WND_SIZE + 1)) - MAX_ETH_CONS) /*128 - MAX_ETH_CONS for single connection*/
usr/src/uts/common/io/bnxe/bnxe.h
660
TxQueue txq[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe.h
661
RxQueue rxq[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe.h
680
kstat_t * kstats_rxq[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe.h
681
KstatRingMap kstats_rxq_map[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe.h
682
kstat_t * kstats_txq[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe.h
683
KstatRingMap kstats_txq_map[MAX_ETH_CONS];
usr/src/uts/common/io/bnxe/bnxe_main.c
228
for (idx = 0; idx < MAX_ETH_CONS; idx++)
usr/src/uts/common/io/bnxe/bnxe_main.c
238
for (idx = 0; idx < MAX_ETH_CONS; idx++)
usr/src/uts/common/io/bnxe/bnxe_main.c
302
for (idx = 0; idx < MAX_ETH_CONS; idx++)
usr/src/uts/common/io/bnxe/bnxe_main.c
308
for (idx = 0; idx < MAX_ETH_CONS; idx++)
usr/src/uts/common/io/bnxe/bnxe_mm.c
216
MAX_ETH_CONS);