rcv_contexts     13253 drivers/infiniband/hw/hfi1/chip.c 	u32 rcv_contexts = chip_rcv_contexts(dd);
rcv_contexts     13284 drivers/infiniband/hw/hfi1/chip.c 	if ((num_kernel_contexts + num_vnic_contexts) > rcv_contexts) {
rcv_contexts     13302 drivers/infiniband/hw/hfi1/chip.c 	if (total_contexts + n_usr_ctxts > rcv_contexts) {
rcv_contexts     13305 drivers/infiniband/hw/hfi1/chip.c 			   rcv_contexts - total_contexts,
rcv_contexts     13308 drivers/infiniband/hw/hfi1/chip.c 		n_usr_ctxts = rcv_contexts - total_contexts;
rcv_contexts     13347 drivers/infiniband/hw/hfi1/chip.c 		    rcv_contexts,