Searched refs:end_pg (Results 1 – 1 of 1) sorted by relevance
745 int curr_pg, end_pg, num_wqebbs; in hinic_get_wqe() local767 end_pg = WQE_PAGE_NUM(wq, end_prod_idx); in hinic_get_wqe()774 if (curr_pg != end_pg || end_prod_idx < *prod_idx) { in hinic_get_wqe()829 int curr_pg, end_pg; in hinic_read_wqe() local840 end_pg = WQE_PAGE_NUM(wq, end_cons_idx); in hinic_read_wqe()847 if (curr_pg != end_pg || end_cons_idx < curr_cons_idx) { in hinic_read_wqe()