total_contexts   13246 drivers/infiniband/hw/hfi1/chip.c 	int total_contexts;
total_contexts   13288 drivers/infiniband/hw/hfi1/chip.c 	total_contexts = num_kernel_contexts + num_vnic_contexts;
total_contexts   13302 drivers/infiniband/hw/hfi1/chip.c 	if (total_contexts + n_usr_ctxts > rcv_contexts) {
total_contexts   13305 drivers/infiniband/hw/hfi1/chip.c 			   rcv_contexts - total_contexts,
total_contexts   13308 drivers/infiniband/hw/hfi1/chip.c 		n_usr_ctxts = rcv_contexts - total_contexts;
total_contexts   13336 drivers/infiniband/hw/hfi1/chip.c 	total_contexts += n_usr_ctxts;
total_contexts   13339 drivers/infiniband/hw/hfi1/chip.c 	dd->num_rcv_contexts = total_contexts;
total_contexts    227 drivers/infiniband/hw/hfi1/pio.c 	int total_contexts = 0;
total_contexts    343 drivers/infiniband/hw/hfi1/pio.c 		if (total_contexts + count > chip_send_contexts(dd))
total_contexts    344 drivers/infiniband/hw/hfi1/pio.c 			count = chip_send_contexts(dd) - total_contexts;
total_contexts    346 drivers/infiniband/hw/hfi1/pio.c 		total_contexts += count;
total_contexts    438 drivers/infiniband/hw/hfi1/pio.c 	return total_contexts;