Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dpf.c264 static int pf_count; /* number of blocks still to do */ variable
849 pf_count = blk_rq_cur_sectors(pf_req); in pf_request()
851 if (pf_block + pf_count > get_capacity(pf_req->rq_disk)) { in pf_request()
889 pf_count--; in pf_next_buf()
895 if (!pf_count) { in pf_next_buf()
901 pf_count = blk_rq_cur_sectors(pf_req); in pf_next_buf()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c560 int pf_count = i40e_get_pf_count(hw); in i40e_compute_pci_to_hw_id() local
563 return (hw->port * BIT(7)) / pf_count + vsi->vf_id; in i40e_compute_pci_to_hw_id()