Searched defs:end_idx (Results 1 - 4 of 4) sorted by relevance

/drivers/xen/
H A Dgrant-table.c869 static int gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
873 unsigned int nr_gframes = end_idx + 1;
878 unsigned int i = end_idx;
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1922 int start_idx, int end_idx,
1926 for (t = start_idx; t <= end_idx; t++) {
1921 ehca_check_kpages_per_ate(struct scatterlist *page_list, int start_idx, int end_idx, u64 *prev_pgaddr) argument
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c2899 uint8 end_idx; local
2906 end_idx = ptr->exp_idx;
2908 end_idx = exp_idx;
2912 ptr->exp_idx, end_idx);
2938 uint8 end_idx; local
2945 end_idx = ptr->exp_idx;
2947 end_idx = exp_idx;
2949 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, ptr->exp_idx, end_idx);
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1604 u16 end_idx, cmpl = 0, timeo = 0, num_wrbs = 0; local
1616 end_idx =
1620 end_idx);
1648 end_idx = txq->tail;
1651 index_adv(&end_idx, num_wrbs - 1, txq->len);
1652 num_wrbs = be_tx_compl_process(adapter, txo, end_idx);

Completed in 146 milliseconds