Lines Matching refs:index

1514 	 * - index in CQ entry gives the vertical index
1522 index, pdpdu_cqe);
1529 index, pdpdu_cqe);
1562 pasync_handle->index != ci) {
1563 /* driver bug - if ci does not match async handle index */
1569 pasync_handle->index,
1757 WARN_ON(pasync_handle->index != pi);
2094 unsigned int sg_len, index;
2106 for (index = 0; (index < num_sg) && (index < 2); index++,
2108 if (index == 0) {
2168 for (index = 0; index < num_sg; index++, sg = sg_next(sg), psgl++) {
2189 unsigned int sg_len, index;
2201 for (index = 0; (index < num_sg) && (index < 2); index++,
2203 if (index == 0) {
2256 for (index = 0; index < num_sg; index++, sg = sg_next(sg), psgl++) {
2621 unsigned int num_cxn_wrb = 0, j, idx = 0, index;
2641 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
2642 pwrb_context = &phwi_ctrlr->wrb_context[index];
2687 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
2688 pwrb_context = &phwi_ctrlr->wrb_context[index];
2708 for (j = index; j > 0; j--) {
2724 unsigned int index, idx, num_per_mem, num_async_data;
2885 for (index = 0; index < BEISCSI_ASYNC_HDQ_SIZE
2886 (phba, ulp_num); index++) {
2889 pasync_header_h->index = index;
2895 (p->defpdu_hdr_sz * index));
2899 address + (p->defpdu_hdr_sz * index);
2901 pasync_ctx->async_entry[index].header =
2904 INIT_LIST_HEAD(&pasync_ctx->async_entry[index].
2909 pasync_data_h->index = index;
2939 pasync_ctx->async_entry[index].data =
3447 unsigned int index;
3452 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
3453 pwrb_context = &phwi_ctrlr->wrb_context[index];
4351 int *index, int *age)
4353 *index = (int)itt;