Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c2422 u16 raid_cfg_p0_sz, in leapraid_cfg_get_volume_hdl_dispatch() argument
2437 min_t(u16, real_cfg_pg_sz, raid_cfg_p0_sz)); in leapraid_cfg_get_volume_hdl_dispatch()
2472 int rc, raid_cfg_p0_sz; in leapraid_cfg_get_volume_hdl() local
2488 raid_cfg_p0_sz = le16_to_cpu(cfg_rep.ext_page_len) * in leapraid_cfg_get_volume_hdl()
2490 raid_cfg_p0 = kmalloc(raid_cfg_p0_sz, GFP_KERNEL); in leapraid_cfg_get_volume_hdl()
2506 memset(raid_cfg_p0, 0, raid_cfg_p0_sz); in leapraid_cfg_get_volume_hdl()
2517 min_t(u16, real_cfg_pg_sz, raid_cfg_p0_sz)); in leapraid_cfg_get_volume_hdl()
2524 raid_cfg_p0_sz, in leapraid_cfg_get_volume_hdl()