Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/
Dheartbeat.c538 unsigned int spp = reg->hr_slots_per_page; in o2hb_setup_one_bio() local
563 current_page = cs / spp; in o2hb_setup_one_bio()
567 (max_slots-cs) * (PAGE_SIZE/spp) ); in o2hb_setup_one_bio()
575 cs += vec_len / (PAGE_SIZE/spp); in o2hb_setup_one_bio()
1739 unsigned int spp = reg->hr_slots_per_page; in o2hb_map_slot_data() local
1760 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp; in o2hb_map_slot_data()
1763 reg->hr_num_pages, reg->hr_blocks, spp); in o2hb_map_slot_data()
1777 last_slot = i * spp; in o2hb_map_slot_data()
1780 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
/linux-4.19.296/include/scsi/
Dfc_encode.h660 struct fc_els_spp spp; in fc_prli_fill() member
668 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()
669 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()
670 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()