Home
last modified time | relevance | path

Searched refs:MAX_NUMBER_NPIV (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/ !
Dqed_mfw_hsi.h564 #define MAX_NUMBER_NPIV 64 macro
567 struct dci_npiv_settings settings[MAX_NUMBER_NPIV];
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ !
Dbnx2x_hsi.h2101 #define MAX_NUMBER_NPIV 64 macro
2104 struct bdn_npiv_settings settings[MAX_NUMBER_NPIV];
Dbnx2x_main.c14883 } else if (tbl->fc_npiv_cfg.num_of_npiv > MAX_NUMBER_NPIV) { in bnx2x_get_fc_npiv()