Searched refs:num_lps (Results 1 – 2 of 2) sorted by relevance
1532 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()1534 mod->num_lps = BFA_LPS_MIN_LPORTS; in bfa_lps_attach()1536 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()1539 bfa_mem_kva_curp(mod) += mod->num_lps * sizeof(struct bfa_lps_s); in bfa_lps_attach()1545 for (i = 0; i < mod->num_lps; i++, lps++) { in bfa_lps_attach()1599 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_login_rsp()1681 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_logout_rsp()2001 for (i = 0, lps = mod->lps_arr; i < mod->num_lps; i++, lps++) { in bfa_lps_get_tag_from_pid()
431 int num_lps; member