Lines Matching refs:index
1497 * - index in CQ entry gives the vertical index
1505 index, pdpdu_cqe);
1512 index, pdpdu_cqe);
1545 pasync_handle->index != ci) {
1546 /* driver bug - if ci does not match async handle index */
1552 pasync_handle->index,
1740 WARN_ON(pasync_handle->index != pi);
2078 unsigned int sg_len, index;
2090 for (index = 0; (index < num_sg) && (index < 2); index++,
2092 if (index == 0) {
2152 for (index = 0; index < num_sg; index++, sg = sg_next(sg), psgl++) {
2173 unsigned int sg_len, index;
2185 for (index = 0; (index < num_sg) && (index < 2); index++,
2187 if (index == 0) {
2240 for (index = 0; index < num_sg; index++, sg = sg_next(sg), psgl++) {
2605 unsigned int num_cxn_wrb = 0, j, idx = 0, index;
2625 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
2626 pwrb_context = &phwi_ctrlr->wrb_context[index];
2671 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
2672 pwrb_context = &phwi_ctrlr->wrb_context[index];
2692 for (j = index; j > 0; j--) {
2708 unsigned int index, idx, num_per_mem, num_async_data;
2869 for (index = 0; index < BEISCSI_ASYNC_HDQ_SIZE
2870 (phba, ulp_num); index++) {
2873 pasync_header_h->index = index;
2879 (p->defpdu_hdr_sz * index));
2883 address + (p->defpdu_hdr_sz * index);
2885 pasync_ctx->async_entry[index].header =
2888 INIT_LIST_HEAD(&pasync_ctx->async_entry[index].
2893 pasync_data_h->index = index;
2923 pasync_ctx->async_entry[index].data =
3435 unsigned int index;
3440 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
3441 pwrb_context = &phwi_ctrlr->wrb_context[index];
4357 int *index, int *age)
4359 *index = (int)itt;