Home
last modified time | relevance | path

Searched refs:num_lps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/block/partitions/
H A Daix.c42 __be16 num_lps; member
230 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps); in aix_partition()
/kernel/linux/linux-6.6/block/partitions/
H A Daix.c42 __be16 num_lps; member
214 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps); in aix_partition()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.h422 int num_lps; member
H A Dbfa_svc.c1487 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1489 mod->num_lps = BFA_LPS_MIN_LPORTS; in bfa_lps_attach()
1491 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1494 bfa_mem_kva_curp(mod) += mod->num_lps * sizeof(struct bfa_lps_s); in bfa_lps_attach()
1500 for (i = 0; i < mod->num_lps; i++, lps++) { in bfa_lps_attach()
1539 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_login_rsp()
1620 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_logout_rsp()
1938 for (i = 0, lps = mod->lps_arr; i < mod->num_lps; i++, lps++) { in bfa_lps_get_tag_from_pid()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.h422 int num_lps; member
H A Dbfa_svc.c1481 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1483 mod->num_lps = BFA_LPS_MIN_LPORTS; in bfa_lps_attach()
1485 mod->num_lps = BFA_LPS_MAX_LPORTS; in bfa_lps_attach()
1488 bfa_mem_kva_curp(mod) += mod->num_lps * sizeof(struct bfa_lps_s); in bfa_lps_attach()
1494 for (i = 0; i < mod->num_lps; i++, lps++) { in bfa_lps_attach()
1533 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_login_rsp()
1614 WARN_ON(rsp->bfa_tag >= mod->num_lps); in bfa_lps_logout_rsp()
1932 for (i = 0, lps = mod->lps_arr; i < mod->num_lps; i++, lps++) { in bfa_lps_get_tag_from_pid()

Completed in 18 milliseconds