Home
last modified time | relevance | path

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

/Linux-v4.19/block/partitions/
Daix.c43 __be16 num_lps; member
231 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps); in aix_partition()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.c1495 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1497 mod->num_lps = BFA_LPS_MIN_LPORTS; in bfa_lps_attach()
1499 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1502 bfa_mem_kva_curp(mod) += mod->num_lps * sizeof(struct bfa_lps_s); in bfa_lps_attach()
1508 for (i = 0; i < mod->num_lps; i++, lps++) { in bfa_lps_attach()
1547 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_login_rsp()
1628 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_logout_rsp()
1946 for (i = 0, lps = mod->lps_arr; i < mod->num_lps; i++, lps++) { in bfa_lps_get_tag_from_pid()
Dbfa_svc.h430 int num_lps; member